vst1_lane_u16
SIMD ISA | Return Type | Name | Arguments | Instruction Group | |
---|---|---|---|---|---|
Neon | void | vst1_lane_u16 | (uint16_t * ptr, uint16x4_t val, const int lane) | Store / Stride | |
Description 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. Results void result This intrinsic compiles to the following instructions: ST1 Argument Preparation ptr register: Xnval register: Vt.4Hlane minimum: 0; maximum: 3 Architectures v7, A32, A64 Operation
|