SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumint64x2_t[__arm_]vpselq[_s64](int64x2_t a, int64x2_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