SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumuint32x4_t[__arm_]vsriq[_n_u32](uint32x4_t a, uint32x4_t b, const int imm)Shift / Right / Vector shift right and insert
Description
Takes each element in the operand vector, right shifts them by an immediate value, and inserts the results in the destination vector. Bits shifted out of the right of each element are lost.
Results
Qd result
This intrinsic compiles to the following instructions:

VSRI.32 Qd,Qm,#imm

Argument Preparation
a register: Qdb register: Qmimm minimum: 1; maximum: 32
Architectures
MVE