Method vst1_s16
vst1_s16(short*, v64)
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.4H},[Xn]
Declaration
public static void vst1_s16(short* a0, v64 a1)
Parameters
Type | Name | Description |
---|---|---|
short* | a0 | Pointer to the address to store to |
v64 | a1 | 64-bit vector a1 |