vdotq_s32
SIMD ISA | Return Type | Name | Arguments | Instruction Group | |
---|---|---|---|---|---|
Neon | int32x4_t | vdotq_s32 | (int32x4_t r, int8x16_t a, int8x16_t b) | Vector arithmetic / Dot product | |
Description Dot Product signed arithmetic (vector). This instruction performs the dot product of the four signed 8-bit elements in each 32-bit element of the first source register with the four signed 8-bit elements of the corresponding 32-bit element in the second source register, accumulating the result into the corresponding 32-bit element of the destination register. Results Vd.4S result This intrinsic compiles to the following instructions: SDOT Argument Preparation r register: Vd.4Sa register: Vn.16Bb register: Vm.16B Architectures A32, A64 Operation
|
Copyright © 1995-2025 Arm Limited (or its affiliates). All rights reserved.