Method vst1q_s16
vst1q_s16(short*, v128)
Store multiple single-element structures from one, two, three, or four registers. This instruction stores elements to memory from one, two, three, or four SIMD&FP registers, without interleaving. Every element of each register is stored.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
Equivalent instruction: ST1 {Vt.8H},[Xn]
Declaration
public static void vst1q_s16(short* a0, v128 a1)
Parameters
Type | Name | Description |
---|---|---|
short* | a0 | Pointer to the address to store to |
v128 | a1 | 128-bit vector a1 |