SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumuint32x4_t[__arm_]vorrq_m_n[_u32](uint32x4_t a, const uint32_t imm, mve_pred16_t p)Logical / OR
Description
OR the value of a vector register with the immediate operand value. The immediate is generated by the AdvSIMDExpandImm() function based on the requested data type and immediate value.
Results
Qda result
This intrinsic compiles to the following instructions:

VMSR P0,Rp

VPST

VORRT.I32 Qda,#imm

Argument Preparation
a register: Qdaimm p register: Rp
Architectures
MVE