SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumuint32x4_t[__arm_]vsetq_lane[_u32](uint32_t a, uint32x4_t b, const int idx)Vector manipulation / Set vector lane
Description
There are various instructions to semantically represent this instruction, any instruction or sequence of instructions that returns the a vector that is the same as the input vector with the indicated register lane set to the input value is valid.
Results
Qd result
This intrinsic compiles to the following instructions:

VMOV.32 Qd[idx],Rt

Argument Preparation
a register: Rtb register: Qdidx minimum: 0; maximum: 3
Architectures
MVE