[__arm_]vqrshlq[_u8]
SIMD ISA | Return Type | Name | Arguments | Instruction Group | |
---|---|---|---|---|---|
Helium | uint8x16_t | [__arm_]vqrshlq[_u8] | (uint8x16_t a, int8x16_t b) | Shift / Left / Vector saturating rounding shift left | |
Description The vector variant shifts each element of the first vector by a value from the least significant byte of the corresponding element of the second vector and places the results in the destination vector. The register variants shift each element of a vector register by the value specified in a source register. The direction of the shift depends on the sign of the element from the second vector register. Results Qd result This intrinsic compiles to the following instructions: VQRSHL.U8 Argument Preparation a register: Qmb register: Qn Architectures MVE |
Copyright © 1995-2025 Arm Limited (or its affiliates). All rights reserved.