SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumint16x8_t[__arm_]vpselq[_s16](int16x8_t a, int16x8_t b, mve_pred16_t p)Predication / Predicated select
Description
Compute a bytewise conditional select of a vector register with another vector register, based on the VPR predicate bits
Results
Qd result
This intrinsic compiles to the following instructions:

VMSR P0,Rp

VPSEL Qd,Qn,Qm

Argument Preparation
a register: Qnb register: Qmp register: Rp
Architectures
MVE