vsraq_n_s8
SIMD ISA | Return Type | Name | Arguments | Instruction Group | |
---|---|---|---|---|---|
Neon | int8x16_t | vsraq_n_s8 | (int8x16_t a, int8x16_t b, const int n) | Shift / Right / Vector shift right and accumulate | |
Description Signed Shift Right and Accumulate (immediate). This instruction reads each vector element in the source SIMD&FP register, right shifts each result by an immediate value, and accumulates the final results with the vector elements of the destination SIMD&FP register. All the values in this instruction are signed integer values. The results are truncated. For rounded results, see SRSRA. Results Vd.16B result This intrinsic compiles to the following instructions: SSRA Argument Preparation a register: Vd.16Bb register: Vn.16Bn minimum: 1; maximum: 8 Architectures v7, A32, A64 Operation
|
Copyright © 1995-2025 Arm Limited (or its affiliates). All rights reserved.