vsliq_n_u8
SIMD ISA | Return Type | Name | Arguments | Instruction Group | |
---|---|---|---|---|---|
Neon | uint8x16_t | vsliq_n_u8 | (uint8x16_t a, uint8x16_t b, const int n) | Shift / Left / Vector shift left and insert | |
Description Shift Left and Insert (immediate). This instruction reads each vector element in the source SIMD&FP register, left shifts each vector element by an immediate value, and inserts the result into the corresponding vector element in the destination SIMD&FP register such that the new zero bits created by the shift are not inserted but retain their existing value. Bits shifted out of the left of each vector element in the source register are lost. Results Vd.16B result This intrinsic compiles to the following instructions: SLI Argument Preparation a register: Vd.16Bb register: Vn.16Bn minimum: 0; maximum: 7 Architectures v7, A32, A64 Operation
|
Copyright © 1995-2025 Arm Limited (or its affiliates). All rights reserved.