SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumvoid[__arm_]vstrhq[_u16](uint16_t * base, uint16x8_t value)Store / Consecutive
Description
Store consecutive elements to memory from a vector register. 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.
Results
void result
This intrinsic compiles to the following instructions:

VSTRH.16 Qd,[Rn]

Argument Preparation
base register: Rnvalue register: Qd
Architectures
MVE