vqrshrun_high_n_s32
SIMD ISA | Return Type | Name | Arguments | Instruction Group | |
---|---|---|---|---|---|
Neon | uint16x8_t | vqrshrun_high_n_s32 | (uint16x4_t r, int32x4_t a, const int n) | Shift / Right / Vector saturating rounding shift right and narrow | |
Description Signed saturating Rounded 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 rounded. For truncated results, see SQSHRUN. Results Vd.8H result This intrinsic compiles to the following instructions: SQRSHRUN2 Argument Preparation r register: Vd.4Ha register: Vn.4Sn minimum: 1; maximum: 16 Architectures A64 Operation
|
Copyright © 1995-2025 Arm Limited (or its affiliates). All rights reserved.