SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumuint16x8_t[__arm_]vpselq[_u16](uint16x8_t a, uint16x8_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