SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumint64x2_t[__arm_]vldrdq_gather_base_s64(uint64x2_t addr, const int offset)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:

VLDRD.64 Qd,[Qn,#offset]

Argument Preparation
addr register: Qnoffset
Architectures
MVE