vqshrun_high_n_s16
SIMD ISA | Return Type | Name | Arguments | Instruction Group | |
---|---|---|---|---|---|
Neon | uint8x16_t | vqshrun_high_n_s16 | (uint8x8_t r, int16x8_t a, const int n) | Shift / Right / Vector saturating shift right and narrow | |
Description Signed saturating Shift Right Unsigned Narrow (immediate). This instruction reads each signed integer value in the vector of the source SIMD&FP register, right shifts each value by an immediate value, saturates the result to an unsigned integer value that is half the original width, places the final result into a vector, and writes the vector to the destination SIMD&FP register. The results are truncated. For rounded results, see SQRSHRUN. Results Vd.16B result This intrinsic compiles to the following instructions: SQSHRUN2 Argument Preparation r register: Vd.8Ba register: Vn.8Hn minimum: 1; maximum: 8 Architectures A64 Operation
|
Copyright © 1995-2025 Arm Limited (or its affiliates). All rights reserved.