SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumvoid[__arm_]vst1q[_u16](uint16_t * base, uint16x8_t value)Store / Stride
Description
Stores vector to memory, alias to vstr intrinsics where the element size of the input vector is the same as the element size being stored to memory.
Results
void result
This intrinsic compiles to the following instructions:

VSTRH.16 Qd,[Rn]

Argument Preparation
base register: Rnvalue register: Qd
Architectures
MVE