SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumint32x4_t[__arm_]vsliq_m[_n_s32](int32x4_t a, int32x4_t b, const int imm, mve_pred16_t p)Shift / Left / Vector shift left and insert
Description
Takes each element in the operand vector, left shifts them by an immediate value, and inserts the results in the destination vector. Bits shifted out of the left of each element are lost.
Results
Qd result
This intrinsic compiles to the following instructions:

VMSR P0,Rp

VPST

VSLIT.32 Qd,Qm,#imm

Argument Preparation
a register: Qdb register: Qmimm minimum: 0; maximum: 31p register: Rp
Architectures
MVE