vqrdmlahq_s32
SIMD ISA | Return Type | Name | Arguments | Instruction Group | |
---|---|---|---|---|---|
Neon | int32x4_t | vqrdmlahq_s32 | (int32x4_t a, int32x4_t b, int32x4_t c) | Vector arithmetic / Multiply / Saturating multiply-accumulate | |
Description Signed Saturating Rounding Doubling Multiply Accumulate returning High Half (vector). This instruction multiplies the vector elements of the first source SIMD&FP register with the corresponding vector elements of the second source SIMD&FP register without saturating the multiply results, doubles the results, and accumulates the most significant half of the final results with the vector elements of the destination SIMD&FP register. The results are rounded. Results Vd.4S result This intrinsic compiles to the following instructions: SQRDMLAH Argument Preparation a register: Vd.4Sb register: Vn.4Sc register: Vm.4S Architectures A64 Operation
|
Copyright © 1995-2025 Arm Limited (or its affiliates). All rights reserved.