![]() |
AI Engine-ML v2 Intrinsics User Guide
v2025.1
|
Matrix multiplications in which matrix A has data elements of 16 bit and matrix B has data elements of 32 bit. These operations are emulated on top of Multiply-accumulate of 16b x 16b integer datatypes and might not have optimal performance. More...
Emulated Multiplication of (2x4) with (4x8) Matrices (16b * 32b) | |
| v64acc32 | mul_8x2_2x8 (v32uint16 a, v16uint32 b0) |
| v64acc32 | negmul_8x2_2x8 (v32uint16 a, v16uint32 b0) |
| v64acc32 | mac_8x2_2x8 (v32uint16 a, v16uint32 b0, v64acc32 acc1) |
| v64acc32 | msc_8x2_2x8 (v32uint16 a, v16uint32 b0, v64acc32 acc1) |
| v64acc32 | mul_8x2_2x8 (v32uint16 a, v16int32 b0) |
| v64acc32 | negmul_8x2_2x8 (v32uint16 a, v16int32 b0) |
| v64acc32 | mac_8x2_2x8 (v32uint16 a, v16int32 b0, v64acc32 acc1) |
| v64acc32 | msc_8x2_2x8 (v32uint16 a, v16int32 b0, v64acc32 acc1) |
| v64acc32 | mul_8x2_2x8 (v32int16 a, v16uint32 b0) |
| v64acc32 | negmul_8x2_2x8 (v32int16 a, v16uint32 b0) |
| v64acc32 | mac_8x2_2x8 (v32int16 a, v16uint32 b0, v64acc32 acc1) |
| v64acc32 | msc_8x2_2x8 (v32int16 a, v16uint32 b0, v64acc32 acc1) |
| v64acc32 | mul_8x2_2x8 (v32int16 a, v16int32 b0) |
| v64acc32 | negmul_8x2_2x8 (v32int16 a, v16int32 b0) |
| v64acc32 | mac_8x2_2x8 (v32int16 a, v16int32 b0, v64acc32 acc1) |
| v64acc32 | msc_8x2_2x8 (v32int16 a, v16int32 b0, v64acc32 acc1) |
Emulated Multiplication of (2x4) with (4x8) Matrices (16b * 32b) with dynamic sign | |
| v64acc32 | mul_8x2_2x8 (v32uint16 a, int sgn_x, v16uint32 b0, int sgn_y) |
| v64acc32 | negmul_8x2_2x8 (v32uint16 a, int sgn_x, v16uint32 b0, int sgn_y) |
| v64acc32 | mac_8x2_2x8 (v32uint16 a, int sgn_x, v16uint32 b0, int sgn_y, v64acc32 acc1) |
| v64acc32 | msc_8x2_2x8 (v32uint16 a, int sgn_x, v16uint32 b0, int sgn_y, v64acc32 acc1) |
| v64acc32 | mul_8x2_2x8 (v32uint16 a, int sgn_x, v16int32 b0, int sgn_y) |
| v64acc32 | negmul_8x2_2x8 (v32uint16 a, int sgn_x, v16int32 b0, int sgn_y) |
| v64acc32 | mac_8x2_2x8 (v32uint16 a, int sgn_x, v16int32 b0, int sgn_y, v64acc32 acc1) |
| v64acc32 | msc_8x2_2x8 (v32uint16 a, int sgn_x, v16int32 b0, int sgn_y, v64acc32 acc1) |
| v64acc32 | mul_8x2_2x8 (v32int16 a, int sgn_x, v16uint32 b0, int sgn_y) |
| v64acc32 | negmul_8x2_2x8 (v32int16 a, int sgn_x, v16uint32 b0, int sgn_y) |
| v64acc32 | mac_8x2_2x8 (v32int16 a, int sgn_x, v16uint32 b0, int sgn_y, v64acc32 acc1) |
| v64acc32 | msc_8x2_2x8 (v32int16 a, int sgn_x, v16uint32 b0, int sgn_y, v64acc32 acc1) |
| v64acc32 | mul_8x2_2x8 (v32int16 a, int sgn_x, v16int32 b0, int sgn_y) |
| v64acc32 | negmul_8x2_2x8 (v32int16 a, int sgn_x, v16int32 b0, int sgn_y) |
| v64acc32 | mac_8x2_2x8 (v32int16 a, int sgn_x, v16int32 b0, int sgn_y, v64acc32 acc1) |
| v64acc32 | msc_8x2_2x8 (v32int16 a, int sgn_x, v16int32 b0, int sgn_y, v64acc32 acc1) |
Emulated Multiplication of (2x4) with (4x8) Matrices (16b * 32b) with dynamic negation of multiplication result | |
| v64acc32 | mul_8x2_2x8_conf (v32uint16 a, v16uint32 b0, int sub_mul) |
| v64acc32 | negmul_8x2_2x8_conf (v32uint16 a, v16uint32 b0, int sub_mul) |
| v64acc32 | mul_8x2_2x8_conf (v32uint16 a, v16int32 b0, int sub_mul) |
| v64acc32 | negmul_8x2_2x8_conf (v32uint16 a, v16int32 b0, int sub_mul) |
| v64acc32 | mul_8x2_2x8_conf (v32int16 a, v16uint32 b0, int sub_mul) |
| v64acc32 | negmul_8x2_2x8_conf (v32int16 a, v16uint32 b0, int sub_mul) |
| v64acc32 | mul_8x2_2x8_conf (v32int16 a, v16int32 b0, int sub_mul) |
| v64acc32 | negmul_8x2_2x8_conf (v32int16 a, v16int32 b0, int sub_mul) |
Emulated Multiplication of (2x4) with (4x8) Matrices (16b * 32b) with dynamic negation of multiplication result, negation of acc1 | |
| v64acc32 | mac_8x2_2x8_conf (v32uint16 a, v16uint32 b0, v64acc32 acc1, int sub_mul, int sub_acc1) |
| v64acc32 | msc_8x2_2x8_conf (v32uint16 a, v16uint32 b0, v64acc32 acc1, int sub_mul, int sub_acc1) |
| v64acc32 | mac_8x2_2x8_conf (v32uint16 a, v16int32 b0, v64acc32 acc1, int sub_mul, int sub_acc1) |
| v64acc32 | msc_8x2_2x8_conf (v32uint16 a, v16int32 b0, v64acc32 acc1, int sub_mul, int sub_acc1) |
| v64acc32 | mac_8x2_2x8_conf (v32int16 a, v16uint32 b0, v64acc32 acc1, int sub_mul, int sub_acc1) |
| v64acc32 | msc_8x2_2x8_conf (v32int16 a, v16uint32 b0, v64acc32 acc1, int sub_mul, int sub_acc1) |
| v64acc32 | mac_8x2_2x8_conf (v32int16 a, v16int32 b0, v64acc32 acc1, int sub_mul, int sub_acc1) |
| v64acc32 | msc_8x2_2x8_conf (v32int16 a, v16int32 b0, v64acc32 acc1, int sub_mul, int sub_acc1) |
Emulated Multiplication of (2x4) with (4x8) Matrices (16b * 32b) with dynamic sign and dynamic negation of multiplication result | |
| v64acc32 | mul_8x2_2x8_conf (v32uint16 a, int sgn_x, v16uint32 b0, int sgn_y, int sub_mul) |
| v64acc32 | negmul_8x2_2x8_conf (v32uint16 a, int sgn_x, v16uint32 b0, int sgn_y, int sub_mul) |
| v64acc32 | mac_8x2_2x8_conf (v32uint16 a, int sgn_x, v16uint32 b0, int sgn_y, v64acc32 acc1, int sub_mul, int sub_acc1) |
| v64acc32 | msc_8x2_2x8_conf (v32uint16 a, int sgn_x, v16uint32 b0, int sgn_y, v64acc32 acc1, int sub_mul, int sub_acc1) |
| v64acc32 | mul_8x2_2x8_conf (v32uint16 a, int sgn_x, v16int32 b0, int sgn_y, int sub_mul) |
| v64acc32 | negmul_8x2_2x8_conf (v32uint16 a, int sgn_x, v16int32 b0, int sgn_y, int sub_mul) |
| v64acc32 | mac_8x2_2x8_conf (v32uint16 a, int sgn_x, v16int32 b0, int sgn_y, v64acc32 acc1, int sub_mul, int sub_acc1) |
| v64acc32 | msc_8x2_2x8_conf (v32uint16 a, int sgn_x, v16int32 b0, int sgn_y, v64acc32 acc1, int sub_mul, int sub_acc1) |
| v64acc32 | mul_8x2_2x8_conf (v32int16 a, int sgn_x, v16uint32 b0, int sgn_y, int sub_mul) |
| v64acc32 | negmul_8x2_2x8_conf (v32int16 a, int sgn_x, v16uint32 b0, int sgn_y, int sub_mul) |
| v64acc32 | mac_8x2_2x8_conf (v32int16 a, int sgn_x, v16uint32 b0, int sgn_y, v64acc32 acc1, int sub_mul, int sub_acc1) |
| v64acc32 | msc_8x2_2x8_conf (v32int16 a, int sgn_x, v16uint32 b0, int sgn_y, v64acc32 acc1, int sub_mul, int sub_acc1) |
| v64acc32 | mul_8x2_2x8_conf (v32int16 a, int sgn_x, v16int32 b0, int sgn_y, int sub_mul) |
| v64acc32 | negmul_8x2_2x8_conf (v32int16 a, int sgn_x, v16int32 b0, int sgn_y, int sub_mul) |
| v64acc32 | mac_8x2_2x8_conf (v32int16 a, int sgn_x, v16int32 b0, int sgn_y, v64acc32 acc1, int sub_mul, int sub_acc1) |
| v64acc32 | msc_8x2_2x8_conf (v32int16 a, int sgn_x, v16int32 b0, int sgn_y, v64acc32 acc1, int sub_mul, int sub_acc1) |
Emulated Multiplication of (2x4) with (4x8) Matrices (16b * 32b) with dynamic negation of multiplication result, negation of acc1 and zeroing of acc1 | |
| v64acc32 | mac_8x2_2x8_conf (v32uint16 a, v16uint32 b0, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v64acc32 | msc_8x2_2x8_conf (v32uint16 a, v16uint32 b0, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v64acc32 | mac_8x2_2x8_conf (v32uint16 a, v16int32 b0, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v64acc32 | msc_8x2_2x8_conf (v32uint16 a, v16int32 b0, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v64acc32 | mac_8x2_2x8_conf (v32int16 a, v16uint32 b0, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v64acc32 | msc_8x2_2x8_conf (v32int16 a, v16uint32 b0, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v64acc32 | mac_8x2_2x8_conf (v32int16 a, v16int32 b0, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v64acc32 | msc_8x2_2x8_conf (v32int16 a, v16int32 b0, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
Emulated Multiplication of (2x4) with (4x8) Matrices (16b * 32b) with dynamic sign and dynamic negation of multiplication result and zeroing of acc1 | |
| v64acc32 | mac_8x2_2x8_conf (v32uint16 a, int sgn_x, v16uint32 b0, int sgn_y, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v64acc32 | msc_8x2_2x8_conf (v32uint16 a, int sgn_x, v16uint32 b0, int sgn_y, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v64acc32 | mac_8x2_2x8_conf (v32uint16 a, int sgn_x, v16int32 b0, int sgn_y, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v64acc32 | msc_8x2_2x8_conf (v32uint16 a, int sgn_x, v16int32 b0, int sgn_y, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v64acc32 | mac_8x2_2x8_conf (v32int16 a, int sgn_x, v16uint32 b0, int sgn_y, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v64acc32 | msc_8x2_2x8_conf (v32int16 a, int sgn_x, v16uint32 b0, int sgn_y, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v64acc32 | mac_8x2_2x8_conf (v32int16 a, int sgn_x, v16int32 b0, int sgn_y, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v64acc32 | msc_8x2_2x8_conf (v32int16 a, int sgn_x, v16int32 b0, int sgn_y, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
Emulated Channel by channel multiplication of (1x1) with (1x1) (16b * 32b) with dynamic negation of multiplication result | |
| v32acc64 | mul_elem_32_conf (v32uint16 a, v16uint32 b0, v16uint32 b1, int sub_mul) |
| v32acc64 | negmul_elem_32_conf (v32uint16 a, v16uint32 b0, v16uint32 b1, int sub_mul) |
| v32acc64 | mul_elem_32_conf (v32uint16 a, v16int32 b0, v16int32 b1, int sub_mul) |
| v32acc64 | negmul_elem_32_conf (v32uint16 a, v16int32 b0, v16int32 b1, int sub_mul) |
| v32acc64 | mul_elem_32_conf (v32int16 a, v16uint32 b0, v16uint32 b1, int sub_mul) |
| v32acc64 | negmul_elem_32_conf (v32int16 a, v16uint32 b0, v16uint32 b1, int sub_mul) |
| v32acc64 | mul_elem_32_conf (v32int16 a, v16int32 b0, v16int32 b1, int sub_mul) |
| v32acc64 | negmul_elem_32_conf (v32int16 a, v16int32 b0, v16int32 b1, int sub_mul) |
Emulated Channel by channel multiplication of (1x1) with (1x1) (16b * 32b) with dynamic negation of multiplication result, negation of acc1 | |
| v32acc64 | mac_elem_32_conf (v32uint16 a, v16uint32 b0, v16uint32 b1, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_conf (v32uint16 a, v16uint32 b0, v16uint32 b1, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mac_elem_32_conf (v32uint16 a, v16int32 b0, v16int32 b1, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_conf (v32uint16 a, v16int32 b0, v16int32 b1, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mac_elem_32_conf (v32int16 a, v16uint32 b0, v16uint32 b1, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_conf (v32int16 a, v16uint32 b0, v16uint32 b1, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mac_elem_32_conf (v32int16 a, v16int32 b0, v16int32 b1, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_conf (v32int16 a, v16int32 b0, v16int32 b1, v32acc64 acc1, int sub_mul, int sub_acc1) |
Emulated Channel by channel multiplication of (1x1) with (1x1) (16b * 32b) with dynamic sign and dynamic negation of multiplication result | |
| v32acc64 | mul_elem_32_conf (v32uint16 a, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, int sub_mul) |
| v32acc64 | negmul_elem_32_conf (v32uint16 a, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, int sub_mul) |
| v32acc64 | mac_elem_32_conf (v32uint16 a, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_conf (v32uint16 a, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mul_elem_32_conf (v32uint16 a, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, int sub_mul) |
| v32acc64 | negmul_elem_32_conf (v32uint16 a, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, int sub_mul) |
| v32acc64 | mac_elem_32_conf (v32uint16 a, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_conf (v32uint16 a, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mul_elem_32_conf (v32int16 a, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, int sub_mul) |
| v32acc64 | negmul_elem_32_conf (v32int16 a, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, int sub_mul) |
| v32acc64 | mac_elem_32_conf (v32int16 a, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_conf (v32int16 a, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mul_elem_32_conf (v32int16 a, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, int sub_mul) |
| v32acc64 | negmul_elem_32_conf (v32int16 a, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, int sub_mul) |
| v32acc64 | mac_elem_32_conf (v32int16 a, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_conf (v32int16 a, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1) |
Emulated Channel by channel multiplication of (1x1) with (1x1) (16b * 32b) with dynamic negation of multiplication result, negation of acc1 and zeroing of acc1 | |
| v32acc64 | mac_elem_32_conf (v32uint16 a, v16uint32 b0, v16uint32 b1, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_conf (v32uint16 a, v16uint32 b0, v16uint32 b1, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mac_elem_32_conf (v32uint16 a, v16int32 b0, v16int32 b1, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_conf (v32uint16 a, v16int32 b0, v16int32 b1, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mac_elem_32_conf (v32int16 a, v16uint32 b0, v16uint32 b1, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_conf (v32int16 a, v16uint32 b0, v16uint32 b1, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mac_elem_32_conf (v32int16 a, v16int32 b0, v16int32 b1, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_conf (v32int16 a, v16int32 b0, v16int32 b1, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
Emulated Channel by channel multiplication of (1x1) with (1x1) (16b * 32b) with dynamic sign and dynamic negation of multiplication result and zeroing of acc1 | |
| v32acc64 | mac_elem_32_conf (v32uint16 a, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_conf (v32uint16 a, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mac_elem_32_conf (v32uint16 a, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_conf (v32uint16 a, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mac_elem_32_conf (v32int16 a, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_conf (v32int16 a, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mac_elem_32_conf (v32int16 a, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_conf (v32int16 a, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
Emulated Channel by channel multiplication of (1x2) with (2x1) (16b * 32b) with dynamic negation of multiplication result | |
| v32acc64 | mul_elem_32_2_conf (v64uint16 a, v32uint32 b0, v32uint32 b1, int sub_mul) |
| v32acc64 | negmul_elem_32_2_conf (v64uint16 a, v32uint32 b0, v32uint32 b1, int sub_mul) |
| v32acc64 | mul_elem_32_2_conf (v64uint16 a, v32int32 b0, v32int32 b1, int sub_mul) |
| v32acc64 | negmul_elem_32_2_conf (v64uint16 a, v32int32 b0, v32int32 b1, int sub_mul) |
| v32acc64 | mul_elem_32_2_conf (v64int16 a, v32uint32 b0, v32uint32 b1, int sub_mul) |
| v32acc64 | negmul_elem_32_2_conf (v64int16 a, v32uint32 b0, v32uint32 b1, int sub_mul) |
| v32acc64 | mul_elem_32_2_conf (v64int16 a, v32int32 b0, v32int32 b1, int sub_mul) |
| v32acc64 | negmul_elem_32_2_conf (v64int16 a, v32int32 b0, v32int32 b1, int sub_mul) |
Emulated Channel by channel multiplication of (1x2) with (2x1) (16b * 32b) with dynamic negation of multiplication result, negation of acc1 | |
| v32acc64 | mac_elem_32_2_conf (v64uint16 a, v32uint32 b0, v32uint32 b1, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_2_conf (v64uint16 a, v32uint32 b0, v32uint32 b1, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mac_elem_32_2_conf (v64uint16 a, v32int32 b0, v32int32 b1, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_2_conf (v64uint16 a, v32int32 b0, v32int32 b1, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mac_elem_32_2_conf (v64int16 a, v32uint32 b0, v32uint32 b1, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_2_conf (v64int16 a, v32uint32 b0, v32uint32 b1, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mac_elem_32_2_conf (v64int16 a, v32int32 b0, v32int32 b1, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_2_conf (v64int16 a, v32int32 b0, v32int32 b1, v32acc64 acc1, int sub_mul, int sub_acc1) |
Emulated Channel by channel multiplication of (1x2) with (2x1) (16b * 32b) with dynamic sign and dynamic negation of multiplication result | |
| v32acc64 | mul_elem_32_2_conf (v64uint16 a, int sgn_x, v32uint32 b0, v32uint32 b1, int sgn_y, int sub_mul) |
| v32acc64 | negmul_elem_32_2_conf (v64uint16 a, int sgn_x, v32uint32 b0, v32uint32 b1, int sgn_y, int sub_mul) |
| v32acc64 | mac_elem_32_2_conf (v64uint16 a, int sgn_x, v32uint32 b0, v32uint32 b1, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_2_conf (v64uint16 a, int sgn_x, v32uint32 b0, v32uint32 b1, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mul_elem_32_2_conf (v64uint16 a, int sgn_x, v32int32 b0, v32int32 b1, int sgn_y, int sub_mul) |
| v32acc64 | negmul_elem_32_2_conf (v64uint16 a, int sgn_x, v32int32 b0, v32int32 b1, int sgn_y, int sub_mul) |
| v32acc64 | mac_elem_32_2_conf (v64uint16 a, int sgn_x, v32int32 b0, v32int32 b1, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_2_conf (v64uint16 a, int sgn_x, v32int32 b0, v32int32 b1, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mul_elem_32_2_conf (v64int16 a, int sgn_x, v32uint32 b0, v32uint32 b1, int sgn_y, int sub_mul) |
| v32acc64 | negmul_elem_32_2_conf (v64int16 a, int sgn_x, v32uint32 b0, v32uint32 b1, int sgn_y, int sub_mul) |
| v32acc64 | mac_elem_32_2_conf (v64int16 a, int sgn_x, v32uint32 b0, v32uint32 b1, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_2_conf (v64int16 a, int sgn_x, v32uint32 b0, v32uint32 b1, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mul_elem_32_2_conf (v64int16 a, int sgn_x, v32int32 b0, v32int32 b1, int sgn_y, int sub_mul) |
| v32acc64 | negmul_elem_32_2_conf (v64int16 a, int sgn_x, v32int32 b0, v32int32 b1, int sgn_y, int sub_mul) |
| v32acc64 | mac_elem_32_2_conf (v64int16 a, int sgn_x, v32int32 b0, v32int32 b1, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_2_conf (v64int16 a, int sgn_x, v32int32 b0, v32int32 b1, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1) |
Emulated Channel by channel multiplication of (1x2) with (2x1) (16b * 32b) with dynamic negation of multiplication result, negation of acc1 and zeroing of acc1 | |
| v32acc64 | mac_elem_32_2_conf (v64uint16 a, v32uint32 b0, v32uint32 b1, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_2_conf (v64uint16 a, v32uint32 b0, v32uint32 b1, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mac_elem_32_2_conf (v64uint16 a, v32int32 b0, v32int32 b1, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_2_conf (v64uint16 a, v32int32 b0, v32int32 b1, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mac_elem_32_2_conf (v64int16 a, v32uint32 b0, v32uint32 b1, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_2_conf (v64int16 a, v32uint32 b0, v32uint32 b1, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mac_elem_32_2_conf (v64int16 a, v32int32 b0, v32int32 b1, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_2_conf (v64int16 a, v32int32 b0, v32int32 b1, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
Emulated Channel by channel multiplication of (1x2) with (2x1) (16b * 32b) with dynamic sign and dynamic negation of multiplication result and zeroing of acc1 | |
| v32acc64 | mac_elem_32_2_conf (v64uint16 a, int sgn_x, v32uint32 b0, v32uint32 b1, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_2_conf (v64uint16 a, int sgn_x, v32uint32 b0, v32uint32 b1, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mac_elem_32_2_conf (v64uint16 a, int sgn_x, v32int32 b0, v32int32 b1, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_2_conf (v64uint16 a, int sgn_x, v32int32 b0, v32int32 b1, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mac_elem_32_2_conf (v64int16 a, int sgn_x, v32uint32 b0, v32uint32 b1, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_2_conf (v64int16 a, int sgn_x, v32uint32 b0, v32uint32 b1, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | mac_elem_32_2_conf (v64int16 a, int sgn_x, v32int32 b0, v32int32 b1, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc64 | msc_elem_32_2_conf (v64int16 a, int sgn_x, v32int32 b0, v32int32 b1, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
Matrix multiplications in which matrix A has data elements of 16 bit and matrix B has data elements of 32 bit. These operations are emulated on top of Multiply-accumulate of 16b x 16b integer datatypes and might not have optimal performance.
For an explanation how these operations works see Multiply Accumulate.
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| v64acc32 mac_8x2_2x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16int32 | b0, | ||
| int | sgn_y, | ||
| v64acc32 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v64acc32 mac_8x2_2x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16int32 | b0, | ||
| int | sgn_y, | ||
| v64acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v64acc32 mac_8x2_2x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| int | sgn_y, | ||
| v64acc32 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v64acc32 mac_8x2_2x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| int | sgn_y, | ||
| v64acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v64acc32 mac_8x2_2x8_conf | ( | v32int16 | a, |
| v16int32 | b0, | ||
| v64acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v64acc32 mac_8x2_2x8_conf | ( | v32int16 | a, |
| v16uint32 | b0, | ||
| v64acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v64acc32 mac_8x2_2x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16int32 | b0, | ||
| int | sgn_y, | ||
| v64acc32 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v64acc32 mac_8x2_2x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16int32 | b0, | ||
| int | sgn_y, | ||
| v64acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v64acc32 mac_8x2_2x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| int | sgn_y, | ||
| v64acc32 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v64acc32 mac_8x2_2x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| int | sgn_y, | ||
| v64acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v64acc32 mac_8x2_2x8_conf | ( | v32uint16 | a, |
| v16int32 | b0, | ||
| v64acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v64acc32 mac_8x2_2x8_conf | ( | v32uint16 | a, |
| v16uint32 | b0, | ||
| v64acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| v32acc64 mac_elem_32 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| v32acc64 mac_elem_32 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| v32acc64 mac_elem_32_2 | ( | v64int16 | a, |
| int | sgn_x, | ||
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| v32acc64 mac_elem_32_2 | ( | v64int16 | a, |
| int | sgn_x, | ||
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| v32acc64 mac_elem_32_2 | ( | v64uint16 | a, |
| int | sgn_x, | ||
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| v32acc64 mac_elem_32_2 | ( | v64uint16 | a, |
| int | sgn_x, | ||
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| v32acc64 mac_elem_32_2_conf | ( | v64int16 | a, |
| int | sgn_x, | ||
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_2_conf | ( | v64int16 | a, |
| int | sgn_x, | ||
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_2_conf | ( | v64int16 | a, |
| int | sgn_x, | ||
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_2_conf | ( | v64int16 | a, |
| int | sgn_x, | ||
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_2_conf | ( | v64int16 | a, |
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_2_conf | ( | v64int16 | a, |
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_2_conf | ( | v64int16 | a, |
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_2_conf | ( | v64int16 | a, |
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_2_conf | ( | v64uint16 | a, |
| int | sgn_x, | ||
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_2_conf | ( | v64uint16 | a, |
| int | sgn_x, | ||
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_2_conf | ( | v64uint16 | a, |
| int | sgn_x, | ||
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_2_conf | ( | v64uint16 | a, |
| int | sgn_x, | ||
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_2_conf | ( | v64uint16 | a, |
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_2_conf | ( | v64uint16 | a, |
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_2_conf | ( | v64uint16 | a, |
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_2_conf | ( | v64uint16 | a, |
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16int32 | b0, | ||
| v16int32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16int32 | b0, | ||
| v16int32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_conf | ( | v32int16 | a, |
| v16int32 | b0, | ||
| v16int32 | b1, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_conf | ( | v32int16 | a, |
| v16int32 | b0, | ||
| v16int32 | b1, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_conf | ( | v32int16 | a, |
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_conf | ( | v32int16 | a, |
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16int32 | b0, | ||
| v16int32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16int32 | b0, | ||
| v16int32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_conf | ( | v32uint16 | a, |
| v16int32 | b0, | ||
| v16int32 | b1, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_conf | ( | v32uint16 | a, |
| v16int32 | b0, | ||
| v16int32 | b1, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_conf | ( | v32uint16 | a, |
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 mac_elem_32_conf | ( | v32uint16 | a, |
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| v64acc32 msc_8x2_2x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16int32 | b0, | ||
| int | sgn_y, | ||
| v64acc32 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v64acc32 msc_8x2_2x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16int32 | b0, | ||
| int | sgn_y, | ||
| v64acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v64acc32 msc_8x2_2x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| int | sgn_y, | ||
| v64acc32 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v64acc32 msc_8x2_2x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| int | sgn_y, | ||
| v64acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v64acc32 msc_8x2_2x8_conf | ( | v32int16 | a, |
| v16int32 | b0, | ||
| v64acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v64acc32 msc_8x2_2x8_conf | ( | v32int16 | a, |
| v16uint32 | b0, | ||
| v64acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v64acc32 msc_8x2_2x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16int32 | b0, | ||
| int | sgn_y, | ||
| v64acc32 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v64acc32 msc_8x2_2x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16int32 | b0, | ||
| int | sgn_y, | ||
| v64acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v64acc32 msc_8x2_2x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| int | sgn_y, | ||
| v64acc32 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v64acc32 msc_8x2_2x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| int | sgn_y, | ||
| v64acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v64acc32 msc_8x2_2x8_conf | ( | v32uint16 | a, |
| v16int32 | b0, | ||
| v64acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v64acc32 msc_8x2_2x8_conf | ( | v32uint16 | a, |
| v16uint32 | b0, | ||
| v64acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| v32acc64 msc_elem_32 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| v32acc64 msc_elem_32 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| v32acc64 msc_elem_32_2 | ( | v64int16 | a, |
| int | sgn_x, | ||
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| v32acc64 msc_elem_32_2 | ( | v64int16 | a, |
| int | sgn_x, | ||
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| v32acc64 msc_elem_32_2 | ( | v64uint16 | a, |
| int | sgn_x, | ||
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| v32acc64 msc_elem_32_2 | ( | v64uint16 | a, |
| int | sgn_x, | ||
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| v32acc64 msc_elem_32_2_conf | ( | v64int16 | a, |
| int | sgn_x, | ||
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v32acc64 msc_elem_32_2_conf | ( | v64int16 | a, |
| int | sgn_x, | ||
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v32acc64 msc_elem_32_2_conf | ( | v64int16 | a, |
| int | sgn_x, | ||
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v32acc64 msc_elem_32_2_conf | ( | v64int16 | a, |
| int | sgn_x, | ||
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v32acc64 msc_elem_32_2_conf | ( | v64int16 | a, |
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 msc_elem_32_2_conf | ( | v64int16 | a, |
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 msc_elem_32_2_conf | ( | v64int16 | a, |
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 msc_elem_32_2_conf | ( | v64int16 | a, |
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 msc_elem_32_2_conf | ( | v64uint16 | a, |
| int | sgn_x, | ||
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v32acc64 msc_elem_32_2_conf | ( | v64uint16 | a, |
| int | sgn_x, | ||
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v32acc64 msc_elem_32_2_conf | ( | v64uint16 | a, |
| int | sgn_x, | ||
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v32acc64 msc_elem_32_2_conf | ( | v64uint16 | a, |
| int | sgn_x, | ||
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v32acc64 msc_elem_32_2_conf | ( | v64uint16 | a, |
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 msc_elem_32_2_conf | ( | v64uint16 | a, |
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 msc_elem_32_2_conf | ( | v64uint16 | a, |
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 msc_elem_32_2_conf | ( | v64uint16 | a, |
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 msc_elem_32_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16int32 | b0, | ||
| v16int32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v32acc64 msc_elem_32_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16int32 | b0, | ||
| v16int32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v32acc64 msc_elem_32_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v32acc64 msc_elem_32_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v32acc64 msc_elem_32_conf | ( | v32int16 | a, |
| v16int32 | b0, | ||
| v16int32 | b1, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 msc_elem_32_conf | ( | v32int16 | a, |
| v16int32 | b0, | ||
| v16int32 | b1, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 msc_elem_32_conf | ( | v32int16 | a, |
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 msc_elem_32_conf | ( | v32int16 | a, |
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 msc_elem_32_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16int32 | b0, | ||
| v16int32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v32acc64 msc_elem_32_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16int32 | b0, | ||
| v16int32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v32acc64 msc_elem_32_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v32acc64 msc_elem_32_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| int | sgn_y, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| sub_acc1 | Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated. |
| v32acc64 msc_elem_32_conf | ( | v32uint16 | a, |
| v16int32 | b0, | ||
| v16int32 | b1, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 msc_elem_32_conf | ( | v32uint16 | a, |
| v16int32 | b0, | ||
| v16int32 | b1, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 msc_elem_32_conf | ( | v32uint16 | a, |
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| v32acc64 | acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| v32acc64 msc_elem_32_conf | ( | v32uint16 | a, |
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| v32acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 ) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| acc1 | Accumulator 1 input |
| zero_acc1 | Zeroing mask of acc1 |
| sub_mul | Negation mask of multiplication result |
| sub_acc1 | Negation mask of acc1 |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| b0 | Matrix B |
| a | Matrix A |
| b0 | Matrix B |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| b0 | Matrix B |
| a | Matrix A |
| b0 | Matrix B |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| a | Matrix A |
| b0 | Matrix B |
| sub_mul | Negation mask for multiplication result |
| a | Matrix A |
| b0 | Matrix B |
| sub_mul | Negation mask for multiplication result |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| a | Matrix A |
| b0 | Matrix B |
| sub_mul | Negation mask for multiplication result |
| a | Matrix A |
| b0 | Matrix B |
| sub_mul | Negation mask for multiplication result |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| v32acc64 mul_elem_32_2_conf | ( | v64int16 | a, |
| int | sgn_x, | ||
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| int | sgn_y, | ||
| int | sub_mul ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| v32acc64 mul_elem_32_2_conf | ( | v64int16 | a, |
| int | sgn_x, | ||
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| int | sgn_y, | ||
| int | sub_mul ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sub_mul | Negation mask for multiplication result |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sub_mul | Negation mask for multiplication result |
| v32acc64 mul_elem_32_2_conf | ( | v64uint16 | a, |
| int | sgn_x, | ||
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| int | sgn_y, | ||
| int | sub_mul ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| v32acc64 mul_elem_32_2_conf | ( | v64uint16 | a, |
| int | sgn_x, | ||
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| int | sgn_y, | ||
| int | sub_mul ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sub_mul | Negation mask for multiplication result |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sub_mul | Negation mask for multiplication result |
| v32acc64 mul_elem_32_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16int32 | b0, | ||
| v16int32 | b1, | ||
| int | sgn_y, | ||
| int | sub_mul ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| v32acc64 mul_elem_32_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| int | sgn_y, | ||
| int | sub_mul ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sub_mul | Negation mask for multiplication result |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sub_mul | Negation mask for multiplication result |
| v32acc64 mul_elem_32_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16int32 | b0, | ||
| v16int32 | b1, | ||
| int | sgn_y, | ||
| int | sub_mul ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| v32acc64 mul_elem_32_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| int | sgn_y, | ||
| int | sub_mul ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated. |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sub_mul | Negation mask for multiplication result |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sub_mul | Negation mask for multiplication result |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| b0 | Matrix B |
| a | Matrix A |
| b0 | Matrix B |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| b0 | Matrix B |
| a | Matrix A |
| b0 | Matrix B |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result |
| a | Matrix A |
| b0 | Matrix B |
| sub_mul | Negation mask for multiplication result. If a bit of sub_mul is set the corresponding vector lane of the output accumulator will be negated. |
| a | Matrix A |
| b0 | Matrix B |
| sub_mul | Negation mask for multiplication result. If a bit of sub_mul is set the corresponding vector lane of the output accumulator will be negated. |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result |
| a | Matrix A |
| b0 | Matrix B |
| sub_mul | Negation mask for multiplication result. If a bit of sub_mul is set the corresponding vector lane of the output accumulator will be negated. |
| a | Matrix A |
| b0 | Matrix B |
| sub_mul | Negation mask for multiplication result. If a bit of sub_mul is set the corresponding vector lane of the output accumulator will be negated. |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| v32acc64 negmul_elem_32_2_conf | ( | v64int16 | a, |
| int | sgn_x, | ||
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| int | sgn_y, | ||
| int | sub_mul ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result |
| v32acc64 negmul_elem_32_2_conf | ( | v64int16 | a, |
| int | sgn_x, | ||
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| int | sgn_y, | ||
| int | sub_mul ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sub_mul | Negation mask for multiplication result. If a bit of sub_mul is set the corresponding vector lane of the output accumulator will be negated. |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sub_mul | Negation mask for multiplication result. If a bit of sub_mul is set the corresponding vector lane of the output accumulator will be negated. |
| v32acc64 negmul_elem_32_2_conf | ( | v64uint16 | a, |
| int | sgn_x, | ||
| v32int32 | b0, | ||
| v32int32 | b1, | ||
| int | sgn_y, | ||
| int | sub_mul ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result |
| v32acc64 negmul_elem_32_2_conf | ( | v64uint16 | a, |
| int | sgn_x, | ||
| v32uint32 | b0, | ||
| v32uint32 | b1, | ||
| int | sgn_y, | ||
| int | sub_mul ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sub_mul | Negation mask for multiplication result. If a bit of sub_mul is set the corresponding vector lane of the output accumulator will be negated. |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sub_mul | Negation mask for multiplication result. If a bit of sub_mul is set the corresponding vector lane of the output accumulator will be negated. |
| v32acc64 negmul_elem_32_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16int32 | b0, | ||
| v16int32 | b1, | ||
| int | sgn_y, | ||
| int | sub_mul ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result |
| v32acc64 negmul_elem_32_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| int | sgn_y, | ||
| int | sub_mul ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sub_mul | Negation mask for multiplication result. If a bit of sub_mul is set the corresponding vector lane of the output accumulator will be negated. |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sub_mul | Negation mask for multiplication result. If a bit of sub_mul is set the corresponding vector lane of the output accumulator will be negated. |
| v32acc64 negmul_elem_32_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16int32 | b0, | ||
| v16int32 | b1, | ||
| int | sgn_y, | ||
| int | sub_mul ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result |
| v32acc64 negmul_elem_32_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v16uint32 | b0, | ||
| v16uint32 | b1, | ||
| int | sgn_y, | ||
| int | sub_mul ) |
| a | Matrix A |
| sgn_x | Sign mask for matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sgn_y | Sign mask for matrix B |
| sub_mul | Negation mask of multiplication result |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sub_mul | Negation mask for multiplication result. If a bit of sub_mul is set the corresponding vector lane of the output accumulator will be negated. |
| a | Matrix A |
| b0 | Matrix B |
| b1 | Matrix B (Second half) |
| sub_mul | Negation mask for multiplication result. If a bit of sub_mul is set the corresponding vector lane of the output accumulator will be negated. |