SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumuint64x2_t[__arm_]vldrdq_gather_offset_z[_u64](uint64_t const * base, uint64x2_t offset, mve_pred16_t p)Load / Gather
Description
Load consecutive elements from memory into a destination vector register. Each element loaded will be the zero or sign-extended representation of the value in memory. In indexed mode, the target address is calculated from a base register offset by an immediate value. Otherwise, the base register address is used directly. The sum of the base register and the immediate value can optionally be written back to the base register. Predicated lanes are zeroed instead of retaining their previous values.
Results
Qd result
This intrinsic compiles to the following instructions:

VMSR P0,Rp

VPST

VLDRDT.U64 Qd,[Rn,Qm]

Argument Preparation
base register: Rnoffset register: Qmp register: Rp
Architectures
MVE