SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumfloat32x4_t[__arm_]vcvtq_x[_f32_u32](uint32x4_t a, mve_pred16_t p)Data type conversion / Conversions
Description
Convert each element in a vector from floating-point to integer using the specified rounding mode and place the results in a second vector. If a source element is outside the range of the target integer type, the result element is saturated.
Results
Qd result
This intrinsic compiles to the following instructions:

VMSR P0,Rp

VPST

VCVTT.F32.U32 Qd,Qm

Argument Preparation
a register: Qmp register: Rp
Architectures
MVE