|
AI Engine-ML Intrinsics User Guide (v2024.2)
|
Loading...
Searching...
No Matches
Multiply-accumulate of 16b x 8b integer datatypes
Matrix multiplications in which matrix A has data elements of 16 bit and matrix B has data elements of 8 bit. More...
Overview
Matrix multiplications in which matrix A has data elements of 16 bit and matrix B has data elements of 8 bit.
For an explanation how these operations works see Multiply Accumulate.
Multiplication of (4x4) with (4x8) with dynamic negation of multiplication result | |
| v32acc32 | mul_4x4_4x8_conf (v32uint16 a, v64uint8 b, int sub_mul) |
| v32acc32 | negmul_4x4_4x8_conf (v32uint16 a, v64uint8 b, int sub_mul) |
| v32acc32 | mul_4x4_4x8_conf (v32uint16 a, v64int8 b, int sub_mul) |
| v32acc32 | negmul_4x4_4x8_conf (v32uint16 a, v64int8 b, int sub_mul) |
| v32acc32 | mul_4x4_4x8_conf (v32int16 a, v64uint8 b, int sub_mul) |
| v32acc32 | negmul_4x4_4x8_conf (v32int16 a, v64uint8 b, int sub_mul) |
| v32acc32 | mul_4x4_4x8_conf (v32int16 a, v64int8 b, int sub_mul) |
| v32acc32 | negmul_4x4_4x8_conf (v32int16 a, v64int8 b, int sub_mul) |
Multiplication of (4x4) with (4x8) with dynamic negation of multiplication result, zeroing of acc1, and negation of acc1 | |
| v32acc32 | mac_4x4_4x8_conf (v32uint16 a, v64uint8 b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | msc_4x4_4x8_conf (v32uint16 a, v64uint8 b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | negmsc_4x4_4x8_conf (v32uint16 a, v64uint8 b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | negmac_4x4_4x8_conf (v32uint16 a, v64uint8 b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | addmac_4x4_4x8_conf (v32uint16 a, v64uint8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | addmsc_4x4_4x8_conf (v32uint16 a, v64uint8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submac_4x4_4x8_conf (v32uint16 a, v64uint8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submsc_4x4_4x8_conf (v32uint16 a, v64uint8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | mac_4x4_4x8_conf (v32uint16 a, v64int8 b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | msc_4x4_4x8_conf (v32uint16 a, v64int8 b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | negmsc_4x4_4x8_conf (v32uint16 a, v64int8 b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | negmac_4x4_4x8_conf (v32uint16 a, v64int8 b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | addmac_4x4_4x8_conf (v32uint16 a, v64int8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | addmsc_4x4_4x8_conf (v32uint16 a, v64int8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submac_4x4_4x8_conf (v32uint16 a, v64int8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submsc_4x4_4x8_conf (v32uint16 a, v64int8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | mac_4x4_4x8_conf (v32int16 a, v64uint8 b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | msc_4x4_4x8_conf (v32int16 a, v64uint8 b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | negmsc_4x4_4x8_conf (v32int16 a, v64uint8 b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | negmac_4x4_4x8_conf (v32int16 a, v64uint8 b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | addmac_4x4_4x8_conf (v32int16 a, v64uint8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | addmsc_4x4_4x8_conf (v32int16 a, v64uint8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submac_4x4_4x8_conf (v32int16 a, v64uint8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submsc_4x4_4x8_conf (v32int16 a, v64uint8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | mac_4x4_4x8_conf (v32int16 a, v64int8 b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | msc_4x4_4x8_conf (v32int16 a, v64int8 b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | negmsc_4x4_4x8_conf (v32int16 a, v64int8 b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | negmac_4x4_4x8_conf (v32int16 a, v64int8 b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | addmac_4x4_4x8_conf (v32int16 a, v64int8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | addmsc_4x4_4x8_conf (v32int16 a, v64int8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submac_4x4_4x8_conf (v32int16 a, v64int8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submsc_4x4_4x8_conf (v32int16 a, v64int8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
Multiplication of (4x4) with (4x8) with dynamic sign and dynamic negation of multiplication result | |
| v32acc32 | mul_4x4_4x8_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, int sub_mul) |
| v32acc32 | negmul_4x4_4x8_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, int sub_mul) |
| v32acc32 | mac_4x4_4x8_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | msc_4x4_4x8_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | negmsc_4x4_4x8_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | negmac_4x4_4x8_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | addmac_4x4_4x8_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | addmsc_4x4_4x8_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submac_4x4_4x8_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submsc_4x4_4x8_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | mul_4x4_4x8_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, int sub_mul) |
| v32acc32 | negmul_4x4_4x8_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, int sub_mul) |
| v32acc32 | mac_4x4_4x8_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | msc_4x4_4x8_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | negmsc_4x4_4x8_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | negmac_4x4_4x8_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | addmac_4x4_4x8_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | addmsc_4x4_4x8_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submac_4x4_4x8_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submsc_4x4_4x8_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | mul_4x4_4x8_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, int sub_mul) |
| v32acc32 | negmul_4x4_4x8_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, int sub_mul) |
| v32acc32 | mac_4x4_4x8_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | msc_4x4_4x8_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | negmsc_4x4_4x8_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | negmac_4x4_4x8_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | addmac_4x4_4x8_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | addmsc_4x4_4x8_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submac_4x4_4x8_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submsc_4x4_4x8_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | mul_4x4_4x8_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, int sub_mul) |
| v32acc32 | negmul_4x4_4x8_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, int sub_mul) |
| v32acc32 | mac_4x4_4x8_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | msc_4x4_4x8_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | negmsc_4x4_4x8_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | negmac_4x4_4x8_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | addmac_4x4_4x8_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | addmsc_4x4_4x8_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submac_4x4_4x8_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submsc_4x4_4x8_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
Channel by channel mutliplication of (4x4) with (4x4) with dynamic negation of multiplication result | |
| v32acc32 | mul_4x4_4x4_2ch_conf (v32uint16 a, v64uint8 b, int sub_mul) |
| v32acc32 | negmul_4x4_4x4_2ch_conf (v32uint16 a, v64uint8 b, int sub_mul) |
| v32acc32 | mul_4x4_4x4_2ch_conf (v32uint16 a, v64int8 b, int sub_mul) |
| v32acc32 | negmul_4x4_4x4_2ch_conf (v32uint16 a, v64int8 b, int sub_mul) |
| v32acc32 | mul_4x4_4x4_2ch_conf (v32int16 a, v64uint8 b, int sub_mul) |
| v32acc32 | negmul_4x4_4x4_2ch_conf (v32int16 a, v64uint8 b, int sub_mul) |
| v32acc32 | mul_4x4_4x4_2ch_conf (v32int16 a, v64int8 b, int sub_mul) |
| v32acc32 | negmul_4x4_4x4_2ch_conf (v32int16 a, v64int8 b, int sub_mul) |
Channel by channel mutliplication of (4x4) with (4x4) with dynamic negation of multiplication result, zeroing of acc1, and negation of acc1 | |
| v32acc32 | mac_4x4_4x4_2ch_conf (v32uint16 a, v64uint8 b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | msc_4x4_4x4_2ch_conf (v32uint16 a, v64uint8 b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | negmsc_4x4_4x4_2ch_conf (v32uint16 a, v64uint8 b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | negmac_4x4_4x4_2ch_conf (v32uint16 a, v64uint8 b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | addmac_4x4_4x4_2ch_conf (v32uint16 a, v64uint8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | addmsc_4x4_4x4_2ch_conf (v32uint16 a, v64uint8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submac_4x4_4x4_2ch_conf (v32uint16 a, v64uint8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submsc_4x4_4x4_2ch_conf (v32uint16 a, v64uint8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | mac_4x4_4x4_2ch_conf (v32uint16 a, v64int8 b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | msc_4x4_4x4_2ch_conf (v32uint16 a, v64int8 b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | negmsc_4x4_4x4_2ch_conf (v32uint16 a, v64int8 b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | negmac_4x4_4x4_2ch_conf (v32uint16 a, v64int8 b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | addmac_4x4_4x4_2ch_conf (v32uint16 a, v64int8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | addmsc_4x4_4x4_2ch_conf (v32uint16 a, v64int8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submac_4x4_4x4_2ch_conf (v32uint16 a, v64int8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submsc_4x4_4x4_2ch_conf (v32uint16 a, v64int8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | mac_4x4_4x4_2ch_conf (v32int16 a, v64uint8 b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | msc_4x4_4x4_2ch_conf (v32int16 a, v64uint8 b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | negmsc_4x4_4x4_2ch_conf (v32int16 a, v64uint8 b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | negmac_4x4_4x4_2ch_conf (v32int16 a, v64uint8 b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | addmac_4x4_4x4_2ch_conf (v32int16 a, v64uint8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | addmsc_4x4_4x4_2ch_conf (v32int16 a, v64uint8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submac_4x4_4x4_2ch_conf (v32int16 a, v64uint8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submsc_4x4_4x4_2ch_conf (v32int16 a, v64uint8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | mac_4x4_4x4_2ch_conf (v32int16 a, v64int8 b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | msc_4x4_4x4_2ch_conf (v32int16 a, v64int8 b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | negmsc_4x4_4x4_2ch_conf (v32int16 a, v64int8 b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | negmac_4x4_4x4_2ch_conf (v32int16 a, v64int8 b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | addmac_4x4_4x4_2ch_conf (v32int16 a, v64int8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | addmsc_4x4_4x4_2ch_conf (v32int16 a, v64int8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submac_4x4_4x4_2ch_conf (v32int16 a, v64int8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submsc_4x4_4x4_2ch_conf (v32int16 a, v64int8 b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
Channel by channel mutliplication of (4x4) with (4x4) with dynamic sign and dynamic negation of multiplication result | |
| v32acc32 | mul_4x4_4x4_2ch_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, int sub_mul) |
| v32acc32 | negmul_4x4_4x4_2ch_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, int sub_mul) |
| v32acc32 | mac_4x4_4x4_2ch_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | msc_4x4_4x4_2ch_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | negmsc_4x4_4x4_2ch_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | negmac_4x4_4x4_2ch_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | addmac_4x4_4x4_2ch_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | addmsc_4x4_4x4_2ch_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submac_4x4_4x4_2ch_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submsc_4x4_4x4_2ch_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | mul_4x4_4x4_2ch_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, int sub_mul) |
| v32acc32 | negmul_4x4_4x4_2ch_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, int sub_mul) |
| v32acc32 | mac_4x4_4x4_2ch_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | msc_4x4_4x4_2ch_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | negmsc_4x4_4x4_2ch_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | negmac_4x4_4x4_2ch_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | addmac_4x4_4x4_2ch_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | addmsc_4x4_4x4_2ch_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submac_4x4_4x4_2ch_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submsc_4x4_4x4_2ch_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | mul_4x4_4x4_2ch_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, int sub_mul) |
| v32acc32 | negmul_4x4_4x4_2ch_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, int sub_mul) |
| v32acc32 | mac_4x4_4x4_2ch_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | msc_4x4_4x4_2ch_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | negmsc_4x4_4x4_2ch_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | negmac_4x4_4x4_2ch_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | addmac_4x4_4x4_2ch_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | addmsc_4x4_4x4_2ch_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submac_4x4_4x4_2ch_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submsc_4x4_4x4_2ch_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | mul_4x4_4x4_2ch_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, int sub_mul) |
| v32acc32 | negmul_4x4_4x4_2ch_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, int sub_mul) |
| v32acc32 | mac_4x4_4x4_2ch_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | msc_4x4_4x4_2ch_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v32acc32 | negmsc_4x4_4x4_2ch_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | negmac_4x4_4x4_2ch_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v32acc32 | addmac_4x4_4x4_2ch_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | addmsc_4x4_4x4_2ch_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submac_4x4_4x4_2ch_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v32acc32 | submsc_4x4_4x4_2ch_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
Multiplication of (2x8) with (8x8) with dynamic negation of multiplication result, zeroing of acc1, and negation of acc1 | |
| v16acc64 | mac_2x8_8x8_conf (v32uint16 a, v64uint8 b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_2x8_8x8_conf (v32uint16 a, v64uint8 b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_2x8_8x8_conf (v32uint16 a, v64uint8 b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_2x8_8x8_conf (v32uint16 a, v64uint8 b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_2x8_8x8_conf (v32uint16 a, v64uint8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_2x8_8x8_conf (v32uint16 a, v64uint8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_2x8_8x8_conf (v32uint16 a, v64uint8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_2x8_8x8_conf (v32uint16 a, v64uint8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | mac_2x8_8x8_conf (v32uint16 a, v64int8 b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_2x8_8x8_conf (v32uint16 a, v64int8 b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_2x8_8x8_conf (v32uint16 a, v64int8 b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_2x8_8x8_conf (v32uint16 a, v64int8 b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_2x8_8x8_conf (v32uint16 a, v64int8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_2x8_8x8_conf (v32uint16 a, v64int8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_2x8_8x8_conf (v32uint16 a, v64int8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_2x8_8x8_conf (v32uint16 a, v64int8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | mac_2x8_8x8_conf (v32int16 a, v64uint8 b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_2x8_8x8_conf (v32int16 a, v64uint8 b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_2x8_8x8_conf (v32int16 a, v64uint8 b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_2x8_8x8_conf (v32int16 a, v64uint8 b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_2x8_8x8_conf (v32int16 a, v64uint8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_2x8_8x8_conf (v32int16 a, v64uint8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_2x8_8x8_conf (v32int16 a, v64uint8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_2x8_8x8_conf (v32int16 a, v64uint8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | mac_2x8_8x8_conf (v32int16 a, v64int8 b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_2x8_8x8_conf (v32int16 a, v64int8 b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_2x8_8x8_conf (v32int16 a, v64int8 b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_2x8_8x8_conf (v32int16 a, v64int8 b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_2x8_8x8_conf (v32int16 a, v64int8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_2x8_8x8_conf (v32int16 a, v64int8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_2x8_8x8_conf (v32int16 a, v64int8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_2x8_8x8_conf (v32int16 a, v64int8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | mac_2x8_8x8_conf (v32uint16 a, v64uint16_sparse b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_2x8_8x8_conf (v32uint16 a, v64uint16_sparse b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_2x8_8x8_conf (v32uint16 a, v64uint16_sparse b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_2x8_8x8_conf (v32uint16 a, v64uint16_sparse b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_2x8_8x8_conf (v32uint16 a, v64uint16_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_2x8_8x8_conf (v32uint16 a, v64uint16_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_2x8_8x8_conf (v32uint16 a, v64uint16_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_2x8_8x8_conf (v32uint16 a, v64uint16_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | mac_2x8_8x8_conf (v32uint16 a, v64int16_sparse b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_2x8_8x8_conf (v32uint16 a, v64int16_sparse b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_2x8_8x8_conf (v32uint16 a, v64int16_sparse b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_2x8_8x8_conf (v32uint16 a, v64int16_sparse b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_2x8_8x8_conf (v32uint16 a, v64int16_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_2x8_8x8_conf (v32uint16 a, v64int16_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_2x8_8x8_conf (v32uint16 a, v64int16_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_2x8_8x8_conf (v32uint16 a, v64int16_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | mac_2x8_8x8_conf (v32int16 a, v64uint16_sparse b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_2x8_8x8_conf (v32int16 a, v64uint16_sparse b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_2x8_8x8_conf (v32int16 a, v64uint16_sparse b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_2x8_8x8_conf (v32int16 a, v64uint16_sparse b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_2x8_8x8_conf (v32int16 a, v64uint16_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_2x8_8x8_conf (v32int16 a, v64uint16_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_2x8_8x8_conf (v32int16 a, v64uint16_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_2x8_8x8_conf (v32int16 a, v64uint16_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | mac_2x8_8x8_conf (v32int16 a, v64int16_sparse b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_2x8_8x8_conf (v32int16 a, v64int16_sparse b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_2x8_8x8_conf (v32int16 a, v64int16_sparse b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_2x8_8x8_conf (v32int16 a, v64int16_sparse b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_2x8_8x8_conf (v32int16 a, v64int16_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_2x8_8x8_conf (v32int16 a, v64int16_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_2x8_8x8_conf (v32int16 a, v64int16_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_2x8_8x8_conf (v32int16 a, v64int16_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
Multiplication of (2x8) with (8x8) with dynamic sign and dynamic negation of multiplication result | |
| v16acc64 | mul_2x8_8x8_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, int sub_mul) |
| v16acc64 | negmul_2x8_8x8_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, int sub_mul) |
| v16acc64 | mac_2x8_8x8_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_2x8_8x8_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_2x8_8x8_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_2x8_8x8_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_2x8_8x8_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_2x8_8x8_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_2x8_8x8_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_2x8_8x8_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | mul_2x8_8x8_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, int sub_mul) |
| v16acc64 | negmul_2x8_8x8_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, int sub_mul) |
| v16acc64 | mac_2x8_8x8_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_2x8_8x8_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_2x8_8x8_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_2x8_8x8_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_2x8_8x8_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_2x8_8x8_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_2x8_8x8_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_2x8_8x8_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | mul_2x8_8x8_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, int sub_mul) |
| v16acc64 | negmul_2x8_8x8_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, int sub_mul) |
| v16acc64 | mac_2x8_8x8_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_2x8_8x8_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_2x8_8x8_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_2x8_8x8_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_2x8_8x8_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_2x8_8x8_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_2x8_8x8_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_2x8_8x8_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | mul_2x8_8x8_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, int sub_mul) |
| v16acc64 | negmul_2x8_8x8_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, int sub_mul) |
| v16acc64 | mac_2x8_8x8_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_2x8_8x8_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_2x8_8x8_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_2x8_8x8_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_2x8_8x8_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_2x8_8x8_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_2x8_8x8_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_2x8_8x8_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | mul_2x8_8x8_conf (v32uint16 a, int sgn_x, v64uint16_sparse b, int sgn_y, int sub_mul) |
| v16acc64 | negmul_2x8_8x8_conf (v32uint16 a, int sgn_x, v64uint16_sparse b, int sgn_y, int sub_mul) |
| v16acc64 | mac_2x8_8x8_conf (v32uint16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_2x8_8x8_conf (v32uint16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_2x8_8x8_conf (v32uint16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_2x8_8x8_conf (v32uint16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_2x8_8x8_conf (v32uint16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_2x8_8x8_conf (v32uint16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_2x8_8x8_conf (v32uint16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_2x8_8x8_conf (v32uint16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | mul_2x8_8x8_conf (v32uint16 a, int sgn_x, v64int16_sparse b, int sgn_y, int sub_mul) |
| v16acc64 | negmul_2x8_8x8_conf (v32uint16 a, int sgn_x, v64int16_sparse b, int sgn_y, int sub_mul) |
| v16acc64 | mac_2x8_8x8_conf (v32uint16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_2x8_8x8_conf (v32uint16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_2x8_8x8_conf (v32uint16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_2x8_8x8_conf (v32uint16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_2x8_8x8_conf (v32uint16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_2x8_8x8_conf (v32uint16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_2x8_8x8_conf (v32uint16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_2x8_8x8_conf (v32uint16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | mul_2x8_8x8_conf (v32int16 a, int sgn_x, v64uint16_sparse b, int sgn_y, int sub_mul) |
| v16acc64 | negmul_2x8_8x8_conf (v32int16 a, int sgn_x, v64uint16_sparse b, int sgn_y, int sub_mul) |
| v16acc64 | mac_2x8_8x8_conf (v32int16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_2x8_8x8_conf (v32int16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_2x8_8x8_conf (v32int16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_2x8_8x8_conf (v32int16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_2x8_8x8_conf (v32int16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_2x8_8x8_conf (v32int16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_2x8_8x8_conf (v32int16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_2x8_8x8_conf (v32int16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | mul_2x8_8x8_conf (v32int16 a, int sgn_x, v64int16_sparse b, int sgn_y, int sub_mul) |
| v16acc64 | negmul_2x8_8x8_conf (v32int16 a, int sgn_x, v64int16_sparse b, int sgn_y, int sub_mul) |
| v16acc64 | mac_2x8_8x8_conf (v32int16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_2x8_8x8_conf (v32int16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_2x8_8x8_conf (v32int16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_2x8_8x8_conf (v32int16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_2x8_8x8_conf (v32int16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_2x8_8x8_conf (v32int16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_2x8_8x8_conf (v32int16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_2x8_8x8_conf (v32int16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
Multiplication of (4x8) with (8x4) with dynamic negation of multiplication result | |
| v16acc64 | mul_4x8_8x4_conf (v32uint16 a, v64uint8 b, int sub_mul) |
| v16acc64 | negmul_4x8_8x4_conf (v32uint16 a, v64uint8 b, int sub_mul) |
| v16acc64 | mul_4x8_8x4_conf (v32uint16 a, v64int8 b, int sub_mul) |
| v16acc64 | negmul_4x8_8x4_conf (v32uint16 a, v64int8 b, int sub_mul) |
| v16acc64 | mul_4x8_8x4_conf (v32int16 a, v64uint8 b, int sub_mul) |
| v16acc64 | negmul_4x8_8x4_conf (v32int16 a, v64uint8 b, int sub_mul) |
| v16acc64 | mul_4x8_8x4_conf (v32int16 a, v64int8 b, int sub_mul) |
| v16acc64 | negmul_4x8_8x4_conf (v32int16 a, v64int8 b, int sub_mul) |
| v16accfloat | mul_4x8_8x4_conf (v32bfloat16 a, v32bfloat16 b, int sub_mul) |
| v16accfloat | negmul_4x8_8x4_conf (v32bfloat16 a, v32bfloat16 b, int sub_mul) |
Multiplication of (4x8) with (8x4) with dynamic negation of multiplication result, zeroing of acc1, and negation of acc1 | |
| v16acc64 | mac_4x8_8x4_conf (v32uint16 a, v64uint8 b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_4x8_8x4_conf (v32uint16 a, v64uint8 b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_4x8_8x4_conf (v32uint16 a, v64uint8 b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_4x8_8x4_conf (v32uint16 a, v64uint8 b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_4x8_8x4_conf (v32uint16 a, v64uint8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_4x8_8x4_conf (v32uint16 a, v64uint8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_4x8_8x4_conf (v32uint16 a, v64uint8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_4x8_8x4_conf (v32uint16 a, v64uint8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | mac_4x8_8x4_conf (v32uint16 a, v64int8 b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_4x8_8x4_conf (v32uint16 a, v64int8 b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_4x8_8x4_conf (v32uint16 a, v64int8 b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_4x8_8x4_conf (v32uint16 a, v64int8 b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_4x8_8x4_conf (v32uint16 a, v64int8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_4x8_8x4_conf (v32uint16 a, v64int8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_4x8_8x4_conf (v32uint16 a, v64int8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_4x8_8x4_conf (v32uint16 a, v64int8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | mac_4x8_8x4_conf (v32int16 a, v64uint8 b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_4x8_8x4_conf (v32int16 a, v64uint8 b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_4x8_8x4_conf (v32int16 a, v64uint8 b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_4x8_8x4_conf (v32int16 a, v64uint8 b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_4x8_8x4_conf (v32int16 a, v64uint8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_4x8_8x4_conf (v32int16 a, v64uint8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_4x8_8x4_conf (v32int16 a, v64uint8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_4x8_8x4_conf (v32int16 a, v64uint8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | mac_4x8_8x4_conf (v32int16 a, v64int8 b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_4x8_8x4_conf (v32int16 a, v64int8 b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_4x8_8x4_conf (v32int16 a, v64int8 b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_4x8_8x4_conf (v32int16 a, v64int8 b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_4x8_8x4_conf (v32int16 a, v64int8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_4x8_8x4_conf (v32int16 a, v64int8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_4x8_8x4_conf (v32int16 a, v64int8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_4x8_8x4_conf (v32int16 a, v64int8 b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16accfloat | mac_4x8_8x4_conf (v32bfloat16 a, v32bfloat16 b, v16accfloat acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16accfloat | msc_4x8_8x4_conf (v32bfloat16 a, v32bfloat16 b, v16accfloat acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16accfloat | addmac_4x8_8x4_conf (v32bfloat16 a, v32bfloat16 b, v16accfloat acc1, v16accfloat acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16accfloat | addmsc_4x8_8x4_conf (v32bfloat16 a, v32bfloat16 b, v16accfloat acc1, v16accfloat acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
Multiplication of (4x8) with (8x4) with dynamic sign and dynamic negation of multiplication result | |
| v16acc64 | mul_4x8_8x4_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, int sub_mul) |
| v16acc64 | negmul_4x8_8x4_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, int sub_mul) |
| v16acc64 | mac_4x8_8x4_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_4x8_8x4_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_4x8_8x4_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_4x8_8x4_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_4x8_8x4_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_4x8_8x4_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_4x8_8x4_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_4x8_8x4_conf (v32uint16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | mul_4x8_8x4_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, int sub_mul) |
| v16acc64 | negmul_4x8_8x4_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, int sub_mul) |
| v16acc64 | mac_4x8_8x4_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_4x8_8x4_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_4x8_8x4_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_4x8_8x4_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_4x8_8x4_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_4x8_8x4_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_4x8_8x4_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_4x8_8x4_conf (v32uint16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | mul_4x8_8x4_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, int sub_mul) |
| v16acc64 | negmul_4x8_8x4_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, int sub_mul) |
| v16acc64 | mac_4x8_8x4_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_4x8_8x4_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_4x8_8x4_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_4x8_8x4_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_4x8_8x4_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_4x8_8x4_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_4x8_8x4_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_4x8_8x4_conf (v32int16 a, int sgn_x, v64uint8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | mul_4x8_8x4_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, int sub_mul) |
| v16acc64 | negmul_4x8_8x4_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, int sub_mul) |
| v16acc64 | mac_4x8_8x4_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | msc_4x8_8x4_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1) |
| v16acc64 | negmsc_4x8_8x4_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | negmac_4x8_8x4_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1) |
| v16acc64 | addmac_4x8_8x4_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | addmsc_4x8_8x4_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submac_4x8_8x4_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
| v16acc64 | submsc_4x8_8x4_conf (v32int16 a, int sgn_x, v64int8 b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2) |
Function Documentation
◆ addmac_2x8_8x8() [1/16]
| v16acc64 addmac_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_2x8_8x8() [2/16]
| v16acc64 addmac_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_2x8_8x8() [3/16]
| v16acc64 addmac_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_2x8_8x8() [4/16]
| v16acc64 addmac_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_2x8_8x8() [5/16]
| v16acc64 addmac_2x8_8x8 | ( | v32int16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_2x8_8x8() [6/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_2x8_8x8() [7/16]
| v16acc64 addmac_2x8_8x8 | ( | v32int16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_2x8_8x8() [8/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_2x8_8x8() [9/16]
| v16acc64 addmac_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_2x8_8x8() [10/16]
| v16acc64 addmac_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_2x8_8x8() [11/16]
| v16acc64 addmac_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_2x8_8x8() [12/16]
| v16acc64 addmac_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_2x8_8x8() [13/16]
| v16acc64 addmac_2x8_8x8 | ( | v32uint16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_2x8_8x8() [14/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_2x8_8x8() [15/16]
| v16acc64 addmac_2x8_8x8 | ( | v32uint16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_2x8_8x8() [16/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_2x8_8x8_conf() [1/16]
| v16acc64 addmac_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_2x8_8x8_conf() [2/16]
| v16acc64 addmac_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_2x8_8x8_conf() [3/16]
| v16acc64 addmac_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_2x8_8x8_conf() [4/16]
| v16acc64 addmac_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_2x8_8x8_conf() [5/16]
| v16acc64 addmac_2x8_8x8_conf | ( | v32int16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_2x8_8x8_conf() [6/16]
| v16acc64 addmac_2x8_8x8_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_2x8_8x8_conf() [7/16]
| v16acc64 addmac_2x8_8x8_conf | ( | v32int16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_2x8_8x8_conf() [8/16]
| v16acc64 addmac_2x8_8x8_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_2x8_8x8_conf() [9/16]
| v16acc64 addmac_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_2x8_8x8_conf() [10/16]
| v16acc64 addmac_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_2x8_8x8_conf() [11/16]
| v16acc64 addmac_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_2x8_8x8_conf() [12/16]
| v16acc64 addmac_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_2x8_8x8_conf() [13/16]
| v16acc64 addmac_2x8_8x8_conf | ( | v32uint16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_2x8_8x8_conf() [14/16]
| v16acc64 addmac_2x8_8x8_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_2x8_8x8_conf() [15/16]
| v16acc64 addmac_2x8_8x8_conf | ( | v32uint16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_2x8_8x8_conf() [16/16]
| v16acc64 addmac_2x8_8x8_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x4_4x4_2ch() [1/8]
| v32acc32 addmac_4x4_4x4_2ch | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x4_4x4_2ch() [2/8]
| v32acc32 addmac_4x4_4x4_2ch | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x4_4x4_2ch() [3/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x4_4x4_2ch() [4/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x4_4x4_2ch() [5/8]
| v32acc32 addmac_4x4_4x4_2ch | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x4_4x4_2ch() [6/8]
| v32acc32 addmac_4x4_4x4_2ch | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x4_4x4_2ch() [7/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x4_4x4_2ch() [8/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x4_4x4_2ch_conf() [1/8]
| v32acc32 addmac_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x4_4x4_2ch_conf() [2/8]
| v32acc32 addmac_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x4_4x4_2ch_conf() [3/8]
| v32acc32 addmac_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x4_4x4_2ch_conf() [4/8]
| v32acc32 addmac_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x4_4x4_2ch_conf() [5/8]
| v32acc32 addmac_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x4_4x4_2ch_conf() [6/8]
| v32acc32 addmac_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x4_4x4_2ch_conf() [7/8]
| v32acc32 addmac_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x4_4x4_2ch_conf() [8/8]
| v32acc32 addmac_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x4_4x8() [1/8]
| v32acc32 addmac_4x4_4x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x4_4x8() [2/8]
| v32acc32 addmac_4x4_4x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x4_4x8() [3/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x4_4x8() [4/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x4_4x8() [5/8]
| v32acc32 addmac_4x4_4x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x4_4x8() [6/8]
| v32acc32 addmac_4x4_4x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x4_4x8() [7/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x4_4x8() [8/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x4_4x8_conf() [1/8]
| v32acc32 addmac_4x4_4x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x4_4x8_conf() [2/8]
| v32acc32 addmac_4x4_4x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x4_4x8_conf() [3/8]
| v32acc32 addmac_4x4_4x8_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x4_4x8_conf() [4/8]
| v32acc32 addmac_4x4_4x8_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x4_4x8_conf() [5/8]
| v32acc32 addmac_4x4_4x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x4_4x8_conf() [6/8]
| v32acc32 addmac_4x4_4x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x4_4x8_conf() [7/8]
| v32acc32 addmac_4x4_4x8_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x4_4x8_conf() [8/8]
| v32acc32 addmac_4x4_4x8_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x8_8x4() [1/9]
| v16accfloat addmac_4x8_8x4 | ( | v32bfloat16 | a, |
| v32bfloat16 | b, | ||
| v16accfloat | acc1, | ||
| v16accfloat | acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x8_8x4() [2/9]
| v16acc64 addmac_4x8_8x4 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x8_8x4() [3/9]
| v16acc64 addmac_4x8_8x4 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x8_8x4() [4/9]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x8_8x4() [5/9]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x8_8x4() [6/9]
| v16acc64 addmac_4x8_8x4 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x8_8x4() [7/9]
| v16acc64 addmac_4x8_8x4 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x8_8x4() [8/9]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x8_8x4() [9/9]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmac_4x8_8x4_conf() [1/9]
| v16accfloat addmac_4x8_8x4_conf | ( | v32bfloat16 | a, |
| v32bfloat16 | b, | ||
| v16accfloat | acc1, | ||
| v16accfloat | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x8_8x4_conf() [2/9]
| v16acc64 addmac_4x8_8x4_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x8_8x4_conf() [3/9]
| v16acc64 addmac_4x8_8x4_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x8_8x4_conf() [4/9]
| v16acc64 addmac_4x8_8x4_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x8_8x4_conf() [5/9]
| v16acc64 addmac_4x8_8x4_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x8_8x4_conf() [6/9]
| v16acc64 addmac_4x8_8x4_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x8_8x4_conf() [7/9]
| v16acc64 addmac_4x8_8x4_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x8_8x4_conf() [8/9]
| v16acc64 addmac_4x8_8x4_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmac_4x8_8x4_conf() [9/9]
| v16acc64 addmac_4x8_8x4_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_2x8_8x8() [1/16]
| v16acc64 addmsc_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_2x8_8x8() [2/16]
| v16acc64 addmsc_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_2x8_8x8() [3/16]
| v16acc64 addmsc_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_2x8_8x8() [4/16]
| v16acc64 addmsc_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_2x8_8x8() [5/16]
| v16acc64 addmsc_2x8_8x8 | ( | v32int16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_2x8_8x8() [6/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_2x8_8x8() [7/16]
| v16acc64 addmsc_2x8_8x8 | ( | v32int16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_2x8_8x8() [8/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_2x8_8x8() [9/16]
| v16acc64 addmsc_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_2x8_8x8() [10/16]
| v16acc64 addmsc_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_2x8_8x8() [11/16]
| v16acc64 addmsc_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_2x8_8x8() [12/16]
| v16acc64 addmsc_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_2x8_8x8() [13/16]
| v16acc64 addmsc_2x8_8x8 | ( | v32uint16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_2x8_8x8() [14/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_2x8_8x8() [15/16]
| v16acc64 addmsc_2x8_8x8 | ( | v32uint16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_2x8_8x8() [16/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_2x8_8x8_conf() [1/16]
| v16acc64 addmsc_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_2x8_8x8_conf() [2/16]
| v16acc64 addmsc_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_2x8_8x8_conf() [3/16]
| v16acc64 addmsc_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_2x8_8x8_conf() [4/16]
| v16acc64 addmsc_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_2x8_8x8_conf() [5/16]
| v16acc64 addmsc_2x8_8x8_conf | ( | v32int16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_2x8_8x8_conf() [6/16]
| v16acc64 addmsc_2x8_8x8_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_2x8_8x8_conf() [7/16]
| v16acc64 addmsc_2x8_8x8_conf | ( | v32int16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_2x8_8x8_conf() [8/16]
| v16acc64 addmsc_2x8_8x8_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_2x8_8x8_conf() [9/16]
| v16acc64 addmsc_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_2x8_8x8_conf() [10/16]
| v16acc64 addmsc_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_2x8_8x8_conf() [11/16]
| v16acc64 addmsc_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_2x8_8x8_conf() [12/16]
| v16acc64 addmsc_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_2x8_8x8_conf() [13/16]
| v16acc64 addmsc_2x8_8x8_conf | ( | v32uint16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_2x8_8x8_conf() [14/16]
| v16acc64 addmsc_2x8_8x8_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_2x8_8x8_conf() [15/16]
| v16acc64 addmsc_2x8_8x8_conf | ( | v32uint16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_2x8_8x8_conf() [16/16]
| v16acc64 addmsc_2x8_8x8_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x4_4x4_2ch() [1/8]
| v32acc32 addmsc_4x4_4x4_2ch | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x4_4x4_2ch() [2/8]
| v32acc32 addmsc_4x4_4x4_2ch | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x4_4x4_2ch() [3/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x4_4x4_2ch() [4/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x4_4x4_2ch() [5/8]
| v32acc32 addmsc_4x4_4x4_2ch | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x4_4x4_2ch() [6/8]
| v32acc32 addmsc_4x4_4x4_2ch | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x4_4x4_2ch() [7/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x4_4x4_2ch() [8/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x4_4x4_2ch_conf() [1/8]
| v32acc32 addmsc_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x4_4x4_2ch_conf() [2/8]
| v32acc32 addmsc_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x4_4x4_2ch_conf() [3/8]
| v32acc32 addmsc_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x4_4x4_2ch_conf() [4/8]
| v32acc32 addmsc_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x4_4x4_2ch_conf() [5/8]
| v32acc32 addmsc_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x4_4x4_2ch_conf() [6/8]
| v32acc32 addmsc_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x4_4x4_2ch_conf() [7/8]
| v32acc32 addmsc_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x4_4x4_2ch_conf() [8/8]
| v32acc32 addmsc_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x4_4x8() [1/8]
| v32acc32 addmsc_4x4_4x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x4_4x8() [2/8]
| v32acc32 addmsc_4x4_4x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x4_4x8() [3/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x4_4x8() [4/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x4_4x8() [5/8]
| v32acc32 addmsc_4x4_4x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x4_4x8() [6/8]
| v32acc32 addmsc_4x4_4x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x4_4x8() [7/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x4_4x8() [8/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x4_4x8_conf() [1/8]
| v32acc32 addmsc_4x4_4x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x4_4x8_conf() [2/8]
| v32acc32 addmsc_4x4_4x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x4_4x8_conf() [3/8]
| v32acc32 addmsc_4x4_4x8_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x4_4x8_conf() [4/8]
| v32acc32 addmsc_4x4_4x8_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x4_4x8_conf() [5/8]
| v32acc32 addmsc_4x4_4x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x4_4x8_conf() [6/8]
| v32acc32 addmsc_4x4_4x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x4_4x8_conf() [7/8]
| v32acc32 addmsc_4x4_4x8_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x4_4x8_conf() [8/8]
| v32acc32 addmsc_4x4_4x8_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x8_8x4() [1/9]
| v16accfloat addmsc_4x8_8x4 | ( | v32bfloat16 | a, |
| v32bfloat16 | b, | ||
| v16accfloat | acc1, | ||
| v16accfloat | acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x8_8x4() [2/9]
| v16acc64 addmsc_4x8_8x4 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x8_8x4() [3/9]
| v16acc64 addmsc_4x8_8x4 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x8_8x4() [4/9]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x8_8x4() [5/9]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x8_8x4() [6/9]
| v16acc64 addmsc_4x8_8x4 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x8_8x4() [7/9]
| v16acc64 addmsc_4x8_8x4 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x8_8x4() [8/9]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x8_8x4() [9/9]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ addmsc_4x8_8x4_conf() [1/9]
| v16accfloat addmsc_4x8_8x4_conf | ( | v32bfloat16 | a, |
| v32bfloat16 | b, | ||
| v16accfloat | acc1, | ||
| v16accfloat | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x8_8x4_conf() [2/9]
| v16acc64 addmsc_4x8_8x4_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x8_8x4_conf() [3/9]
| v16acc64 addmsc_4x8_8x4_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x8_8x4_conf() [4/9]
| v16acc64 addmsc_4x8_8x4_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x8_8x4_conf() [5/9]
| v16acc64 addmsc_4x8_8x4_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x8_8x4_conf() [6/9]
| v16acc64 addmsc_4x8_8x4_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x8_8x4_conf() [7/9]
| v16acc64 addmsc_4x8_8x4_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x8_8x4_conf() [8/9]
| v16acc64 addmsc_4x8_8x4_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ addmsc_4x8_8x4_conf() [9/9]
| v16acc64 addmsc_4x8_8x4_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ mac_2x8_8x8() [1/16]
| v16acc64 mac_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_2x8_8x8() [2/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_2x8_8x8() [3/16]
| v16acc64 mac_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_2x8_8x8() [4/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_2x8_8x8() [5/16]
| v16acc64 mac_2x8_8x8 | ( | v32int16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_2x8_8x8() [6/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_2x8_8x8() [7/16]
| v16acc64 mac_2x8_8x8 | ( | v32int16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_2x8_8x8() [8/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_2x8_8x8() [9/16]
| v16acc64 mac_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_2x8_8x8() [10/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_2x8_8x8() [11/16]
| v16acc64 mac_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_2x8_8x8() [12/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_2x8_8x8() [13/16]
| v16acc64 mac_2x8_8x8 | ( | v32uint16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_2x8_8x8() [14/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_2x8_8x8() [15/16]
| v16acc64 mac_2x8_8x8 | ( | v32uint16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_2x8_8x8() [16/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_2x8_8x8_conf() [1/16]
| v16acc64 mac_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_2x8_8x8_conf() [2/16]
| v16acc64 mac_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_2x8_8x8_conf() [3/16]
| v16acc64 mac_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_2x8_8x8_conf() [4/16]
| v16acc64 mac_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_2x8_8x8_conf() [5/16]
| v16acc64 mac_2x8_8x8_conf | ( | v32int16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_2x8_8x8_conf() [6/16]
| v16acc64 mac_2x8_8x8_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_2x8_8x8_conf() [7/16]
| v16acc64 mac_2x8_8x8_conf | ( | v32int16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_2x8_8x8_conf() [8/16]
| v16acc64 mac_2x8_8x8_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_2x8_8x8_conf() [9/16]
| v16acc64 mac_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_2x8_8x8_conf() [10/16]
| v16acc64 mac_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_2x8_8x8_conf() [11/16]
| v16acc64 mac_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_2x8_8x8_conf() [12/16]
| v16acc64 mac_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_2x8_8x8_conf() [13/16]
| v16acc64 mac_2x8_8x8_conf | ( | v32uint16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_2x8_8x8_conf() [14/16]
| v16acc64 mac_2x8_8x8_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_2x8_8x8_conf() [15/16]
| v16acc64 mac_2x8_8x8_conf | ( | v32uint16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_2x8_8x8_conf() [16/16]
| v16acc64 mac_2x8_8x8_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x4_4x4_2ch() [1/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x4_4x4_2ch() [2/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x4_4x4_2ch() [3/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x4_4x4_2ch() [4/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x4_4x4_2ch() [5/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x4_4x4_2ch() [6/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x4_4x4_2ch() [7/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x4_4x4_2ch() [8/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x4_4x4_2ch_conf() [1/8]
| v32acc32 mac_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x4_4x4_2ch_conf() [2/8]
| v32acc32 mac_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x4_4x4_2ch_conf() [3/8]
| v32acc32 mac_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x4_4x4_2ch_conf() [4/8]
| v32acc32 mac_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x4_4x4_2ch_conf() [5/8]
| v32acc32 mac_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x4_4x4_2ch_conf() [6/8]
| v32acc32 mac_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x4_4x4_2ch_conf() [7/8]
| v32acc32 mac_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x4_4x4_2ch_conf() [8/8]
| v32acc32 mac_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x4_4x8() [1/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x4_4x8() [2/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x4_4x8() [3/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x4_4x8() [4/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x4_4x8() [5/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x4_4x8() [6/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x4_4x8() [7/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x4_4x8() [8/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x4_4x8_conf() [1/8]
| v32acc32 mac_4x4_4x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x4_4x8_conf() [2/8]
| v32acc32 mac_4x4_4x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x4_4x8_conf() [3/8]
| v32acc32 mac_4x4_4x8_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x4_4x8_conf() [4/8]
| v32acc32 mac_4x4_4x8_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x4_4x8_conf() [5/8]
| v32acc32 mac_4x4_4x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x4_4x8_conf() [6/8]
| v32acc32 mac_4x4_4x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x4_4x8_conf() [7/8]
| v32acc32 mac_4x4_4x8_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x4_4x8_conf() [8/8]
| v32acc32 mac_4x4_4x8_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x8_8x4() [1/9]
| v16accfloat mac_4x8_8x4 | ( | v32bfloat16 | a, |
| v32bfloat16 | b, | ||
| v16accfloat | acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x8_8x4() [2/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x8_8x4() [3/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x8_8x4() [4/9]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x8_8x4() [5/9]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x8_8x4() [6/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x8_8x4() [7/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x8_8x4() [8/9]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x8_8x4() [9/9]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ mac_4x8_8x4_conf() [1/9]
| v16accfloat mac_4x8_8x4_conf | ( | v32bfloat16 | a, |
| v32bfloat16 | b, | ||
| v16accfloat | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x8_8x4_conf() [2/9]
| v16acc64 mac_4x8_8x4_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x8_8x4_conf() [3/9]
| v16acc64 mac_4x8_8x4_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x8_8x4_conf() [4/9]
| v16acc64 mac_4x8_8x4_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x8_8x4_conf() [5/9]
| v16acc64 mac_4x8_8x4_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x8_8x4_conf() [6/9]
| v16acc64 mac_4x8_8x4_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x8_8x4_conf() [7/9]
| v16acc64 mac_4x8_8x4_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x8_8x4_conf() [8/9]
| v16acc64 mac_4x8_8x4_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mac_4x8_8x4_conf() [9/9]
| v16acc64 mac_4x8_8x4_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ msc_2x8_8x8() [1/16]
| v16acc64 msc_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_2x8_8x8() [2/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_2x8_8x8() [3/16]
| v16acc64 msc_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_2x8_8x8() [4/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_2x8_8x8() [5/16]
| v16acc64 msc_2x8_8x8 | ( | v32int16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_2x8_8x8() [6/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_2x8_8x8() [7/16]
| v16acc64 msc_2x8_8x8 | ( | v32int16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_2x8_8x8() [8/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_2x8_8x8() [9/16]
| v16acc64 msc_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_2x8_8x8() [10/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_2x8_8x8() [11/16]
| v16acc64 msc_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_2x8_8x8() [12/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_2x8_8x8() [13/16]
| v16acc64 msc_2x8_8x8 | ( | v32uint16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_2x8_8x8() [14/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_2x8_8x8() [15/16]
| v16acc64 msc_2x8_8x8 | ( | v32uint16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_2x8_8x8() [16/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_2x8_8x8_conf() [1/16]
| v16acc64 msc_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator 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.
- Returns
- Result of operation
◆ msc_2x8_8x8_conf() [2/16]
| v16acc64 msc_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator 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.
- Returns
- Result of operation
◆ msc_2x8_8x8_conf() [3/16]
| v16acc64 msc_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator 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.
- Returns
- Result of operation
◆ msc_2x8_8x8_conf() [4/16]
| v16acc64 msc_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator 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.
- Returns
- Result of operation
◆ msc_2x8_8x8_conf() [5/16]
| v16acc64 msc_2x8_8x8_conf | ( | v32int16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ msc_2x8_8x8_conf() [6/16]
| v16acc64 msc_2x8_8x8_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ msc_2x8_8x8_conf() [7/16]
| v16acc64 msc_2x8_8x8_conf | ( | v32int16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ msc_2x8_8x8_conf() [8/16]
| v16acc64 msc_2x8_8x8_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ msc_2x8_8x8_conf() [9/16]
| v16acc64 msc_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator 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.
- Returns
- Result of operation
◆ msc_2x8_8x8_conf() [10/16]
| v16acc64 msc_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator 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.
- Returns
- Result of operation
◆ msc_2x8_8x8_conf() [11/16]
| v16acc64 msc_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator 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.
- Returns
- Result of operation
◆ msc_2x8_8x8_conf() [12/16]
| v16acc64 msc_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator 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.
- Returns
- Result of operation
◆ msc_2x8_8x8_conf() [13/16]
| v16acc64 msc_2x8_8x8_conf | ( | v32uint16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ msc_2x8_8x8_conf() [14/16]
| v16acc64 msc_2x8_8x8_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ msc_2x8_8x8_conf() [15/16]
| v16acc64 msc_2x8_8x8_conf | ( | v32uint16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ msc_2x8_8x8_conf() [16/16]
| v16acc64 msc_2x8_8x8_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ msc_4x4_4x4_2ch() [1/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x4_4x4_2ch() [2/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x4_4x4_2ch() [3/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x4_4x4_2ch() [4/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x4_4x4_2ch() [5/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x4_4x4_2ch() [6/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x4_4x4_2ch() [7/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x4_4x4_2ch() [8/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x4_4x4_2ch_conf() [1/8]
| v32acc32 msc_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator 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.
- Returns
- Result of operation
◆ msc_4x4_4x4_2ch_conf() [2/8]
| v32acc32 msc_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator 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.
- Returns
- Result of operation
◆ msc_4x4_4x4_2ch_conf() [3/8]
| v32acc32 msc_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ msc_4x4_4x4_2ch_conf() [4/8]
| v32acc32 msc_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ msc_4x4_4x4_2ch_conf() [5/8]
| v32acc32 msc_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator 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.
- Returns
- Result of operation
◆ msc_4x4_4x4_2ch_conf() [6/8]
| v32acc32 msc_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator 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.
- Returns
- Result of operation
◆ msc_4x4_4x4_2ch_conf() [7/8]
| v32acc32 msc_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ msc_4x4_4x4_2ch_conf() [8/8]
| v32acc32 msc_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ msc_4x4_4x8() [1/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x4_4x8() [2/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x4_4x8() [3/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x4_4x8() [4/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x4_4x8() [5/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x4_4x8() [6/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x4_4x8() [7/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x4_4x8() [8/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x4_4x8_conf() [1/8]
| v32acc32 msc_4x4_4x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator 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.
- Returns
- Result of operation
◆ msc_4x4_4x8_conf() [2/8]
| v32acc32 msc_4x4_4x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator 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.
- Returns
- Result of operation
◆ msc_4x4_4x8_conf() [3/8]
| v32acc32 msc_4x4_4x8_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ msc_4x4_4x8_conf() [4/8]
| v32acc32 msc_4x4_4x8_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ msc_4x4_4x8_conf() [5/8]
| v32acc32 msc_4x4_4x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator 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.
- Returns
- Result of operation
◆ msc_4x4_4x8_conf() [6/8]
| v32acc32 msc_4x4_4x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator 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.
- Returns
- Result of operation
◆ msc_4x4_4x8_conf() [7/8]
| v32acc32 msc_4x4_4x8_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ msc_4x4_4x8_conf() [8/8]
| v32acc32 msc_4x4_4x8_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ msc_4x8_8x4() [1/9]
| v16accfloat msc_4x8_8x4 | ( | v32bfloat16 | a, |
| v32bfloat16 | b, | ||
| v16accfloat | acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x8_8x4() [2/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x8_8x4() [3/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x8_8x4() [4/9]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x8_8x4() [5/9]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x8_8x4() [6/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x8_8x4() [7/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x8_8x4() [8/9]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x8_8x4() [9/9]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ msc_4x8_8x4_conf() [1/9]
| v16accfloat msc_4x8_8x4_conf | ( | v32bfloat16 | a, |
| v32bfloat16 | b, | ||
| v16accfloat | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ msc_4x8_8x4_conf() [2/9]
| v16acc64 msc_4x8_8x4_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator 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.
- Returns
- Result of operation
◆ msc_4x8_8x4_conf() [3/9]
| v16acc64 msc_4x8_8x4_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator 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.
- Returns
- Result of operation
◆ msc_4x8_8x4_conf() [4/9]
| v16acc64 msc_4x8_8x4_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ msc_4x8_8x4_conf() [5/9]
| v16acc64 msc_4x8_8x4_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ msc_4x8_8x4_conf() [6/9]
| v16acc64 msc_4x8_8x4_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator 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.
- Returns
- Result of operation
◆ msc_4x8_8x4_conf() [7/9]
| v16acc64 msc_4x8_8x4_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator 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.
- Returns
- Result of operation
◆ msc_4x8_8x4_conf() [8/9]
| v16acc64 msc_4x8_8x4_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ msc_4x8_8x4_conf() [9/9]
| v16acc64 msc_4x8_8x4_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | shift16, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 shift16 Shift mask of input accumulator acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ mul_2x8_8x8() [1/16]
| v16acc64 mul_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ mul_2x8_8x8() [2/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ mul_2x8_8x8() [3/16]
| v16acc64 mul_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ mul_2x8_8x8() [4/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ mul_2x8_8x8() [5/16]
| v16acc64 mul_2x8_8x8 | ( | v32int16 | a, |
| v64int16_sparse | b | ||
| ) |
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ mul_2x8_8x8() [6/16]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ mul_2x8_8x8() [7/16]
| v16acc64 mul_2x8_8x8 | ( | v32int16 | a, |
| v64uint16_sparse | b | ||
| ) |
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ mul_2x8_8x8() [8/16]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ mul_2x8_8x8() [9/16]
| v16acc64 mul_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ mul_2x8_8x8() [10/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ mul_2x8_8x8() [11/16]
| v16acc64 mul_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ mul_2x8_8x8() [12/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ mul_2x8_8x8() [13/16]
| v16acc64 mul_2x8_8x8 | ( | v32uint16 | a, |
| v64int16_sparse | b | ||
| ) |
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ mul_2x8_8x8() [14/16]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ mul_2x8_8x8() [15/16]
| v16acc64 mul_2x8_8x8 | ( | v32uint16 | a, |
| v64uint16_sparse | b | ||
| ) |
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ mul_2x8_8x8() [16/16]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ mul_2x8_8x8_conf() [1/16]
| v16acc64 mul_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| int | sub_mul | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b 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.
- Returns
- Result of operation
◆ mul_2x8_8x8_conf() [2/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b 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.
- Returns
- Result of operation
◆ mul_2x8_8x8_conf() [3/16]
| v16acc64 mul_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| int | sub_mul | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b 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.
- Returns
- Result of operation
◆ mul_2x8_8x8_conf() [4/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b 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.
- Returns
- Result of operation
◆ mul_2x8_8x8_conf() [5/16]
| v16acc64 mul_2x8_8x8_conf | ( | v32int16 | a, |
| v64int16_sparse | b, | ||
| int | sub_mul | ||
| ) |
- Parameters
-
a Matrix A b Matrix B sub_mul Negation mask for multiplication result
- Returns
- Result of operation
◆ mul_2x8_8x8_conf() [6/16]
- Parameters
-
a Matrix A b Matrix B sub_mul Negation mask for multiplication result
- Returns
- Result of operation
◆ mul_2x8_8x8_conf() [7/16]
| v16acc64 mul_2x8_8x8_conf | ( | v32int16 | a, |
| v64uint16_sparse | b, | ||
| int | sub_mul | ||
| ) |
- Parameters
-
a Matrix A b Matrix B sub_mul Negation mask for multiplication result
- Returns
- Result of operation
◆ mul_2x8_8x8_conf() [8/16]
- Parameters
-
a Matrix A b Matrix B sub_mul Negation mask for multiplication result
- Returns
- Result of operation
◆ mul_2x8_8x8_conf() [9/16]
| v16acc64 mul_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| int | sub_mul | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b 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.
- Returns
- Result of operation
◆ mul_2x8_8x8_conf() [10/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b 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.
- Returns
- Result of operation
◆ mul_2x8_8x8_conf() [11/16]
| v16acc64 mul_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| int | sub_mul | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b 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.
- Returns
- Result of operation
◆ mul_2x8_8x8_conf() [12/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b 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.
- Returns
- Result of operation
◆ mul_2x8_8x8_conf() [13/16]
| v16acc64 mul_2x8_8x8_conf | ( | v32uint16 | a, |
| v64int16_sparse | b, | ||
| int | sub_mul | ||
| ) |
- Parameters
-
a Matrix A b Matrix B sub_mul Negation mask for multiplication result
- Returns
- Result of operation
◆ mul_2x8_8x8_conf() [14/16]
- Parameters
-
a Matrix A b Matrix B sub_mul Negation mask for multiplication result
- Returns
- Result of operation
◆ mul_2x8_8x8_conf() [15/16]
| v16acc64 mul_2x8_8x8_conf | ( | v32uint16 | a, |
| v64uint16_sparse | b, | ||
| int | sub_mul | ||
| ) |
- Parameters
-
a Matrix A b Matrix B sub_mul Negation mask for multiplication result
- Returns
- Result of operation
◆ mul_2x8_8x8_conf() [16/16]
- Parameters
-
a Matrix A b Matrix B sub_mul Negation mask for multiplication result
- Returns
- Result of operation
◆ mul_4x4_4x4_2ch() [1/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ mul_4x4_4x4_2ch() [2/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ mul_4x4_4x4_2ch() [3/8]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ mul_4x4_4x4_2ch() [4/8]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ mul_4x4_4x4_2ch() [5/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ mul_4x4_4x4_2ch() [6/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ mul_4x4_4x4_2ch() [7/8]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ mul_4x4_4x4_2ch() [8/8]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ mul_4x4_4x4_2ch_conf() [1/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b 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.
- Returns
- Result of operation
◆ mul_4x4_4x4_2ch_conf() [2/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b 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.
- Returns
- Result of operation
◆ mul_4x4_4x4_2ch_conf() [3/8]
- Parameters
-
a Matrix A b Matrix B sub_mul Negation mask for multiplication result
- Returns
- Result of operation
◆ mul_4x4_4x4_2ch_conf() [4/8]
- Parameters
-
a Matrix A b Matrix B sub_mul Negation mask for multiplication result
- Returns
- Result of operation
◆ mul_4x4_4x4_2ch_conf() [5/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b 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.
- Returns
- Result of operation
◆ mul_4x4_4x4_2ch_conf() [6/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b 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.
- Returns
- Result of operation
◆ mul_4x4_4x4_2ch_conf() [7/8]
- Parameters
-
a Matrix A b Matrix B sub_mul Negation mask for multiplication result
- Returns
- Result of operation
◆ mul_4x4_4x4_2ch_conf() [8/8]
- Parameters
-
a Matrix A b Matrix B sub_mul Negation mask for multiplication result
- Returns
- Result of operation
◆ mul_4x4_4x8() [1/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ mul_4x4_4x8() [2/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ mul_4x4_4x8() [3/8]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ mul_4x4_4x8() [4/8]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ mul_4x4_4x8() [5/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ mul_4x4_4x8() [6/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ mul_4x4_4x8() [7/8]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ mul_4x4_4x8() [8/8]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ mul_4x4_4x8_conf() [1/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b 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.
- Returns
- Result of operation
◆ mul_4x4_4x8_conf() [2/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b 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.
- Returns
- Result of operation
◆ mul_4x4_4x8_conf() [3/8]
- Parameters
-
a Matrix A b Matrix B sub_mul Negation mask for multiplication result
- Returns
- Result of operation
◆ mul_4x4_4x8_conf() [4/8]
- Parameters
-
a Matrix A b Matrix B sub_mul Negation mask for multiplication result
- Returns
- Result of operation
◆ mul_4x4_4x8_conf() [5/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b 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.
- Returns
- Result of operation
◆ mul_4x4_4x8_conf() [6/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b 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.
- Returns
- Result of operation
◆ mul_4x4_4x8_conf() [7/8]
- Parameters
-
a Matrix A b Matrix B sub_mul Negation mask for multiplication result
- Returns
- Result of operation
◆ mul_4x4_4x8_conf() [8/8]
- Parameters
-
a Matrix A b Matrix B sub_mul Negation mask for multiplication result
- Returns
- Result of operation
◆ mul_4x8_8x4() [1/9]
| v16accfloat mul_4x8_8x4 | ( | v32bfloat16 | a, |
| v32bfloat16 | b | ||
| ) |
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ mul_4x8_8x4() [2/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ mul_4x8_8x4() [3/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ mul_4x8_8x4() [4/9]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ mul_4x8_8x4() [5/9]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ mul_4x8_8x4() [6/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ mul_4x8_8x4() [7/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ mul_4x8_8x4() [8/9]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ mul_4x8_8x4() [9/9]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ mul_4x8_8x4_conf() [1/9]
| v16accfloat mul_4x8_8x4_conf | ( | v32bfloat16 | a, |
| v32bfloat16 | b, | ||
| int | sub_mul | ||
| ) |
- Parameters
-
a Matrix A b Matrix B sub_mul Negation mask for multiplication result
- Returns
- Result of operation
◆ mul_4x8_8x4_conf() [2/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b 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.
- Returns
- Result of operation
◆ mul_4x8_8x4_conf() [3/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b 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.
- Returns
- Result of operation
◆ mul_4x8_8x4_conf() [4/9]
- Parameters
-
a Matrix A b Matrix B sub_mul Negation mask for multiplication result
- Returns
- Result of operation
◆ mul_4x8_8x4_conf() [5/9]
- Parameters
-
a Matrix A b Matrix B sub_mul Negation mask for multiplication result
- Returns
- Result of operation
◆ mul_4x8_8x4_conf() [6/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b 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.
- Returns
- Result of operation
◆ mul_4x8_8x4_conf() [7/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b 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.
- Returns
- Result of operation
◆ mul_4x8_8x4_conf() [8/9]
- Parameters
-
a Matrix A b Matrix B sub_mul Negation mask for multiplication result
- Returns
- Result of operation
◆ mul_4x8_8x4_conf() [9/9]
- Parameters
-
a Matrix A b Matrix B sub_mul Negation mask for multiplication result
- Returns
- Result of operation
◆ negmac_2x8_8x8() [1/16]
| v16acc64 negmac_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmac_2x8_8x8() [2/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmac_2x8_8x8() [3/16]
| v16acc64 negmac_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmac_2x8_8x8() [4/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmac_2x8_8x8() [5/16]
| v16acc64 negmac_2x8_8x8 | ( | v32int16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of MAC operation
◆ negmac_2x8_8x8() [6/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of MAC operation
◆ negmac_2x8_8x8() [7/16]
| v16acc64 negmac_2x8_8x8 | ( | v32int16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of MAC operation
◆ negmac_2x8_8x8() [8/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of MAC operation
◆ negmac_2x8_8x8() [9/16]
| v16acc64 negmac_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmac_2x8_8x8() [10/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmac_2x8_8x8() [11/16]
| v16acc64 negmac_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmac_2x8_8x8() [12/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmac_2x8_8x8() [13/16]
| v16acc64 negmac_2x8_8x8 | ( | v32uint16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of MAC operation
◆ negmac_2x8_8x8() [14/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of MAC operation
◆ negmac_2x8_8x8() [15/16]
| v16acc64 negmac_2x8_8x8 | ( | v32uint16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of MAC operation
◆ negmac_2x8_8x8() [16/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of MAC operation
◆ negmac_2x8_8x8_conf() [1/16]
| v16acc64 negmac_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_2x8_8x8_conf() [2/16]
| v16acc64 negmac_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_2x8_8x8_conf() [3/16]
| v16acc64 negmac_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_2x8_8x8_conf() [4/16]
| v16acc64 negmac_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_2x8_8x8_conf() [5/16]
| v16acc64 negmac_2x8_8x8_conf | ( | v32int16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_2x8_8x8_conf() [6/16]
| v16acc64 negmac_2x8_8x8_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_2x8_8x8_conf() [7/16]
| v16acc64 negmac_2x8_8x8_conf | ( | v32int16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_2x8_8x8_conf() [8/16]
| v16acc64 negmac_2x8_8x8_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_2x8_8x8_conf() [9/16]
| v16acc64 negmac_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_2x8_8x8_conf() [10/16]
| v16acc64 negmac_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_2x8_8x8_conf() [11/16]
| v16acc64 negmac_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_2x8_8x8_conf() [12/16]
| v16acc64 negmac_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_2x8_8x8_conf() [13/16]
| v16acc64 negmac_2x8_8x8_conf | ( | v32uint16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_2x8_8x8_conf() [14/16]
| v16acc64 negmac_2x8_8x8_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_2x8_8x8_conf() [15/16]
| v16acc64 negmac_2x8_8x8_conf | ( | v32uint16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_2x8_8x8_conf() [16/16]
| v16acc64 negmac_2x8_8x8_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x4_4x4_2ch() [1/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmac_4x4_4x4_2ch() [2/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmac_4x4_4x4_2ch() [3/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of MAC operation
◆ negmac_4x4_4x4_2ch() [4/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of MAC operation
◆ negmac_4x4_4x4_2ch() [5/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmac_4x4_4x4_2ch() [6/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmac_4x4_4x4_2ch() [7/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of MAC operation
◆ negmac_4x4_4x4_2ch() [8/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of MAC operation
◆ negmac_4x4_4x4_2ch_conf() [1/8]
| v32acc32 negmac_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x4_4x4_2ch_conf() [2/8]
| v32acc32 negmac_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x4_4x4_2ch_conf() [3/8]
| v32acc32 negmac_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x4_4x4_2ch_conf() [4/8]
| v32acc32 negmac_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x4_4x4_2ch_conf() [5/8]
| v32acc32 negmac_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x4_4x4_2ch_conf() [6/8]
| v32acc32 negmac_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x4_4x4_2ch_conf() [7/8]
| v32acc32 negmac_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x4_4x4_2ch_conf() [8/8]
| v32acc32 negmac_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x4_4x8() [1/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmac_4x4_4x8() [2/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmac_4x4_4x8() [3/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of MAC operation
◆ negmac_4x4_4x8() [4/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of MAC operation
◆ negmac_4x4_4x8() [5/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmac_4x4_4x8() [6/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmac_4x4_4x8() [7/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of MAC operation
◆ negmac_4x4_4x8() [8/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of MAC operation
◆ negmac_4x4_4x8_conf() [1/8]
| v32acc32 negmac_4x4_4x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x4_4x8_conf() [2/8]
| v32acc32 negmac_4x4_4x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x4_4x8_conf() [3/8]
| v32acc32 negmac_4x4_4x8_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x4_4x8_conf() [4/8]
| v32acc32 negmac_4x4_4x8_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x4_4x8_conf() [5/8]
| v32acc32 negmac_4x4_4x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x4_4x8_conf() [6/8]
| v32acc32 negmac_4x4_4x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x4_4x8_conf() [7/8]
| v32acc32 negmac_4x4_4x8_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x4_4x8_conf() [8/8]
| v32acc32 negmac_4x4_4x8_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x8_8x4() [1/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmac_4x8_8x4() [2/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmac_4x8_8x4() [3/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of MAC operation
◆ negmac_4x8_8x4() [4/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of MAC operation
◆ negmac_4x8_8x4() [5/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmac_4x8_8x4() [6/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmac_4x8_8x4() [7/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of MAC operation
◆ negmac_4x8_8x4() [8/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of MAC operation
◆ negmac_4x8_8x4_conf() [1/8]
| v16acc64 negmac_4x8_8x4_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x8_8x4_conf() [2/8]
| v16acc64 negmac_4x8_8x4_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x8_8x4_conf() [3/8]
| v16acc64 negmac_4x8_8x4_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x8_8x4_conf() [4/8]
| v16acc64 negmac_4x8_8x4_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x8_8x4_conf() [5/8]
| v16acc64 negmac_4x8_8x4_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x8_8x4_conf() [6/8]
| v16acc64 negmac_4x8_8x4_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x8_8x4_conf() [7/8]
| v16acc64 negmac_4x8_8x4_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmac_4x8_8x4_conf() [8/8]
| v16acc64 negmac_4x8_8x4_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmsc_2x8_8x8() [1/16]
| v16acc64 negmsc_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_2x8_8x8() [2/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_2x8_8x8() [3/16]
| v16acc64 negmsc_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_2x8_8x8() [4/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_2x8_8x8() [5/16]
| v16acc64 negmsc_2x8_8x8 | ( | v32int16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_2x8_8x8() [6/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_2x8_8x8() [7/16]
| v16acc64 negmsc_2x8_8x8 | ( | v32int16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_2x8_8x8() [8/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_2x8_8x8() [9/16]
| v16acc64 negmsc_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_2x8_8x8() [10/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_2x8_8x8() [11/16]
| v16acc64 negmsc_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_2x8_8x8() [12/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_2x8_8x8() [13/16]
| v16acc64 negmsc_2x8_8x8 | ( | v32uint16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_2x8_8x8() [14/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_2x8_8x8() [15/16]
| v16acc64 negmsc_2x8_8x8 | ( | v32uint16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_2x8_8x8() [16/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_2x8_8x8_conf() [1/16]
| v16acc64 negmsc_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmsc_2x8_8x8_conf() [2/16]
| v16acc64 negmsc_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmsc_2x8_8x8_conf() [3/16]
| v16acc64 negmsc_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmsc_2x8_8x8_conf() [4/16]
| v16acc64 negmsc_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmsc_2x8_8x8_conf() [5/16]
| v16acc64 negmsc_2x8_8x8_conf | ( | v32int16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
- Returns
- Result of operation
◆ negmsc_2x8_8x8_conf() [6/16]
| v16acc64 negmsc_2x8_8x8_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
- Returns
- Result of operation
◆ negmsc_2x8_8x8_conf() [7/16]
| v16acc64 negmsc_2x8_8x8_conf | ( | v32int16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
- Returns
- Result of operation
◆ negmsc_2x8_8x8_conf() [8/16]
| v16acc64 negmsc_2x8_8x8_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
- Returns
- Result of operation
◆ negmsc_2x8_8x8_conf() [9/16]
| v16acc64 negmsc_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmsc_2x8_8x8_conf() [10/16]
| v16acc64 negmsc_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmsc_2x8_8x8_conf() [11/16]
| v16acc64 negmsc_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmsc_2x8_8x8_conf() [12/16]
| v16acc64 negmsc_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmsc_2x8_8x8_conf() [13/16]
| v16acc64 negmsc_2x8_8x8_conf | ( | v32uint16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
- Returns
- Result of operation
◆ negmsc_2x8_8x8_conf() [14/16]
| v16acc64 negmsc_2x8_8x8_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
- Returns
- Result of operation
◆ negmsc_2x8_8x8_conf() [15/16]
| v16acc64 negmsc_2x8_8x8_conf | ( | v32uint16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
- Returns
- Result of operation
◆ negmsc_2x8_8x8_conf() [16/16]
| v16acc64 negmsc_2x8_8x8_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
- Returns
- Result of operation
◆ negmsc_4x4_4x4_2ch() [1/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x4_4x4_2ch() [2/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x4_4x4_2ch() [3/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x4_4x4_2ch() [4/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x4_4x4_2ch() [5/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x4_4x4_2ch() [6/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x4_4x4_2ch() [7/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x4_4x4_2ch() [8/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x4_4x4_2ch_conf() [1/8]
| v32acc32 negmsc_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmsc_4x4_4x4_2ch_conf() [2/8]
| v32acc32 negmsc_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmsc_4x4_4x4_2ch_conf() [3/8]
| v32acc32 negmsc_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
- Returns
- Result of operation
◆ negmsc_4x4_4x4_2ch_conf() [4/8]
| v32acc32 negmsc_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
- Returns
- Result of operation
◆ negmsc_4x4_4x4_2ch_conf() [5/8]
| v32acc32 negmsc_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmsc_4x4_4x4_2ch_conf() [6/8]
| v32acc32 negmsc_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmsc_4x4_4x4_2ch_conf() [7/8]
| v32acc32 negmsc_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
- Returns
- Result of operation
◆ negmsc_4x4_4x4_2ch_conf() [8/8]
| v32acc32 negmsc_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
- Returns
- Result of operation
◆ negmsc_4x4_4x8() [1/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x4_4x8() [2/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x4_4x8() [3/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x4_4x8() [4/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x4_4x8() [5/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x4_4x8() [6/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x4_4x8() [7/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x4_4x8() [8/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x4_4x8_conf() [1/8]
| v32acc32 negmsc_4x4_4x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmsc_4x4_4x8_conf() [2/8]
| v32acc32 negmsc_4x4_4x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmsc_4x4_4x8_conf() [3/8]
| v32acc32 negmsc_4x4_4x8_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
- Returns
- Result of operation
◆ negmsc_4x4_4x8_conf() [4/8]
| v32acc32 negmsc_4x4_4x8_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
- Returns
- Result of operation
◆ negmsc_4x4_4x8_conf() [5/8]
| v32acc32 negmsc_4x4_4x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmsc_4x4_4x8_conf() [6/8]
| v32acc32 negmsc_4x4_4x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmsc_4x4_4x8_conf() [7/8]
| v32acc32 negmsc_4x4_4x8_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
- Returns
- Result of operation
◆ negmsc_4x4_4x8_conf() [8/8]
| v32acc32 negmsc_4x4_4x8_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
- Returns
- Result of operation
◆ negmsc_4x8_8x4() [1/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x8_8x4() [2/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x8_8x4() [3/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x8_8x4() [4/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x8_8x4() [5/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x8_8x4() [6/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x8_8x4() [7/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x8_8x4() [8/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input
- Returns
- Result of operation
◆ negmsc_4x8_8x4_conf() [1/8]
| v16acc64 negmsc_4x8_8x4_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmsc_4x8_8x4_conf() [2/8]
| v16acc64 negmsc_4x8_8x4_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmsc_4x8_8x4_conf() [3/8]
| v16acc64 negmsc_4x8_8x4_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
- Returns
- Result of operation
◆ negmsc_4x8_8x4_conf() [4/8]
| v16acc64 negmsc_4x8_8x4_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
- Returns
- Result of operation
◆ negmsc_4x8_8x4_conf() [5/8]
| v16acc64 negmsc_4x8_8x4_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmsc_4x8_8x4_conf() [6/8]
| v16acc64 negmsc_4x8_8x4_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1
- Returns
- Result of operation
◆ negmsc_4x8_8x4_conf() [7/8]
| v16acc64 negmsc_4x8_8x4_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
- Returns
- Result of operation
◆ negmsc_4x8_8x4_conf() [8/8]
| v16acc64 negmsc_4x8_8x4_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
- Returns
- Result of operation
◆ negmul_2x8_8x8() [1/16]
| v16acc64 negmul_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ negmul_2x8_8x8() [2/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ negmul_2x8_8x8() [3/16]
| v16acc64 negmul_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ negmul_2x8_8x8() [4/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ negmul_2x8_8x8() [5/16]
| v16acc64 negmul_2x8_8x8 | ( | v32int16 | a, |
| v64int16_sparse | b | ||
| ) |
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ negmul_2x8_8x8() [6/16]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ negmul_2x8_8x8() [7/16]
| v16acc64 negmul_2x8_8x8 | ( | v32int16 | a, |
| v64uint16_sparse | b | ||
| ) |
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ negmul_2x8_8x8() [8/16]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ negmul_2x8_8x8() [9/16]
| v16acc64 negmul_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ negmul_2x8_8x8() [10/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ negmul_2x8_8x8() [11/16]
| v16acc64 negmul_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ negmul_2x8_8x8() [12/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ negmul_2x8_8x8() [13/16]
| v16acc64 negmul_2x8_8x8 | ( | v32uint16 | a, |
| v64int16_sparse | b | ||
| ) |
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ negmul_2x8_8x8() [14/16]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ negmul_2x8_8x8() [15/16]
| v16acc64 negmul_2x8_8x8 | ( | v32uint16 | a, |
| v64uint16_sparse | b | ||
| ) |
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ negmul_2x8_8x8() [16/16]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ negmul_2x8_8x8_conf() [1/16]
| v16acc64 negmul_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| int | sub_mul | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B sub_mul Negation mask of multiplication result
- Returns
- Result of operation
◆ negmul_2x8_8x8_conf() [2/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B sub_mul Negation mask of multiplication result
- Returns
- Result of operation
◆ negmul_2x8_8x8_conf() [3/16]
| v16acc64 negmul_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| int | sub_mul | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B sub_mul Negation mask of multiplication result
- Returns
- Result of operation
◆ negmul_2x8_8x8_conf() [4/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B sub_mul Negation mask of multiplication result
- Returns
- Result of operation
◆ negmul_2x8_8x8_conf() [5/16]
| v16acc64 negmul_2x8_8x8_conf | ( | v32int16 | a, |
| v64int16_sparse | b, | ||
| int | sub_mul | ||
| ) |
- Parameters
-
a Matrix A b 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.
- Returns
- Result of operation
◆ negmul_2x8_8x8_conf() [6/16]
- Parameters
-
a Matrix A b 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.
- Returns
- Result of operation
◆ negmul_2x8_8x8_conf() [7/16]
| v16acc64 negmul_2x8_8x8_conf | ( | v32int16 | a, |
| v64uint16_sparse | b, | ||
| int | sub_mul | ||
| ) |
- Parameters
-
a Matrix A b 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.
- Returns
- Result of operation
◆ negmul_2x8_8x8_conf() [8/16]
- Parameters
-
a Matrix A b 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.
- Returns
- Result of operation
◆ negmul_2x8_8x8_conf() [9/16]
| v16acc64 negmul_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| int | sub_mul | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B sub_mul Negation mask of multiplication result
- Returns
- Result of operation
◆ negmul_2x8_8x8_conf() [10/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B sub_mul Negation mask of multiplication result
- Returns
- Result of operation
◆ negmul_2x8_8x8_conf() [11/16]
| v16acc64 negmul_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| int | sub_mul | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B sub_mul Negation mask of multiplication result
- Returns
- Result of operation
◆ negmul_2x8_8x8_conf() [12/16]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B sub_mul Negation mask of multiplication result
- Returns
- Result of operation
◆ negmul_2x8_8x8_conf() [13/16]
| v16acc64 negmul_2x8_8x8_conf | ( | v32uint16 | a, |
| v64int16_sparse | b, | ||
| int | sub_mul | ||
| ) |
- Parameters
-
a Matrix A b 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.
- Returns
- Result of operation
◆ negmul_2x8_8x8_conf() [14/16]
- Parameters
-
a Matrix A b 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.
- Returns
- Result of operation
◆ negmul_2x8_8x8_conf() [15/16]
| v16acc64 negmul_2x8_8x8_conf | ( | v32uint16 | a, |
| v64uint16_sparse | b, | ||
| int | sub_mul | ||
| ) |
- Parameters
-
a Matrix A b 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.
- Returns
- Result of operation
◆ negmul_2x8_8x8_conf() [16/16]
- Parameters
-
a Matrix A b 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.
- Returns
- Result of operation
◆ negmul_4x4_4x4_2ch() [1/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ negmul_4x4_4x4_2ch() [2/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ negmul_4x4_4x4_2ch() [3/8]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ negmul_4x4_4x4_2ch() [4/8]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ negmul_4x4_4x4_2ch() [5/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ negmul_4x4_4x4_2ch() [6/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ negmul_4x4_4x4_2ch() [7/8]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ negmul_4x4_4x4_2ch() [8/8]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ negmul_4x4_4x4_2ch_conf() [1/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B sub_mul Negation mask of multiplication result
- Returns
- Result of operation
◆ negmul_4x4_4x4_2ch_conf() [2/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B sub_mul Negation mask of multiplication result
- Returns
- Result of operation
◆ negmul_4x4_4x4_2ch_conf() [3/8]
- Parameters
-
a Matrix A b 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.
- Returns
- Result of operation
◆ negmul_4x4_4x4_2ch_conf() [4/8]
- Parameters
-
a Matrix A b 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.
- Returns
- Result of operation
◆ negmul_4x4_4x4_2ch_conf() [5/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B sub_mul Negation mask of multiplication result
- Returns
- Result of operation
◆ negmul_4x4_4x4_2ch_conf() [6/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B sub_mul Negation mask of multiplication result
- Returns
- Result of operation
◆ negmul_4x4_4x4_2ch_conf() [7/8]
- Parameters
-
a Matrix A b 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.
- Returns
- Result of operation
◆ negmul_4x4_4x4_2ch_conf() [8/8]
- Parameters
-
a Matrix A b 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.
- Returns
- Result of operation
◆ negmul_4x4_4x8() [1/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ negmul_4x4_4x8() [2/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ negmul_4x4_4x8() [3/8]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ negmul_4x4_4x8() [4/8]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ negmul_4x4_4x8() [5/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ negmul_4x4_4x8() [6/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ negmul_4x4_4x8() [7/8]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ negmul_4x4_4x8() [8/8]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ negmul_4x4_4x8_conf() [1/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B sub_mul Negation mask of multiplication result
- Returns
- Result of operation
◆ negmul_4x4_4x8_conf() [2/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B sub_mul Negation mask of multiplication result
- Returns
- Result of operation
◆ negmul_4x4_4x8_conf() [3/8]
- Parameters
-
a Matrix A b 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.
- Returns
- Result of operation
◆ negmul_4x4_4x8_conf() [4/8]
- Parameters
-
a Matrix A b 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.
- Returns
- Result of operation
◆ negmul_4x4_4x8_conf() [5/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B sub_mul Negation mask of multiplication result
- Returns
- Result of operation
◆ negmul_4x4_4x8_conf() [6/8]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B sub_mul Negation mask of multiplication result
- Returns
- Result of operation
◆ negmul_4x4_4x8_conf() [7/8]
- Parameters
-
a Matrix A b 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.
- Returns
- Result of operation
◆ negmul_4x4_4x8_conf() [8/8]
- Parameters
-
a Matrix A b 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.
- Returns
- Result of operation
◆ negmul_4x8_8x4() [1/9]
| v16accfloat negmul_4x8_8x4 | ( | v32bfloat16 | a, |
| v32bfloat16 | b | ||
| ) |
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ negmul_4x8_8x4() [2/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ negmul_4x8_8x4() [3/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ negmul_4x8_8x4() [4/9]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ negmul_4x8_8x4() [5/9]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ negmul_4x8_8x4() [6/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ negmul_4x8_8x4() [7/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B
- Returns
- Result of operation
◆ negmul_4x8_8x4() [8/9]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ negmul_4x8_8x4() [9/9]
- Parameters
-
a Matrix A b Matrix B
- Returns
- Result of operation
◆ negmul_4x8_8x4_conf() [1/9]
| v16accfloat negmul_4x8_8x4_conf | ( | v32bfloat16 | a, |
| v32bfloat16 | b, | ||
| int | sub_mul | ||
| ) |
- Parameters
-
a Matrix A b 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.
- Returns
- Result of operation
◆ negmul_4x8_8x4_conf() [2/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B sub_mul Negation mask of multiplication result
- Returns
- Result of operation
◆ negmul_4x8_8x4_conf() [3/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B sub_mul Negation mask of multiplication result
- Returns
- Result of operation
◆ negmul_4x8_8x4_conf() [4/9]
- Parameters
-
a Matrix A b 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.
- Returns
- Result of operation
◆ negmul_4x8_8x4_conf() [5/9]
- Parameters
-
a Matrix A b 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.
- Returns
- Result of operation
◆ negmul_4x8_8x4_conf() [6/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B sub_mul Negation mask of multiplication result
- Returns
- Result of operation
◆ negmul_4x8_8x4_conf() [7/9]
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B sub_mul Negation mask of multiplication result
- Returns
- Result of operation
◆ negmul_4x8_8x4_conf() [8/9]
- Parameters
-
a Matrix A b 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.
- Returns
- Result of operation
◆ negmul_4x8_8x4_conf() [9/9]
- Parameters
-
a Matrix A b 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.
- Returns
- Result of operation
◆ submac_2x8_8x8() [1/16]
| v16acc64 submac_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_2x8_8x8() [2/16]
| v16acc64 submac_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_2x8_8x8() [3/16]
| v16acc64 submac_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_2x8_8x8() [4/16]
| v16acc64 submac_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_2x8_8x8() [5/16]
| v16acc64 submac_2x8_8x8 | ( | v32int16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_2x8_8x8() [6/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_2x8_8x8() [7/16]
| v16acc64 submac_2x8_8x8 | ( | v32int16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_2x8_8x8() [8/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_2x8_8x8() [9/16]
| v16acc64 submac_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_2x8_8x8() [10/16]
| v16acc64 submac_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_2x8_8x8() [11/16]
| v16acc64 submac_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_2x8_8x8() [12/16]
| v16acc64 submac_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_2x8_8x8() [13/16]
| v16acc64 submac_2x8_8x8 | ( | v32uint16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_2x8_8x8() [14/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_2x8_8x8() [15/16]
| v16acc64 submac_2x8_8x8 | ( | v32uint16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_2x8_8x8() [16/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_2x8_8x8_conf() [1/16]
| v16acc64 submac_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_2x8_8x8_conf() [2/16]
| v16acc64 submac_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_2x8_8x8_conf() [3/16]
| v16acc64 submac_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_2x8_8x8_conf() [4/16]
| v16acc64 submac_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_2x8_8x8_conf() [5/16]
| v16acc64 submac_2x8_8x8_conf | ( | v32int16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_2x8_8x8_conf() [6/16]
| v16acc64 submac_2x8_8x8_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_2x8_8x8_conf() [7/16]
| v16acc64 submac_2x8_8x8_conf | ( | v32int16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_2x8_8x8_conf() [8/16]
| v16acc64 submac_2x8_8x8_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_2x8_8x8_conf() [9/16]
| v16acc64 submac_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_2x8_8x8_conf() [10/16]
| v16acc64 submac_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_2x8_8x8_conf() [11/16]
| v16acc64 submac_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_2x8_8x8_conf() [12/16]
| v16acc64 submac_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_2x8_8x8_conf() [13/16]
| v16acc64 submac_2x8_8x8_conf | ( | v32uint16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_2x8_8x8_conf() [14/16]
| v16acc64 submac_2x8_8x8_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_2x8_8x8_conf() [15/16]
| v16acc64 submac_2x8_8x8_conf | ( | v32uint16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_2x8_8x8_conf() [16/16]
| v16acc64 submac_2x8_8x8_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x4_4x4_2ch() [1/8]
| v32acc32 submac_4x4_4x4_2ch | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x4_4x4_2ch() [2/8]
| v32acc32 submac_4x4_4x4_2ch | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x4_4x4_2ch() [3/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x4_4x4_2ch() [4/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x4_4x4_2ch() [5/8]
| v32acc32 submac_4x4_4x4_2ch | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x4_4x4_2ch() [6/8]
| v32acc32 submac_4x4_4x4_2ch | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x4_4x4_2ch() [7/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x4_4x4_2ch() [8/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x4_4x4_2ch_conf() [1/8]
| v32acc32 submac_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x4_4x4_2ch_conf() [2/8]
| v32acc32 submac_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x4_4x4_2ch_conf() [3/8]
| v32acc32 submac_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x4_4x4_2ch_conf() [4/8]
| v32acc32 submac_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x4_4x4_2ch_conf() [5/8]
| v32acc32 submac_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x4_4x4_2ch_conf() [6/8]
| v32acc32 submac_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x4_4x4_2ch_conf() [7/8]
| v32acc32 submac_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x4_4x4_2ch_conf() [8/8]
| v32acc32 submac_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x4_4x8() [1/8]
| v32acc32 submac_4x4_4x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x4_4x8() [2/8]
| v32acc32 submac_4x4_4x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x4_4x8() [3/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x4_4x8() [4/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x4_4x8() [5/8]
| v32acc32 submac_4x4_4x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x4_4x8() [6/8]
| v32acc32 submac_4x4_4x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x4_4x8() [7/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x4_4x8() [8/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x4_4x8_conf() [1/8]
| v32acc32 submac_4x4_4x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x4_4x8_conf() [2/8]
| v32acc32 submac_4x4_4x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x4_4x8_conf() [3/8]
| v32acc32 submac_4x4_4x8_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x4_4x8_conf() [4/8]
| v32acc32 submac_4x4_4x8_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x4_4x8_conf() [5/8]
| v32acc32 submac_4x4_4x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x4_4x8_conf() [6/8]
| v32acc32 submac_4x4_4x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x4_4x8_conf() [7/8]
| v32acc32 submac_4x4_4x8_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x4_4x8_conf() [8/8]
| v32acc32 submac_4x4_4x8_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x8_8x4() [1/8]
| v16acc64 submac_4x8_8x4 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x8_8x4() [2/8]
| v16acc64 submac_4x8_8x4 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x8_8x4() [3/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x8_8x4() [4/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x8_8x4() [5/8]
| v16acc64 submac_4x8_8x4 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x8_8x4() [6/8]
| v16acc64 submac_4x8_8x4 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x8_8x4() [7/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x8_8x4() [8/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submac_4x8_8x4_conf() [1/8]
| v16acc64 submac_4x8_8x4_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x8_8x4_conf() [2/8]
| v16acc64 submac_4x8_8x4_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x8_8x4_conf() [3/8]
| v16acc64 submac_4x8_8x4_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x8_8x4_conf() [4/8]
| v16acc64 submac_4x8_8x4_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x8_8x4_conf() [5/8]
| v16acc64 submac_4x8_8x4_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x8_8x4_conf() [6/8]
| v16acc64 submac_4x8_8x4_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x8_8x4_conf() [7/8]
| v16acc64 submac_4x8_8x4_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submac_4x8_8x4_conf() [8/8]
| v16acc64 submac_4x8_8x4_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_2x8_8x8() [1/16]
| v16acc64 submsc_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_2x8_8x8() [2/16]
| v16acc64 submsc_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_2x8_8x8() [3/16]
| v16acc64 submsc_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_2x8_8x8() [4/16]
| v16acc64 submsc_2x8_8x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_2x8_8x8() [5/16]
| v16acc64 submsc_2x8_8x8 | ( | v32int16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_2x8_8x8() [6/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_2x8_8x8() [7/16]
| v16acc64 submsc_2x8_8x8 | ( | v32int16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_2x8_8x8() [8/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_2x8_8x8() [9/16]
| v16acc64 submsc_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_2x8_8x8() [10/16]
| v16acc64 submsc_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_2x8_8x8() [11/16]
| v16acc64 submsc_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_2x8_8x8() [12/16]
| v16acc64 submsc_2x8_8x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_2x8_8x8() [13/16]
| v16acc64 submsc_2x8_8x8 | ( | v32uint16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_2x8_8x8() [14/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_2x8_8x8() [15/16]
| v16acc64 submsc_2x8_8x8 | ( | v32uint16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_2x8_8x8() [16/16]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_2x8_8x8_conf() [1/16]
| v16acc64 submsc_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_2x8_8x8_conf() [2/16]
| v16acc64 submsc_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_2x8_8x8_conf() [3/16]
| v16acc64 submsc_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_2x8_8x8_conf() [4/16]
| v16acc64 submsc_2x8_8x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_2x8_8x8_conf() [5/16]
| v16acc64 submsc_2x8_8x8_conf | ( | v32int16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_2x8_8x8_conf() [6/16]
| v16acc64 submsc_2x8_8x8_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_2x8_8x8_conf() [7/16]
| v16acc64 submsc_2x8_8x8_conf | ( | v32int16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_2x8_8x8_conf() [8/16]
| v16acc64 submsc_2x8_8x8_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_2x8_8x8_conf() [9/16]
| v16acc64 submsc_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_2x8_8x8_conf() [10/16]
| v16acc64 submsc_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_2x8_8x8_conf() [11/16]
| v16acc64 submsc_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint16_sparse | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_2x8_8x8_conf() [12/16]
| v16acc64 submsc_2x8_8x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_2x8_8x8_conf() [13/16]
| v16acc64 submsc_2x8_8x8_conf | ( | v32uint16 | a, |
| v64int16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_2x8_8x8_conf() [14/16]
| v16acc64 submsc_2x8_8x8_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_2x8_8x8_conf() [15/16]
| v16acc64 submsc_2x8_8x8_conf | ( | v32uint16 | a, |
| v64uint16_sparse | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_2x8_8x8_conf() [16/16]
| v16acc64 submsc_2x8_8x8_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x4_4x4_2ch() [1/8]
| v32acc32 submsc_4x4_4x4_2ch | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x4_4x4_2ch() [2/8]
| v32acc32 submsc_4x4_4x4_2ch | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x4_4x4_2ch() [3/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x4_4x4_2ch() [4/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x4_4x4_2ch() [5/8]
| v32acc32 submsc_4x4_4x4_2ch | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x4_4x4_2ch() [6/8]
| v32acc32 submsc_4x4_4x4_2ch | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x4_4x4_2ch() [7/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x4_4x4_2ch() [8/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x4_4x4_2ch_conf() [1/8]
| v32acc32 submsc_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x4_4x4_2ch_conf() [2/8]
| v32acc32 submsc_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x4_4x4_2ch_conf() [3/8]
| v32acc32 submsc_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x4_4x4_2ch_conf() [4/8]
| v32acc32 submsc_4x4_4x4_2ch_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x4_4x4_2ch_conf() [5/8]
| v32acc32 submsc_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x4_4x4_2ch_conf() [6/8]
| v32acc32 submsc_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x4_4x4_2ch_conf() [7/8]
| v32acc32 submsc_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x4_4x4_2ch_conf() [8/8]
| v32acc32 submsc_4x4_4x4_2ch_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x4_4x8() [1/8]
| v32acc32 submsc_4x4_4x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x4_4x8() [2/8]
| v32acc32 submsc_4x4_4x8 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x4_4x8() [3/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x4_4x8() [4/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x4_4x8() [5/8]
| v32acc32 submsc_4x4_4x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x4_4x8() [6/8]
| v32acc32 submsc_4x4_4x8 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x4_4x8() [7/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x4_4x8() [8/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x4_4x8_conf() [1/8]
| v32acc32 submsc_4x4_4x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x4_4x8_conf() [2/8]
| v32acc32 submsc_4x4_4x8_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x4_4x8_conf() [3/8]
| v32acc32 submsc_4x4_4x8_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x4_4x8_conf() [4/8]
| v32acc32 submsc_4x4_4x8_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x4_4x8_conf() [5/8]
| v32acc32 submsc_4x4_4x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x4_4x8_conf() [6/8]
| v32acc32 submsc_4x4_4x8_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x4_4x8_conf() [7/8]
| v32acc32 submsc_4x4_4x8_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x4_4x8_conf() [8/8]
| v32acc32 submsc_4x4_4x8_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v32acc32 | acc1, | ||
| v32acc32 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x8_8x4() [1/8]
| v16acc64 submsc_4x8_8x4 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x8_8x4() [2/8]
| v16acc64 submsc_4x8_8x4 | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x8_8x4() [3/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x8_8x4() [4/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x8_8x4() [5/8]
| v16acc64 submsc_4x8_8x4 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x8_8x4() [6/8]
| v16acc64 submsc_4x8_8x4 | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x8_8x4() [7/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x8_8x4() [8/8]
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input
- Returns
- Result of operation
◆ submsc_4x8_8x4_conf() [1/8]
| v16acc64 submsc_4x8_8x4_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x8_8x4_conf() [2/8]
| v16acc64 submsc_4x8_8x4_conf | ( | v32int16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x8_8x4_conf() [3/8]
| v16acc64 submsc_4x8_8x4_conf | ( | v32int16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x8_8x4_conf() [4/8]
| v16acc64 submsc_4x8_8x4_conf | ( | v32int16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x8_8x4_conf() [5/8]
| v16acc64 submsc_4x8_8x4_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64int8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x8_8x4_conf() [6/8]
| v16acc64 submsc_4x8_8x4_conf | ( | v32uint16 | a, |
| int | sgn_x, | ||
| v64uint8 | b, | ||
| int | sgn_y, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A sgn_x Sign mask for matrix A b Matrix B sgn_y Sign mask for matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result. sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x8_8x4_conf() [7/8]
| v16acc64 submsc_4x8_8x4_conf | ( | v32uint16 | a, |
| v64int8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation
◆ submsc_4x8_8x4_conf() [8/8]
| v16acc64 submsc_4x8_8x4_conf | ( | v32uint16 | a, |
| v64uint8 | b, | ||
| v16acc64 | acc1, | ||
| v16acc64 | acc2, | ||
| int | zero_acc1, | ||
| int | sub_mul, | ||
| int | sub_acc1, | ||
| int | sub_acc2 | ||
| ) |
- Parameters
-
a Matrix A b Matrix B acc1 Accumulator 1 input acc2 Accumulator 2 input zero_acc1 Zeroing mask for acc1 sub_mul Negation mask of multiplication result sub_acc1 Negation mask of acc1 sub_acc2 Negation mask of acc2
- Returns
- Result of operation