vdot_u32
SIMD ISA | Return Type | Name | Arguments | Instruction Group | |
---|---|---|---|---|---|
Neon | uint32x2_t | vdot_u32 | (uint32x2_t r, uint8x8_t a, uint8x8_t b) | Vector arithmetic / Dot product | |
Description Dot Product unsigned arithmetic (vector). This instruction performs the dot product of the four unsigned 8-bit elements in each 32-bit element of the first source register with the four unsigned 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.2S result This intrinsic compiles to the following instructions: UDOT Argument Preparation r register: Vd.2Sa register: Vn.8Bb register: Vm.8B Architectures A32, A64 Operation
|
Copyright © 1995-2025 Arm Limited (or its affiliates). All rights reserved.