SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumfloat32x4_t[__arm_]vpselq[_f32](float32x4_t a, float32x4_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