AI Engine-ML Intrinsics User Guide  (v2023.2)
Multiply-accumulate with a sparse matrix

Matrix multiplications in which matrix B is a sparse matrix. More...

Overview

Matrix multiplications in which matrix B is a sparse matrix.

For an explanation how these operations works see Multiply Accumulate.

Multiplication of (4x16) with (16x8)


v32acc32 mul_4x16_16x8 (v64uint8 a, v128uint8_sparse b)
 
v32acc32 negmul_4x16_16x8 (v64uint8 a, v128uint8_sparse b)
 
v32acc32 mac_4x16_16x8 (v64uint8 a, v128uint8_sparse b, v32acc32 acc1)
 
v32acc32 msc_4x16_16x8 (v64uint8 a, v128uint8_sparse b, v32acc32 acc1)
 
v32acc32 negmac_4x16_16x8 (v64uint8 a, v128uint8_sparse b, v32acc32 acc1)
 
v32acc32 negmsc_4x16_16x8 (v64uint8 a, v128uint8_sparse b, v32acc32 acc1)
 
v32acc32 addmac_4x16_16x8 (v64uint8 a, v128uint8_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 addmsc_4x16_16x8 (v64uint8 a, v128uint8_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submac_4x16_16x8 (v64uint8 a, v128uint8_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submsc_4x16_16x8 (v64uint8 a, v128uint8_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 mul_4x16_16x8 (v64uint8 a, v128int8_sparse b)
 
v32acc32 negmul_4x16_16x8 (v64uint8 a, v128int8_sparse b)
 
v32acc32 mac_4x16_16x8 (v64uint8 a, v128int8_sparse b, v32acc32 acc1)
 
v32acc32 msc_4x16_16x8 (v64uint8 a, v128int8_sparse b, v32acc32 acc1)
 
v32acc32 negmac_4x16_16x8 (v64uint8 a, v128int8_sparse b, v32acc32 acc1)
 
v32acc32 negmsc_4x16_16x8 (v64uint8 a, v128int8_sparse b, v32acc32 acc1)
 
v32acc32 addmac_4x16_16x8 (v64uint8 a, v128int8_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 addmsc_4x16_16x8 (v64uint8 a, v128int8_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submac_4x16_16x8 (v64uint8 a, v128int8_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submsc_4x16_16x8 (v64uint8 a, v128int8_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 mul_4x16_16x8 (v64int8 a, v128uint8_sparse b)
 
v32acc32 negmul_4x16_16x8 (v64int8 a, v128uint8_sparse b)
 
v32acc32 mac_4x16_16x8 (v64int8 a, v128uint8_sparse b, v32acc32 acc1)
 
v32acc32 msc_4x16_16x8 (v64int8 a, v128uint8_sparse b, v32acc32 acc1)
 
v32acc32 negmac_4x16_16x8 (v64int8 a, v128uint8_sparse b, v32acc32 acc1)
 
v32acc32 negmsc_4x16_16x8 (v64int8 a, v128uint8_sparse b, v32acc32 acc1)
 
v32acc32 addmac_4x16_16x8 (v64int8 a, v128uint8_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 addmsc_4x16_16x8 (v64int8 a, v128uint8_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submac_4x16_16x8 (v64int8 a, v128uint8_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submsc_4x16_16x8 (v64int8 a, v128uint8_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 mul_4x16_16x8 (v64int8 a, v128int8_sparse b)
 
v32acc32 negmul_4x16_16x8 (v64int8 a, v128int8_sparse b)
 
v32acc32 mac_4x16_16x8 (v64int8 a, v128int8_sparse b, v32acc32 acc1)
 
v32acc32 msc_4x16_16x8 (v64int8 a, v128int8_sparse b, v32acc32 acc1)
 
v32acc32 negmac_4x16_16x8 (v64int8 a, v128int8_sparse b, v32acc32 acc1)
 
v32acc32 negmsc_4x16_16x8 (v64int8 a, v128int8_sparse b, v32acc32 acc1)
 
v32acc32 addmac_4x16_16x8 (v64int8 a, v128int8_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 addmsc_4x16_16x8 (v64int8 a, v128int8_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submac_4x16_16x8 (v64int8 a, v128int8_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submsc_4x16_16x8 (v64int8 a, v128int8_sparse b, v32acc32 acc1, v32acc32 acc2)
 

Multiplication of (4x16) with (16x8) with dynamic sign

v32acc32 mul_4x16_16x8 (v64uint8 a, int sgn_x, v128uint8_sparse b, int sgn_y)
 
v32acc32 negmul_4x16_16x8 (v64uint8 a, int sgn_x, v128uint8_sparse b, int sgn_y)
 
v32acc32 mac_4x16_16x8 (v64uint8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 msc_4x16_16x8 (v64uint8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 negmac_4x16_16x8 (v64uint8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 negmsc_4x16_16x8 (v64uint8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 addmac_4x16_16x8 (v64uint8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 addmsc_4x16_16x8 (v64uint8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submac_4x16_16x8 (v64uint8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submsc_4x16_16x8 (v64uint8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 mul_4x16_16x8 (v64uint8 a, int sgn_x, v128int8_sparse b, int sgn_y)
 
v32acc32 negmul_4x16_16x8 (v64uint8 a, int sgn_x, v128int8_sparse b, int sgn_y)
 
v32acc32 mac_4x16_16x8 (v64uint8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 msc_4x16_16x8 (v64uint8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 negmac_4x16_16x8 (v64uint8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 negmsc_4x16_16x8 (v64uint8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 addmac_4x16_16x8 (v64uint8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 addmsc_4x16_16x8 (v64uint8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submac_4x16_16x8 (v64uint8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submsc_4x16_16x8 (v64uint8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 mul_4x16_16x8 (v64int8 a, int sgn_x, v128uint8_sparse b, int sgn_y)
 
v32acc32 negmul_4x16_16x8 (v64int8 a, int sgn_x, v128uint8_sparse b, int sgn_y)
 
v32acc32 mac_4x16_16x8 (v64int8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 msc_4x16_16x8 (v64int8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 negmac_4x16_16x8 (v64int8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 negmsc_4x16_16x8 (v64int8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 addmac_4x16_16x8 (v64int8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 addmsc_4x16_16x8 (v64int8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submac_4x16_16x8 (v64int8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submsc_4x16_16x8 (v64int8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 mul_4x16_16x8 (v64int8 a, int sgn_x, v128int8_sparse b, int sgn_y)
 
v32acc32 negmul_4x16_16x8 (v64int8 a, int sgn_x, v128int8_sparse b, int sgn_y)
 
v32acc32 mac_4x16_16x8 (v64int8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 msc_4x16_16x8 (v64int8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 negmac_4x16_16x8 (v64int8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 negmsc_4x16_16x8 (v64int8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 addmac_4x16_16x8 (v64int8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 addmsc_4x16_16x8 (v64int8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submac_4x16_16x8 (v64int8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submsc_4x16_16x8 (v64int8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 

Multiplication of (4x16) with (16x8) with dynamic negation of multiplication result

v32acc32 mul_4x16_16x8_conf (v64uint8 a, v128uint8_sparse b, int sub_mul)
 
v32acc32 negmul_4x16_16x8_conf (v64uint8 a, v128uint8_sparse b, int sub_mul)
 
v32acc32 mul_4x16_16x8_conf (v64uint8 a, v128int8_sparse b, int sub_mul)
 
v32acc32 negmul_4x16_16x8_conf (v64uint8 a, v128int8_sparse b, int sub_mul)
 
v32acc32 mul_4x16_16x8_conf (v64int8 a, v128uint8_sparse b, int sub_mul)
 
v32acc32 negmul_4x16_16x8_conf (v64int8 a, v128uint8_sparse b, int sub_mul)
 
v32acc32 mul_4x16_16x8_conf (v64int8 a, v128int8_sparse b, int sub_mul)
 
v32acc32 negmul_4x16_16x8_conf (v64int8 a, v128int8_sparse b, int sub_mul)
 

Multiplication of (4x16) with (16x8) with dynamic negation of multiplication result, zeroing of acc1, and negation of acc1

v32acc32 mac_4x16_16x8_conf (v64uint8 a, v128uint8_sparse b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 msc_4x16_16x8_conf (v64uint8 a, v128uint8_sparse b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 negmsc_4x16_16x8_conf (v64uint8 a, v128uint8_sparse b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 negmac_4x16_16x8_conf (v64uint8 a, v128uint8_sparse b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 addmac_4x16_16x8_conf (v64uint8 a, v128uint8_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 addmsc_4x16_16x8_conf (v64uint8 a, v128uint8_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submac_4x16_16x8_conf (v64uint8 a, v128uint8_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submsc_4x16_16x8_conf (v64uint8 a, v128uint8_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 mac_4x16_16x8_conf (v64uint8 a, v128int8_sparse b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 msc_4x16_16x8_conf (v64uint8 a, v128int8_sparse b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 negmsc_4x16_16x8_conf (v64uint8 a, v128int8_sparse b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 negmac_4x16_16x8_conf (v64uint8 a, v128int8_sparse b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 addmac_4x16_16x8_conf (v64uint8 a, v128int8_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 addmsc_4x16_16x8_conf (v64uint8 a, v128int8_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submac_4x16_16x8_conf (v64uint8 a, v128int8_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submsc_4x16_16x8_conf (v64uint8 a, v128int8_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 mac_4x16_16x8_conf (v64int8 a, v128uint8_sparse b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 msc_4x16_16x8_conf (v64int8 a, v128uint8_sparse b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 negmsc_4x16_16x8_conf (v64int8 a, v128uint8_sparse b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 negmac_4x16_16x8_conf (v64int8 a, v128uint8_sparse b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 addmac_4x16_16x8_conf (v64int8 a, v128uint8_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 addmsc_4x16_16x8_conf (v64int8 a, v128uint8_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submac_4x16_16x8_conf (v64int8 a, v128uint8_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submsc_4x16_16x8_conf (v64int8 a, v128uint8_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 mac_4x16_16x8_conf (v64int8 a, v128int8_sparse b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 msc_4x16_16x8_conf (v64int8 a, v128int8_sparse b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 negmsc_4x16_16x8_conf (v64int8 a, v128int8_sparse b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 negmac_4x16_16x8_conf (v64int8 a, v128int8_sparse b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 addmac_4x16_16x8_conf (v64int8 a, v128int8_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 addmsc_4x16_16x8_conf (v64int8 a, v128int8_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submac_4x16_16x8_conf (v64int8 a, v128int8_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submsc_4x16_16x8_conf (v64int8 a, v128int8_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 

Multiplication of (4x16) with (16x8) with dynamic sign and dynamic negation of multiplication result

v32acc32 mul_4x16_16x8_conf (v64uint8 a, int sgn_x, v128uint8_sparse b, int sgn_y, int sub_mul)
 
v32acc32 negmul_4x16_16x8_conf (v64uint8 a, int sgn_x, v128uint8_sparse b, int sgn_y, int sub_mul)
 
v32acc32 mac_4x16_16x8_conf (v64uint8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 msc_4x16_16x8_conf (v64uint8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 negmsc_4x16_16x8_conf (v64uint8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 negmac_4x16_16x8_conf (v64uint8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 addmac_4x16_16x8_conf (v64uint8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 addmsc_4x16_16x8_conf (v64uint8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submac_4x16_16x8_conf (v64uint8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submsc_4x16_16x8_conf (v64uint8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 mul_4x16_16x8_conf (v64uint8 a, int sgn_x, v128int8_sparse b, int sgn_y, int sub_mul)
 
v32acc32 negmul_4x16_16x8_conf (v64uint8 a, int sgn_x, v128int8_sparse b, int sgn_y, int sub_mul)
 
v32acc32 mac_4x16_16x8_conf (v64uint8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 msc_4x16_16x8_conf (v64uint8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 negmsc_4x16_16x8_conf (v64uint8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 negmac_4x16_16x8_conf (v64uint8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 addmac_4x16_16x8_conf (v64uint8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 addmsc_4x16_16x8_conf (v64uint8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submac_4x16_16x8_conf (v64uint8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submsc_4x16_16x8_conf (v64uint8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 mul_4x16_16x8_conf (v64int8 a, int sgn_x, v128uint8_sparse b, int sgn_y, int sub_mul)
 
v32acc32 negmul_4x16_16x8_conf (v64int8 a, int sgn_x, v128uint8_sparse b, int sgn_y, int sub_mul)
 
v32acc32 mac_4x16_16x8_conf (v64int8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 msc_4x16_16x8_conf (v64int8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 negmsc_4x16_16x8_conf (v64int8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 negmac_4x16_16x8_conf (v64int8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 addmac_4x16_16x8_conf (v64int8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 addmsc_4x16_16x8_conf (v64int8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submac_4x16_16x8_conf (v64int8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submsc_4x16_16x8_conf (v64int8 a, int sgn_x, v128uint8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 mul_4x16_16x8_conf (v64int8 a, int sgn_x, v128int8_sparse b, int sgn_y, int sub_mul)
 
v32acc32 negmul_4x16_16x8_conf (v64int8 a, int sgn_x, v128int8_sparse b, int sgn_y, int sub_mul)
 
v32acc32 mac_4x16_16x8_conf (v64int8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 msc_4x16_16x8_conf (v64int8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 negmsc_4x16_16x8_conf (v64int8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 negmac_4x16_16x8_conf (v64int8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 addmac_4x16_16x8_conf (v64int8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 addmsc_4x16_16x8_conf (v64int8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submac_4x16_16x8_conf (v64int8 a, int sgn_x, v128int8_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submsc_4x16_16x8_conf (v64int8 a, int sgn_x, v128int8_sparse 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)


v16acc64 mul_2x8_8x8 (v32uint16 a, v64uint16_sparse b)
 
v16acc64 negmul_2x8_8x8 (v32uint16 a, v64uint16_sparse b)
 
v16acc64 mac_2x8_8x8 (v32uint16 a, v64uint16_sparse b, v16acc64 acc1)
 
v16acc64 msc_2x8_8x8 (v32uint16 a, v64uint16_sparse b, v16acc64 acc1)
 
v16acc64 negmac_2x8_8x8 (v32uint16 a, v64uint16_sparse b, v16acc64 acc1)
 
v16acc64 negmsc_2x8_8x8 (v32uint16 a, v64uint16_sparse b, v16acc64 acc1)
 
v16acc64 addmac_2x8_8x8 (v32uint16 a, v64uint16_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 addmsc_2x8_8x8 (v32uint16 a, v64uint16_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submac_2x8_8x8 (v32uint16 a, v64uint16_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submsc_2x8_8x8 (v32uint16 a, v64uint16_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 mul_2x8_8x8 (v32uint16 a, v64int16_sparse b)
 
v16acc64 negmul_2x8_8x8 (v32uint16 a, v64int16_sparse b)
 
v16acc64 mac_2x8_8x8 (v32uint16 a, v64int16_sparse b, v16acc64 acc1)
 
v16acc64 msc_2x8_8x8 (v32uint16 a, v64int16_sparse b, v16acc64 acc1)
 
v16acc64 negmac_2x8_8x8 (v32uint16 a, v64int16_sparse b, v16acc64 acc1)
 
v16acc64 negmsc_2x8_8x8 (v32uint16 a, v64int16_sparse b, v16acc64 acc1)
 
v16acc64 addmac_2x8_8x8 (v32uint16 a, v64int16_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 addmsc_2x8_8x8 (v32uint16 a, v64int16_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submac_2x8_8x8 (v32uint16 a, v64int16_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submsc_2x8_8x8 (v32uint16 a, v64int16_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 mul_2x8_8x8 (v32int16 a, v64uint16_sparse b)
 
v16acc64 negmul_2x8_8x8 (v32int16 a, v64uint16_sparse b)
 
v16acc64 mac_2x8_8x8 (v32int16 a, v64uint16_sparse b, v16acc64 acc1)
 
v16acc64 msc_2x8_8x8 (v32int16 a, v64uint16_sparse b, v16acc64 acc1)
 
v16acc64 negmac_2x8_8x8 (v32int16 a, v64uint16_sparse b, v16acc64 acc1)
 
v16acc64 negmsc_2x8_8x8 (v32int16 a, v64uint16_sparse b, v16acc64 acc1)
 
v16acc64 addmac_2x8_8x8 (v32int16 a, v64uint16_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 addmsc_2x8_8x8 (v32int16 a, v64uint16_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submac_2x8_8x8 (v32int16 a, v64uint16_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submsc_2x8_8x8 (v32int16 a, v64uint16_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 mul_2x8_8x8 (v32int16 a, v64int16_sparse b)
 
v16acc64 negmul_2x8_8x8 (v32int16 a, v64int16_sparse b)
 
v16acc64 mac_2x8_8x8 (v32int16 a, v64int16_sparse b, v16acc64 acc1)
 
v16acc64 msc_2x8_8x8 (v32int16 a, v64int16_sparse b, v16acc64 acc1)
 
v16acc64 negmac_2x8_8x8 (v32int16 a, v64int16_sparse b, v16acc64 acc1)
 
v16acc64 negmsc_2x8_8x8 (v32int16 a, v64int16_sparse b, v16acc64 acc1)
 
v16acc64 addmac_2x8_8x8 (v32int16 a, v64int16_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 addmsc_2x8_8x8 (v32int16 a, v64int16_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submac_2x8_8x8 (v32int16 a, v64int16_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submsc_2x8_8x8 (v32int16 a, v64int16_sparse b, v16acc64 acc1, v16acc64 acc2)
 

Multiplication of (2x8) with (8x8) with dynamic sign

v16acc64 mul_2x8_8x8 (v32uint16 a, int sgn_x, v64uint16_sparse b, int sgn_y)
 
v16acc64 negmul_2x8_8x8 (v32uint16 a, int sgn_x, v64uint16_sparse b, int sgn_y)
 
v16acc64 mac_2x8_8x8 (v32uint16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 msc_2x8_8x8 (v32uint16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 negmac_2x8_8x8 (v32uint16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 negmsc_2x8_8x8 (v32uint16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 addmac_2x8_8x8 (v32uint16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 addmsc_2x8_8x8 (v32uint16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submac_2x8_8x8 (v32uint16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submsc_2x8_8x8 (v32uint16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 mul_2x8_8x8 (v32uint16 a, int sgn_x, v64int16_sparse b, int sgn_y)
 
v16acc64 negmul_2x8_8x8 (v32uint16 a, int sgn_x, v64int16_sparse b, int sgn_y)
 
v16acc64 mac_2x8_8x8 (v32uint16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 msc_2x8_8x8 (v32uint16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 negmac_2x8_8x8 (v32uint16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 negmsc_2x8_8x8 (v32uint16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 addmac_2x8_8x8 (v32uint16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 addmsc_2x8_8x8 (v32uint16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submac_2x8_8x8 (v32uint16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submsc_2x8_8x8 (v32uint16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 mul_2x8_8x8 (v32int16 a, int sgn_x, v64uint16_sparse b, int sgn_y)
 
v16acc64 negmul_2x8_8x8 (v32int16 a, int sgn_x, v64uint16_sparse b, int sgn_y)
 
v16acc64 mac_2x8_8x8 (v32int16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 msc_2x8_8x8 (v32int16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 negmac_2x8_8x8 (v32int16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 negmsc_2x8_8x8 (v32int16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 addmac_2x8_8x8 (v32int16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 addmsc_2x8_8x8 (v32int16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submac_2x8_8x8 (v32int16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submsc_2x8_8x8 (v32int16 a, int sgn_x, v64uint16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 mul_2x8_8x8 (v32int16 a, int sgn_x, v64int16_sparse b, int sgn_y)
 
v16acc64 negmul_2x8_8x8 (v32int16 a, int sgn_x, v64int16_sparse b, int sgn_y)
 
v16acc64 mac_2x8_8x8 (v32int16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 msc_2x8_8x8 (v32int16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 negmac_2x8_8x8 (v32int16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 negmsc_2x8_8x8 (v32int16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 addmac_2x8_8x8 (v32int16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 addmsc_2x8_8x8 (v32int16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submac_2x8_8x8 (v32int16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submsc_2x8_8x8 (v32int16 a, int sgn_x, v64int16_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 

Multiplication of (2x8) with (8x8) with dynamic negation of multiplication result

v16acc64 mul_2x8_8x8_conf (v32uint16 a, v64uint16_sparse b, int sub_mul)
 
v16acc64 negmul_2x8_8x8_conf (v32uint16 a, v64uint16_sparse b, int sub_mul)
 
v16acc64 mul_2x8_8x8_conf (v32uint16 a, v64int16_sparse b, int sub_mul)
 
v16acc64 negmul_2x8_8x8_conf (v32uint16 a, v64int16_sparse b, int sub_mul)
 
v16acc64 mul_2x8_8x8_conf (v32int16 a, v64uint16_sparse b, int sub_mul)
 
v16acc64 negmul_2x8_8x8_conf (v32int16 a, v64uint16_sparse b, int sub_mul)
 
v16acc64 mul_2x8_8x8_conf (v32int16 a, v64int16_sparse b, int sub_mul)
 
v16acc64 negmul_2x8_8x8_conf (v32int16 a, v64int16_sparse b, int sub_mul)
 

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, 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, 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 (4x32) with (32x8)


v32acc32 mul_4x32_32x8 (v128uint8 a, v256uint4_sparse b)
 
v32acc32 negmul_4x32_32x8 (v128uint8 a, v256uint4_sparse b)
 
v32acc32 mac_4x32_32x8 (v128uint8 a, v256uint4_sparse b, v32acc32 acc1)
 
v32acc32 msc_4x32_32x8 (v128uint8 a, v256uint4_sparse b, v32acc32 acc1)
 
v32acc32 negmac_4x32_32x8 (v128uint8 a, v256uint4_sparse b, v32acc32 acc1)
 
v32acc32 negmsc_4x32_32x8 (v128uint8 a, v256uint4_sparse b, v32acc32 acc1)
 
v32acc32 addmac_4x32_32x8 (v128uint8 a, v256uint4_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 addmsc_4x32_32x8 (v128uint8 a, v256uint4_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submac_4x32_32x8 (v128uint8 a, v256uint4_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submsc_4x32_32x8 (v128uint8 a, v256uint4_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 mul_4x32_32x8 (v128uint8 a, v256int4_sparse b)
 
v32acc32 negmul_4x32_32x8 (v128uint8 a, v256int4_sparse b)
 
v32acc32 mac_4x32_32x8 (v128uint8 a, v256int4_sparse b, v32acc32 acc1)
 
v32acc32 msc_4x32_32x8 (v128uint8 a, v256int4_sparse b, v32acc32 acc1)
 
v32acc32 negmac_4x32_32x8 (v128uint8 a, v256int4_sparse b, v32acc32 acc1)
 
v32acc32 negmsc_4x32_32x8 (v128uint8 a, v256int4_sparse b, v32acc32 acc1)
 
v32acc32 addmac_4x32_32x8 (v128uint8 a, v256int4_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 addmsc_4x32_32x8 (v128uint8 a, v256int4_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submac_4x32_32x8 (v128uint8 a, v256int4_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submsc_4x32_32x8 (v128uint8 a, v256int4_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 mul_4x32_32x8 (v128int8 a, v256uint4_sparse b)
 
v32acc32 negmul_4x32_32x8 (v128int8 a, v256uint4_sparse b)
 
v32acc32 mac_4x32_32x8 (v128int8 a, v256uint4_sparse b, v32acc32 acc1)
 
v32acc32 msc_4x32_32x8 (v128int8 a, v256uint4_sparse b, v32acc32 acc1)
 
v32acc32 negmac_4x32_32x8 (v128int8 a, v256uint4_sparse b, v32acc32 acc1)
 
v32acc32 negmsc_4x32_32x8 (v128int8 a, v256uint4_sparse b, v32acc32 acc1)
 
v32acc32 addmac_4x32_32x8 (v128int8 a, v256uint4_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 addmsc_4x32_32x8 (v128int8 a, v256uint4_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submac_4x32_32x8 (v128int8 a, v256uint4_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submsc_4x32_32x8 (v128int8 a, v256uint4_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 mul_4x32_32x8 (v128int8 a, v256int4_sparse b)
 
v32acc32 negmul_4x32_32x8 (v128int8 a, v256int4_sparse b)
 
v32acc32 mac_4x32_32x8 (v128int8 a, v256int4_sparse b, v32acc32 acc1)
 
v32acc32 msc_4x32_32x8 (v128int8 a, v256int4_sparse b, v32acc32 acc1)
 
v32acc32 negmac_4x32_32x8 (v128int8 a, v256int4_sparse b, v32acc32 acc1)
 
v32acc32 negmsc_4x32_32x8 (v128int8 a, v256int4_sparse b, v32acc32 acc1)
 
v32acc32 addmac_4x32_32x8 (v128int8 a, v256int4_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 addmsc_4x32_32x8 (v128int8 a, v256int4_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submac_4x32_32x8 (v128int8 a, v256int4_sparse b, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submsc_4x32_32x8 (v128int8 a, v256int4_sparse b, v32acc32 acc1, v32acc32 acc2)
 

Multiplication of (4x32) with (32x8) with dynamic sign

v32acc32 mul_4x32_32x8 (v128uint8 a, int sgn_x, v256uint4_sparse b, int sgn_y)
 
v32acc32 negmul_4x32_32x8 (v128uint8 a, int sgn_x, v256uint4_sparse b, int sgn_y)
 
v32acc32 mac_4x32_32x8 (v128uint8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 msc_4x32_32x8 (v128uint8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 negmac_4x32_32x8 (v128uint8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 negmsc_4x32_32x8 (v128uint8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 addmac_4x32_32x8 (v128uint8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 addmsc_4x32_32x8 (v128uint8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submac_4x32_32x8 (v128uint8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submsc_4x32_32x8 (v128uint8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 mul_4x32_32x8 (v128uint8 a, int sgn_x, v256int4_sparse b, int sgn_y)
 
v32acc32 negmul_4x32_32x8 (v128uint8 a, int sgn_x, v256int4_sparse b, int sgn_y)
 
v32acc32 mac_4x32_32x8 (v128uint8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 msc_4x32_32x8 (v128uint8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 negmac_4x32_32x8 (v128uint8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 negmsc_4x32_32x8 (v128uint8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 addmac_4x32_32x8 (v128uint8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 addmsc_4x32_32x8 (v128uint8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submac_4x32_32x8 (v128uint8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submsc_4x32_32x8 (v128uint8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 mul_4x32_32x8 (v128int8 a, int sgn_x, v256uint4_sparse b, int sgn_y)
 
v32acc32 negmul_4x32_32x8 (v128int8 a, int sgn_x, v256uint4_sparse b, int sgn_y)
 
v32acc32 mac_4x32_32x8 (v128int8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 msc_4x32_32x8 (v128int8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 negmac_4x32_32x8 (v128int8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 negmsc_4x32_32x8 (v128int8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 addmac_4x32_32x8 (v128int8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 addmsc_4x32_32x8 (v128int8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submac_4x32_32x8 (v128int8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submsc_4x32_32x8 (v128int8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 mul_4x32_32x8 (v128int8 a, int sgn_x, v256int4_sparse b, int sgn_y)
 
v32acc32 negmul_4x32_32x8 (v128int8 a, int sgn_x, v256int4_sparse b, int sgn_y)
 
v32acc32 mac_4x32_32x8 (v128int8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 msc_4x32_32x8 (v128int8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 negmac_4x32_32x8 (v128int8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 negmsc_4x32_32x8 (v128int8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1)
 
v32acc32 addmac_4x32_32x8 (v128int8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 addmsc_4x32_32x8 (v128int8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submac_4x32_32x8 (v128int8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 
v32acc32 submsc_4x32_32x8 (v128int8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2)
 

Multiplication of (4x32) with (32x8) with dynamic negation of multiplication result

v32acc32 mul_4x32_32x8_conf (v128uint8 a, v256uint4_sparse b, int sub_mul)
 
v32acc32 negmul_4x32_32x8_conf (v128uint8 a, v256uint4_sparse b, int sub_mul)
 
v32acc32 mul_4x32_32x8_conf (v128uint8 a, v256int4_sparse b, int sub_mul)
 
v32acc32 negmul_4x32_32x8_conf (v128uint8 a, v256int4_sparse b, int sub_mul)
 
v32acc32 mul_4x32_32x8_conf (v128int8 a, v256uint4_sparse b, int sub_mul)
 
v32acc32 negmul_4x32_32x8_conf (v128int8 a, v256uint4_sparse b, int sub_mul)
 
v32acc32 mul_4x32_32x8_conf (v128int8 a, v256int4_sparse b, int sub_mul)
 
v32acc32 negmul_4x32_32x8_conf (v128int8 a, v256int4_sparse b, int sub_mul)
 

Multiplication of (4x32) with (32x8) with dynamic negation of multiplication result, zeroing of acc1, and negation of acc1

v32acc32 mac_4x32_32x8_conf (v128uint8 a, v256uint4_sparse b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 msc_4x32_32x8_conf (v128uint8 a, v256uint4_sparse b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 negmsc_4x32_32x8_conf (v128uint8 a, v256uint4_sparse b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 negmac_4x32_32x8_conf (v128uint8 a, v256uint4_sparse b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 addmac_4x32_32x8_conf (v128uint8 a, v256uint4_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 addmsc_4x32_32x8_conf (v128uint8 a, v256uint4_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submac_4x32_32x8_conf (v128uint8 a, v256uint4_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submsc_4x32_32x8_conf (v128uint8 a, v256uint4_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 mac_4x32_32x8_conf (v128uint8 a, v256int4_sparse b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 msc_4x32_32x8_conf (v128uint8 a, v256int4_sparse b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 negmsc_4x32_32x8_conf (v128uint8 a, v256int4_sparse b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 negmac_4x32_32x8_conf (v128uint8 a, v256int4_sparse b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 addmac_4x32_32x8_conf (v128uint8 a, v256int4_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 addmsc_4x32_32x8_conf (v128uint8 a, v256int4_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submac_4x32_32x8_conf (v128uint8 a, v256int4_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submsc_4x32_32x8_conf (v128uint8 a, v256int4_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 mac_4x32_32x8_conf (v128int8 a, v256uint4_sparse b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 msc_4x32_32x8_conf (v128int8 a, v256uint4_sparse b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 negmsc_4x32_32x8_conf (v128int8 a, v256uint4_sparse b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 negmac_4x32_32x8_conf (v128int8 a, v256uint4_sparse b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 addmac_4x32_32x8_conf (v128int8 a, v256uint4_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 addmsc_4x32_32x8_conf (v128int8 a, v256uint4_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submac_4x32_32x8_conf (v128int8 a, v256uint4_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submsc_4x32_32x8_conf (v128int8 a, v256uint4_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 mac_4x32_32x8_conf (v128int8 a, v256int4_sparse b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 msc_4x32_32x8_conf (v128int8 a, v256int4_sparse b, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 negmsc_4x32_32x8_conf (v128int8 a, v256int4_sparse b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 negmac_4x32_32x8_conf (v128int8 a, v256int4_sparse b, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 addmac_4x32_32x8_conf (v128int8 a, v256int4_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 addmsc_4x32_32x8_conf (v128int8 a, v256int4_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submac_4x32_32x8_conf (v128int8 a, v256int4_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submsc_4x32_32x8_conf (v128int8 a, v256int4_sparse b, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 

Multiplication of (4x32) with (32x8) with dynamic sign and dynamic negation of multiplication result

v32acc32 mul_4x32_32x8_conf (v128uint8 a, int sgn_x, v256uint4_sparse b, int sgn_y, int sub_mul)
 
v32acc32 negmul_4x32_32x8_conf (v128uint8 a, int sgn_x, v256uint4_sparse b, int sgn_y, int sub_mul)
 
v32acc32 mac_4x32_32x8_conf (v128uint8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 msc_4x32_32x8_conf (v128uint8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 negmsc_4x32_32x8_conf (v128uint8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 negmac_4x32_32x8_conf (v128uint8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 addmac_4x32_32x8_conf (v128uint8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 addmsc_4x32_32x8_conf (v128uint8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submac_4x32_32x8_conf (v128uint8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submsc_4x32_32x8_conf (v128uint8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 mul_4x32_32x8_conf (v128uint8 a, int sgn_x, v256int4_sparse b, int sgn_y, int sub_mul)
 
v32acc32 negmul_4x32_32x8_conf (v128uint8 a, int sgn_x, v256int4_sparse b, int sgn_y, int sub_mul)
 
v32acc32 mac_4x32_32x8_conf (v128uint8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 msc_4x32_32x8_conf (v128uint8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 negmsc_4x32_32x8_conf (v128uint8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 negmac_4x32_32x8_conf (v128uint8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 addmac_4x32_32x8_conf (v128uint8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 addmsc_4x32_32x8_conf (v128uint8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submac_4x32_32x8_conf (v128uint8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submsc_4x32_32x8_conf (v128uint8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 mul_4x32_32x8_conf (v128int8 a, int sgn_x, v256uint4_sparse b, int sgn_y, int sub_mul)
 
v32acc32 negmul_4x32_32x8_conf (v128int8 a, int sgn_x, v256uint4_sparse b, int sgn_y, int sub_mul)
 
v32acc32 mac_4x32_32x8_conf (v128int8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 msc_4x32_32x8_conf (v128int8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 negmsc_4x32_32x8_conf (v128int8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 negmac_4x32_32x8_conf (v128int8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 addmac_4x32_32x8_conf (v128int8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 addmsc_4x32_32x8_conf (v128int8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submac_4x32_32x8_conf (v128int8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submsc_4x32_32x8_conf (v128int8 a, int sgn_x, v256uint4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 mul_4x32_32x8_conf (v128int8 a, int sgn_x, v256int4_sparse b, int sgn_y, int sub_mul)
 
v32acc32 negmul_4x32_32x8_conf (v128int8 a, int sgn_x, v256int4_sparse b, int sgn_y, int sub_mul)
 
v32acc32 mac_4x32_32x8_conf (v128int8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 msc_4x32_32x8_conf (v128int8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v32acc32 negmsc_4x32_32x8_conf (v128int8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 negmac_4x32_32x8_conf (v128int8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc32 addmac_4x32_32x8_conf (v128int8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 addmsc_4x32_32x8_conf (v128int8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submac_4x32_32x8_conf (v128int8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v32acc32 submsc_4x32_32x8_conf (v128int8 a, int sgn_x, v256int4_sparse b, int sgn_y, v32acc32 acc1, v32acc32 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 

Multiplication of (2x16) with (16x8)


v16acc64 mul_2x16_16x8 (v32uint16 a, v128uint8_sparse b)
 
v16acc64 negmul_2x16_16x8 (v32uint16 a, v128uint8_sparse b)
 
v16acc64 mac_2x16_16x8 (v32uint16 a, v128uint8_sparse b, v16acc64 acc1)
 
v16acc64 msc_2x16_16x8 (v32uint16 a, v128uint8_sparse b, v16acc64 acc1)
 
v16acc64 negmac_2x16_16x8 (v32uint16 a, v128uint8_sparse b, v16acc64 acc1)
 
v16acc64 negmsc_2x16_16x8 (v32uint16 a, v128uint8_sparse b, v16acc64 acc1)
 
v16acc64 addmac_2x16_16x8 (v32uint16 a, v128uint8_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 addmsc_2x16_16x8 (v32uint16 a, v128uint8_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submac_2x16_16x8 (v32uint16 a, v128uint8_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submsc_2x16_16x8 (v32uint16 a, v128uint8_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 mul_2x16_16x8 (v32uint16 a, v128int8_sparse b)
 
v16acc64 negmul_2x16_16x8 (v32uint16 a, v128int8_sparse b)
 
v16acc64 mac_2x16_16x8 (v32uint16 a, v128int8_sparse b, v16acc64 acc1)
 
v16acc64 msc_2x16_16x8 (v32uint16 a, v128int8_sparse b, v16acc64 acc1)
 
v16acc64 negmac_2x16_16x8 (v32uint16 a, v128int8_sparse b, v16acc64 acc1)
 
v16acc64 negmsc_2x16_16x8 (v32uint16 a, v128int8_sparse b, v16acc64 acc1)
 
v16acc64 addmac_2x16_16x8 (v32uint16 a, v128int8_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 addmsc_2x16_16x8 (v32uint16 a, v128int8_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submac_2x16_16x8 (v32uint16 a, v128int8_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submsc_2x16_16x8 (v32uint16 a, v128int8_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 mul_2x16_16x8 (v32int16 a, v128uint8_sparse b)
 
v16acc64 negmul_2x16_16x8 (v32int16 a, v128uint8_sparse b)
 
v16acc64 mac_2x16_16x8 (v32int16 a, v128uint8_sparse b, v16acc64 acc1)
 
v16acc64 msc_2x16_16x8 (v32int16 a, v128uint8_sparse b, v16acc64 acc1)
 
v16acc64 negmac_2x16_16x8 (v32int16 a, v128uint8_sparse b, v16acc64 acc1)
 
v16acc64 negmsc_2x16_16x8 (v32int16 a, v128uint8_sparse b, v16acc64 acc1)
 
v16acc64 addmac_2x16_16x8 (v32int16 a, v128uint8_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 addmsc_2x16_16x8 (v32int16 a, v128uint8_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submac_2x16_16x8 (v32int16 a, v128uint8_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submsc_2x16_16x8 (v32int16 a, v128uint8_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 mul_2x16_16x8 (v32int16 a, v128int8_sparse b)
 
v16acc64 negmul_2x16_16x8 (v32int16 a, v128int8_sparse b)
 
v16acc64 mac_2x16_16x8 (v32int16 a, v128int8_sparse b, v16acc64 acc1)
 
v16acc64 msc_2x16_16x8 (v32int16 a, v128int8_sparse b, v16acc64 acc1)
 
v16acc64 negmac_2x16_16x8 (v32int16 a, v128int8_sparse b, v16acc64 acc1)
 
v16acc64 negmsc_2x16_16x8 (v32int16 a, v128int8_sparse b, v16acc64 acc1)
 
v16acc64 addmac_2x16_16x8 (v32int16 a, v128int8_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 addmsc_2x16_16x8 (v32int16 a, v128int8_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submac_2x16_16x8 (v32int16 a, v128int8_sparse b, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submsc_2x16_16x8 (v32int16 a, v128int8_sparse b, v16acc64 acc1, v16acc64 acc2)
 

Multiplication of (2x16) with (16x8) with dynamic sign

v16acc64 mul_2x16_16x8 (v32uint16 a, int sgn_x, v128uint8_sparse b, int sgn_y)
 
v16acc64 negmul_2x16_16x8 (v32uint16 a, int sgn_x, v128uint8_sparse b, int sgn_y)
 
v16acc64 mac_2x16_16x8 (v32uint16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 msc_2x16_16x8 (v32uint16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 negmac_2x16_16x8 (v32uint16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 negmsc_2x16_16x8 (v32uint16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 addmac_2x16_16x8 (v32uint16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 addmsc_2x16_16x8 (v32uint16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submac_2x16_16x8 (v32uint16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submsc_2x16_16x8 (v32uint16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 mul_2x16_16x8 (v32uint16 a, int sgn_x, v128int8_sparse b, int sgn_y)
 
v16acc64 negmul_2x16_16x8 (v32uint16 a, int sgn_x, v128int8_sparse b, int sgn_y)
 
v16acc64 mac_2x16_16x8 (v32uint16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 msc_2x16_16x8 (v32uint16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 negmac_2x16_16x8 (v32uint16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 negmsc_2x16_16x8 (v32uint16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 addmac_2x16_16x8 (v32uint16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 addmsc_2x16_16x8 (v32uint16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submac_2x16_16x8 (v32uint16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submsc_2x16_16x8 (v32uint16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 mul_2x16_16x8 (v32int16 a, int sgn_x, v128uint8_sparse b, int sgn_y)
 
v16acc64 negmul_2x16_16x8 (v32int16 a, int sgn_x, v128uint8_sparse b, int sgn_y)
 
v16acc64 mac_2x16_16x8 (v32int16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 msc_2x16_16x8 (v32int16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 negmac_2x16_16x8 (v32int16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 negmsc_2x16_16x8 (v32int16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 addmac_2x16_16x8 (v32int16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 addmsc_2x16_16x8 (v32int16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submac_2x16_16x8 (v32int16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submsc_2x16_16x8 (v32int16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 mul_2x16_16x8 (v32int16 a, int sgn_x, v128int8_sparse b, int sgn_y)
 
v16acc64 negmul_2x16_16x8 (v32int16 a, int sgn_x, v128int8_sparse b, int sgn_y)
 
v16acc64 mac_2x16_16x8 (v32int16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 msc_2x16_16x8 (v32int16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 negmac_2x16_16x8 (v32int16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 negmsc_2x16_16x8 (v32int16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1)
 
v16acc64 addmac_2x16_16x8 (v32int16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 addmsc_2x16_16x8 (v32int16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submac_2x16_16x8 (v32int16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 
v16acc64 submsc_2x16_16x8 (v32int16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2)
 

Multiplication of (2x16) with (16x8) with dynamic negation of multiplication result

v16acc64 mul_2x16_16x8_conf (v32uint16 a, v128uint8_sparse b, int sub_mul)
 
v16acc64 negmul_2x16_16x8_conf (v32uint16 a, v128uint8_sparse b, int sub_mul)
 
v16acc64 mul_2x16_16x8_conf (v32uint16 a, v128int8_sparse b, int sub_mul)
 
v16acc64 negmul_2x16_16x8_conf (v32uint16 a, v128int8_sparse b, int sub_mul)
 
v16acc64 mul_2x16_16x8_conf (v32int16 a, v128uint8_sparse b, int sub_mul)
 
v16acc64 negmul_2x16_16x8_conf (v32int16 a, v128uint8_sparse b, int sub_mul)
 
v16acc64 mul_2x16_16x8_conf (v32int16 a, v128int8_sparse b, int sub_mul)
 
v16acc64 negmul_2x16_16x8_conf (v32int16 a, v128int8_sparse b, int sub_mul)
 

Multiplication of (2x16) with (16x8) with dynamic negation of multiplication result, zeroing of acc1, and negation of acc1

v16acc64 mac_2x16_16x8_conf (v32uint16 a, v128uint8_sparse b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v16acc64 msc_2x16_16x8_conf (v32uint16 a, v128uint8_sparse b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v16acc64 negmsc_2x16_16x8_conf (v32uint16 a, v128uint8_sparse b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 negmac_2x16_16x8_conf (v32uint16 a, v128uint8_sparse b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 addmac_2x16_16x8_conf (v32uint16 a, v128uint8_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 addmsc_2x16_16x8_conf (v32uint16 a, v128uint8_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 submac_2x16_16x8_conf (v32uint16 a, v128uint8_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 submsc_2x16_16x8_conf (v32uint16 a, v128uint8_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 mac_2x16_16x8_conf (v32uint16 a, v128int8_sparse b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v16acc64 msc_2x16_16x8_conf (v32uint16 a, v128int8_sparse b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v16acc64 negmsc_2x16_16x8_conf (v32uint16 a, v128int8_sparse b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 negmac_2x16_16x8_conf (v32uint16 a, v128int8_sparse b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 addmac_2x16_16x8_conf (v32uint16 a, v128int8_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 addmsc_2x16_16x8_conf (v32uint16 a, v128int8_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 submac_2x16_16x8_conf (v32uint16 a, v128int8_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 submsc_2x16_16x8_conf (v32uint16 a, v128int8_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 mac_2x16_16x8_conf (v32int16 a, v128uint8_sparse b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v16acc64 msc_2x16_16x8_conf (v32int16 a, v128uint8_sparse b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v16acc64 negmsc_2x16_16x8_conf (v32int16 a, v128uint8_sparse b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 negmac_2x16_16x8_conf (v32int16 a, v128uint8_sparse b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 addmac_2x16_16x8_conf (v32int16 a, v128uint8_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 addmsc_2x16_16x8_conf (v32int16 a, v128uint8_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 submac_2x16_16x8_conf (v32int16 a, v128uint8_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 submsc_2x16_16x8_conf (v32int16 a, v128uint8_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 mac_2x16_16x8_conf (v32int16 a, v128int8_sparse b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v16acc64 msc_2x16_16x8_conf (v32int16 a, v128int8_sparse b, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v16acc64 negmsc_2x16_16x8_conf (v32int16 a, v128int8_sparse b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 negmac_2x16_16x8_conf (v32int16 a, v128int8_sparse b, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 addmac_2x16_16x8_conf (v32int16 a, v128int8_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 addmsc_2x16_16x8_conf (v32int16 a, v128int8_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int shift16, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 submac_2x16_16x8_conf (v32int16 a, v128int8_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 submsc_2x16_16x8_conf (v32int16 a, v128int8_sparse b, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 

Multiplication of (2x16) with (16x8) with dynamic sign and dynamic negation of multiplication result

v16acc64 mul_2x16_16x8_conf (v32uint16 a, int sgn_x, v128uint8_sparse b, int sgn_y, int sub_mul)
 
v16acc64 negmul_2x16_16x8_conf (v32uint16 a, int sgn_x, v128uint8_sparse b, int sgn_y, int sub_mul)
 
v16acc64 mac_2x16_16x8_conf (v32uint16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v16acc64 msc_2x16_16x8_conf (v32uint16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v16acc64 negmsc_2x16_16x8_conf (v32uint16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 negmac_2x16_16x8_conf (v32uint16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 addmac_2x16_16x8_conf (v32uint16 a, int sgn_x, v128uint8_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_2x16_16x8_conf (v32uint16 a, int sgn_x, v128uint8_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_2x16_16x8_conf (v32uint16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 submsc_2x16_16x8_conf (v32uint16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 mul_2x16_16x8_conf (v32uint16 a, int sgn_x, v128int8_sparse b, int sgn_y, int sub_mul)
 
v16acc64 negmul_2x16_16x8_conf (v32uint16 a, int sgn_x, v128int8_sparse b, int sgn_y, int sub_mul)
 
v16acc64 mac_2x16_16x8_conf (v32uint16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v16acc64 msc_2x16_16x8_conf (v32uint16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v16acc64 negmsc_2x16_16x8_conf (v32uint16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 negmac_2x16_16x8_conf (v32uint16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 addmac_2x16_16x8_conf (v32uint16 a, int sgn_x, v128int8_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_2x16_16x8_conf (v32uint16 a, int sgn_x, v128int8_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_2x16_16x8_conf (v32uint16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 submsc_2x16_16x8_conf (v32uint16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 mul_2x16_16x8_conf (v32int16 a, int sgn_x, v128uint8_sparse b, int sgn_y, int sub_mul)
 
v16acc64 negmul_2x16_16x8_conf (v32int16 a, int sgn_x, v128uint8_sparse b, int sgn_y, int sub_mul)
 
v16acc64 mac_2x16_16x8_conf (v32int16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v16acc64 msc_2x16_16x8_conf (v32int16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v16acc64 negmsc_2x16_16x8_conf (v32int16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 negmac_2x16_16x8_conf (v32int16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 addmac_2x16_16x8_conf (v32int16 a, int sgn_x, v128uint8_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_2x16_16x8_conf (v32int16 a, int sgn_x, v128uint8_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_2x16_16x8_conf (v32int16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 submsc_2x16_16x8_conf (v32int16 a, int sgn_x, v128uint8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 mul_2x16_16x8_conf (v32int16 a, int sgn_x, v128int8_sparse b, int sgn_y, int sub_mul)
 
v16acc64 negmul_2x16_16x8_conf (v32int16 a, int sgn_x, v128int8_sparse b, int sgn_y, int sub_mul)
 
v16acc64 mac_2x16_16x8_conf (v32int16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v16acc64 msc_2x16_16x8_conf (v32int16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int shift16, int sub_mul, int sub_acc1)
 
v16acc64 negmsc_2x16_16x8_conf (v32int16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 negmac_2x16_16x8_conf (v32int16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 addmac_2x16_16x8_conf (v32int16 a, int sgn_x, v128int8_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_2x16_16x8_conf (v32int16 a, int sgn_x, v128int8_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_2x16_16x8_conf (v32int16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v16acc64 submsc_2x16_16x8_conf (v32int16 a, int sgn_x, v128int8_sparse b, int sgn_y, v16acc64 acc1, v16acc64 acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 

Multiplication of (4x16) with (16x4)


v16accfloat mul_4x16_16x4 (v64bfloat16 a, v64bfloat16_sparse b)
 
v16accfloat negmul_4x16_16x4 (v64bfloat16 a, v64bfloat16_sparse b)
 
v16accfloat mac_4x16_16x4 (v64bfloat16 a, v64bfloat16_sparse b, v16accfloat acc1)
 
v16accfloat msc_4x16_16x4 (v64bfloat16 a, v64bfloat16_sparse b, v16accfloat acc1)
 
v16accfloat addmac_4x16_16x4 (v64bfloat16 a, v64bfloat16_sparse b, v16accfloat acc1, v16accfloat acc2)
 
v16accfloat addmsc_4x16_16x4 (v64bfloat16 a, v64bfloat16_sparse b, v16accfloat acc1, v16accfloat acc2)
 

Multiplication of (4x16) with (16x4) with dynamic negation of multiplication result

v16accfloat mul_4x16_16x4_conf (v64bfloat16 a, v64bfloat16_sparse b, int sub_mul)
 
v16accfloat negmul_4x16_16x4_conf (v64bfloat16 a, v64bfloat16_sparse b, int sub_mul)
 

Multiplication of (4x16) with (16x4) with dynamic negation of multiplication result, zeroing of acc1, and negation of acc1

v16accfloat mac_4x16_16x4_conf (v64bfloat16 a, v64bfloat16_sparse b, v16accfloat acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16accfloat msc_4x16_16x4_conf (v64bfloat16 a, v64bfloat16_sparse b, v16accfloat acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16accfloat addmac_4x16_16x4_conf (v64bfloat16 a, v64bfloat16_sparse b, v16accfloat acc1, v16accfloat acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 
v16accfloat addmsc_4x16_16x4_conf (v64bfloat16 a, v64bfloat16_sparse b, v16accfloat acc1, v16accfloat acc2, int zero_acc1, int sub_mul, int sub_acc1, int sub_acc2)
 

Function Documentation

◆ addmac_2x16_16x8() [1/8]

v16acc64 addmac_2x16_16x8 ( v32int16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_2x16_16x8() [2/8]

v16acc64 addmac_2x16_16x8 ( v32int16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_2x16_16x8() [3/8]

v16acc64 addmac_2x16_16x8 ( v32int16  a,
v128int8_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_2x16_16x8() [4/8]

v16acc64 addmac_2x16_16x8 ( v32int16  a,
v128uint8_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_2x16_16x8() [5/8]

v16acc64 addmac_2x16_16x8 ( v32uint16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_2x16_16x8() [6/8]

v16acc64 addmac_2x16_16x8 ( v32uint16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_2x16_16x8() [7/8]

v16acc64 addmac_2x16_16x8 ( v32uint16  a,
v128int8_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_2x16_16x8() [8/8]

v16acc64 addmac_2x16_16x8 ( v32uint16  a,
v128uint8_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_2x16_16x8_conf() [1/8]

v16acc64 addmac_2x16_16x8_conf ( v32int16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_2x16_16x8_conf() [2/8]

v16acc64 addmac_2x16_16x8_conf ( v32int16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_2x16_16x8_conf() [3/8]

v16acc64 addmac_2x16_16x8_conf ( v32int16  a,
v128int8_sparse  b,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_2x16_16x8_conf() [4/8]

v16acc64 addmac_2x16_16x8_conf ( v32int16  a,
v128uint8_sparse  b,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_2x16_16x8_conf() [5/8]

v16acc64 addmac_2x16_16x8_conf ( v32uint16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_2x16_16x8_conf() [6/8]

v16acc64 addmac_2x16_16x8_conf ( v32uint16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_2x16_16x8_conf() [7/8]

v16acc64 addmac_2x16_16x8_conf ( v32uint16  a,
v128int8_sparse  b,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_2x16_16x8_conf() [8/8]

v16acc64 addmac_2x16_16x8_conf ( v32uint16  a,
v128uint8_sparse  b,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_2x8_8x8() [1/8]

v16acc64 addmac_2x8_8x8 ( v32int16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_2x8_8x8() [2/8]

v16acc64 addmac_2x8_8x8 ( v32int16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_2x8_8x8() [3/8]

v16acc64 addmac_2x8_8x8 ( v32int16  a,
v64int16_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_2x8_8x8() [4/8]

v16acc64 addmac_2x8_8x8 ( v32int16  a,
v64uint16_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_2x8_8x8() [5/8]

v16acc64 addmac_2x8_8x8 ( v32uint16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_2x8_8x8() [6/8]

v16acc64 addmac_2x8_8x8 ( v32uint16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_2x8_8x8() [7/8]

v16acc64 addmac_2x8_8x8 ( v32uint16  a,
v64int16_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_2x8_8x8() [8/8]

v16acc64 addmac_2x8_8x8 ( v32uint16  a,
v64uint16_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_2x8_8x8_conf() [1/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_2x8_8x8_conf() [2/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_2x8_8x8_conf() [3/8]

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
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_2x8_8x8_conf() [4/8]

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
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_2x8_8x8_conf() [5/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_2x8_8x8_conf() [6/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_2x8_8x8_conf() [7/8]

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
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_2x8_8x8_conf() [8/8]

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
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_4x16_16x4()

v16accfloat addmac_4x16_16x4 ( v64bfloat16  a,
v64bfloat16_sparse  b,
v16accfloat  acc1,
v16accfloat  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_4x16_16x4_conf()

v16accfloat addmac_4x16_16x4_conf ( v64bfloat16  a,
v64bfloat16_sparse  b,
v16accfloat  acc1,
v16accfloat  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_4x16_16x8() [1/8]

v32acc32 addmac_4x16_16x8 ( v64int8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_4x16_16x8() [2/8]

v32acc32 addmac_4x16_16x8 ( v64int8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_4x16_16x8() [3/8]

v32acc32 addmac_4x16_16x8 ( v64int8  a,
v128int8_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_4x16_16x8() [4/8]

v32acc32 addmac_4x16_16x8 ( v64int8  a,
v128uint8_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_4x16_16x8() [5/8]

v32acc32 addmac_4x16_16x8 ( v64uint8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_4x16_16x8() [6/8]

v32acc32 addmac_4x16_16x8 ( v64uint8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_4x16_16x8() [7/8]

v32acc32 addmac_4x16_16x8 ( v64uint8  a,
v128int8_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_4x16_16x8() [8/8]

v32acc32 addmac_4x16_16x8 ( v64uint8  a,
v128uint8_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_4x16_16x8_conf() [1/8]

v32acc32 addmac_4x16_16x8_conf ( v64int8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_4x16_16x8_conf() [2/8]

v32acc32 addmac_4x16_16x8_conf ( v64int8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_4x16_16x8_conf() [3/8]

v32acc32 addmac_4x16_16x8_conf ( v64int8  a,
v128int8_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_4x16_16x8_conf() [4/8]

v32acc32 addmac_4x16_16x8_conf ( v64int8  a,
v128uint8_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_4x16_16x8_conf() [5/8]

v32acc32 addmac_4x16_16x8_conf ( v64uint8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_4x16_16x8_conf() [6/8]

v32acc32 addmac_4x16_16x8_conf ( v64uint8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_4x16_16x8_conf() [7/8]

v32acc32 addmac_4x16_16x8_conf ( v64uint8  a,
v128int8_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_4x16_16x8_conf() [8/8]

v32acc32 addmac_4x16_16x8_conf ( v64uint8  a,
v128uint8_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_4x32_32x8() [1/8]

v32acc32 addmac_4x32_32x8 ( v128int8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_4x32_32x8() [2/8]

v32acc32 addmac_4x32_32x8 ( v128int8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_4x32_32x8() [3/8]

v32acc32 addmac_4x32_32x8 ( v128int8  a,
v256int4_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_4x32_32x8() [4/8]

v32acc32 addmac_4x32_32x8 ( v128int8  a,
v256uint4_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_4x32_32x8() [5/8]

v32acc32 addmac_4x32_32x8 ( v128uint8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_4x32_32x8() [6/8]

v32acc32 addmac_4x32_32x8 ( v128uint8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_4x32_32x8() [7/8]

v32acc32 addmac_4x32_32x8 ( v128uint8  a,
v256int4_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_4x32_32x8() [8/8]

v32acc32 addmac_4x32_32x8 ( v128uint8  a,
v256uint4_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmac_4x32_32x8_conf() [1/8]

v32acc32 addmac_4x32_32x8_conf ( v128int8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_4x32_32x8_conf() [2/8]

v32acc32 addmac_4x32_32x8_conf ( v128int8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_4x32_32x8_conf() [3/8]

v32acc32 addmac_4x32_32x8_conf ( v128int8  a,
v256int4_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_4x32_32x8_conf() [4/8]

v32acc32 addmac_4x32_32x8_conf ( v128int8  a,
v256uint4_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_4x32_32x8_conf() [5/8]

v32acc32 addmac_4x32_32x8_conf ( v128uint8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_4x32_32x8_conf() [6/8]

v32acc32 addmac_4x32_32x8_conf ( v128uint8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_4x32_32x8_conf() [7/8]

v32acc32 addmac_4x32_32x8_conf ( v128uint8  a,
v256int4_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmac_4x32_32x8_conf() [8/8]

v32acc32 addmac_4x32_32x8_conf ( v128uint8  a,
v256uint4_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_2x16_16x8() [1/8]

v16acc64 addmsc_2x16_16x8 ( v32int16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_2x16_16x8() [2/8]

v16acc64 addmsc_2x16_16x8 ( v32int16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_2x16_16x8() [3/8]

v16acc64 addmsc_2x16_16x8 ( v32int16  a,
v128int8_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_2x16_16x8() [4/8]

v16acc64 addmsc_2x16_16x8 ( v32int16  a,
v128uint8_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_2x16_16x8() [5/8]

v16acc64 addmsc_2x16_16x8 ( v32uint16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_2x16_16x8() [6/8]

v16acc64 addmsc_2x16_16x8 ( v32uint16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_2x16_16x8() [7/8]

v16acc64 addmsc_2x16_16x8 ( v32uint16  a,
v128int8_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_2x16_16x8() [8/8]

v16acc64 addmsc_2x16_16x8 ( v32uint16  a,
v128uint8_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_2x16_16x8_conf() [1/8]

v16acc64 addmsc_2x16_16x8_conf ( v32int16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_2x16_16x8_conf() [2/8]

v16acc64 addmsc_2x16_16x8_conf ( v32int16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_2x16_16x8_conf() [3/8]

v16acc64 addmsc_2x16_16x8_conf ( v32int16  a,
v128int8_sparse  b,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_2x16_16x8_conf() [4/8]

v16acc64 addmsc_2x16_16x8_conf ( v32int16  a,
v128uint8_sparse  b,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_2x16_16x8_conf() [5/8]

v16acc64 addmsc_2x16_16x8_conf ( v32uint16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_2x16_16x8_conf() [6/8]

v16acc64 addmsc_2x16_16x8_conf ( v32uint16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_2x16_16x8_conf() [7/8]

v16acc64 addmsc_2x16_16x8_conf ( v32uint16  a,
v128int8_sparse  b,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_2x16_16x8_conf() [8/8]

v16acc64 addmsc_2x16_16x8_conf ( v32uint16  a,
v128uint8_sparse  b,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_2x8_8x8() [1/8]

v16acc64 addmsc_2x8_8x8 ( v32int16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_2x8_8x8() [2/8]

v16acc64 addmsc_2x8_8x8 ( v32int16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_2x8_8x8() [3/8]

v16acc64 addmsc_2x8_8x8 ( v32int16  a,
v64int16_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_2x8_8x8() [4/8]

v16acc64 addmsc_2x8_8x8 ( v32int16  a,
v64uint16_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_2x8_8x8() [5/8]

v16acc64 addmsc_2x8_8x8 ( v32uint16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_2x8_8x8() [6/8]

v16acc64 addmsc_2x8_8x8 ( v32uint16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_2x8_8x8() [7/8]

v16acc64 addmsc_2x8_8x8 ( v32uint16  a,
v64int16_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_2x8_8x8() [8/8]

v16acc64 addmsc_2x8_8x8 ( v32uint16  a,
v64uint16_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_2x8_8x8_conf() [1/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_2x8_8x8_conf() [2/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_2x8_8x8_conf() [3/8]

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
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_2x8_8x8_conf() [4/8]

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
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_2x8_8x8_conf() [5/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_2x8_8x8_conf() [6/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_2x8_8x8_conf() [7/8]

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
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_2x8_8x8_conf() [8/8]

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
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_4x16_16x4()

v16accfloat addmsc_4x16_16x4 ( v64bfloat16  a,
v64bfloat16_sparse  b,
v16accfloat  acc1,
v16accfloat  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_4x16_16x4_conf()

v16accfloat addmsc_4x16_16x4_conf ( v64bfloat16  a,
v64bfloat16_sparse  b,
v16accfloat  acc1,
v16accfloat  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_4x16_16x8() [1/8]

v32acc32 addmsc_4x16_16x8 ( v64int8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_4x16_16x8() [2/8]

v32acc32 addmsc_4x16_16x8 ( v64int8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_4x16_16x8() [3/8]

v32acc32 addmsc_4x16_16x8 ( v64int8  a,
v128int8_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_4x16_16x8() [4/8]

v32acc32 addmsc_4x16_16x8 ( v64int8  a,
v128uint8_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_4x16_16x8() [5/8]

v32acc32 addmsc_4x16_16x8 ( v64uint8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_4x16_16x8() [6/8]

v32acc32 addmsc_4x16_16x8 ( v64uint8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_4x16_16x8() [7/8]

v32acc32 addmsc_4x16_16x8 ( v64uint8  a,
v128int8_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_4x16_16x8() [8/8]

v32acc32 addmsc_4x16_16x8 ( v64uint8  a,
v128uint8_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_4x16_16x8_conf() [1/8]

v32acc32 addmsc_4x16_16x8_conf ( v64int8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_4x16_16x8_conf() [2/8]

v32acc32 addmsc_4x16_16x8_conf ( v64int8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_4x16_16x8_conf() [3/8]

v32acc32 addmsc_4x16_16x8_conf ( v64int8  a,
v128int8_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_4x16_16x8_conf() [4/8]

v32acc32 addmsc_4x16_16x8_conf ( v64int8  a,
v128uint8_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_4x16_16x8_conf() [5/8]

v32acc32 addmsc_4x16_16x8_conf ( v64uint8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_4x16_16x8_conf() [6/8]

v32acc32 addmsc_4x16_16x8_conf ( v64uint8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_4x16_16x8_conf() [7/8]

v32acc32 addmsc_4x16_16x8_conf ( v64uint8  a,
v128int8_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_4x16_16x8_conf() [8/8]

v32acc32 addmsc_4x16_16x8_conf ( v64uint8  a,
v128uint8_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_4x32_32x8() [1/8]

v32acc32 addmsc_4x32_32x8 ( v128int8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_4x32_32x8() [2/8]

v32acc32 addmsc_4x32_32x8 ( v128int8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_4x32_32x8() [3/8]

v32acc32 addmsc_4x32_32x8 ( v128int8  a,
v256int4_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_4x32_32x8() [4/8]

v32acc32 addmsc_4x32_32x8 ( v128int8  a,
v256uint4_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_4x32_32x8() [5/8]

v32acc32 addmsc_4x32_32x8 ( v128uint8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_4x32_32x8() [6/8]

v32acc32 addmsc_4x32_32x8 ( v128uint8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_4x32_32x8() [7/8]

v32acc32 addmsc_4x32_32x8 ( v128uint8  a,
v256int4_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_4x32_32x8() [8/8]

v32acc32 addmsc_4x32_32x8 ( v128uint8  a,
v256uint4_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ addmsc_4x32_32x8_conf() [1/8]

v32acc32 addmsc_4x32_32x8_conf ( v128int8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_4x32_32x8_conf() [2/8]

v32acc32 addmsc_4x32_32x8_conf ( v128int8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_4x32_32x8_conf() [3/8]

v32acc32 addmsc_4x32_32x8_conf ( v128int8  a,
v256int4_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_4x32_32x8_conf() [4/8]

v32acc32 addmsc_4x32_32x8_conf ( v128int8  a,
v256uint4_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_4x32_32x8_conf() [5/8]

v32acc32 addmsc_4x32_32x8_conf ( v128uint8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_4x32_32x8_conf() [6/8]

v32acc32 addmsc_4x32_32x8_conf ( v128uint8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_4x32_32x8_conf() [7/8]

v32acc32 addmsc_4x32_32x8_conf ( v128uint8  a,
v256int4_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ addmsc_4x32_32x8_conf() [8/8]

v32acc32 addmsc_4x32_32x8_conf ( v128uint8  a,
v256uint4_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ mac_2x16_16x8() [1/8]

v16acc64 mac_2x16_16x8 ( v32int16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_2x16_16x8() [2/8]

v16acc64 mac_2x16_16x8 ( v32int16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_2x16_16x8() [3/8]

v16acc64 mac_2x16_16x8 ( v32int16  a,
v128int8_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_2x16_16x8() [4/8]

v16acc64 mac_2x16_16x8 ( v32int16  a,
v128uint8_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_2x16_16x8() [5/8]

v16acc64 mac_2x16_16x8 ( v32uint16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_2x16_16x8() [6/8]

v16acc64 mac_2x16_16x8 ( v32uint16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_2x16_16x8() [7/8]

v16acc64 mac_2x16_16x8 ( v32uint16  a,
v128int8_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_2x16_16x8() [8/8]

v16acc64 mac_2x16_16x8 ( v32uint16  a,
v128uint8_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_2x16_16x8_conf() [1/8]

v16acc64 mac_2x16_16x8_conf ( v32int16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_2x16_16x8_conf() [2/8]

v16acc64 mac_2x16_16x8_conf ( v32int16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_2x16_16x8_conf() [3/8]

v16acc64 mac_2x16_16x8_conf ( v32int16  a,
v128int8_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_2x16_16x8_conf() [4/8]

v16acc64 mac_2x16_16x8_conf ( v32int16  a,
v128uint8_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_2x16_16x8_conf() [5/8]

v16acc64 mac_2x16_16x8_conf ( v32uint16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_2x16_16x8_conf() [6/8]

v16acc64 mac_2x16_16x8_conf ( v32uint16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_2x16_16x8_conf() [7/8]

v16acc64 mac_2x16_16x8_conf ( v32uint16  a,
v128int8_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_2x16_16x8_conf() [8/8]

v16acc64 mac_2x16_16x8_conf ( v32uint16  a,
v128uint8_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_2x8_8x8() [1/8]

v16acc64 mac_2x8_8x8 ( v32int16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_2x8_8x8() [2/8]

v16acc64 mac_2x8_8x8 ( v32int16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_2x8_8x8() [3/8]

v16acc64 mac_2x8_8x8 ( v32int16  a,
v64int16_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_2x8_8x8() [4/8]

v16acc64 mac_2x8_8x8 ( v32int16  a,
v64uint16_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_2x8_8x8() [5/8]

v16acc64 mac_2x8_8x8 ( v32uint16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_2x8_8x8() [6/8]

v16acc64 mac_2x8_8x8 ( v32uint16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_2x8_8x8() [7/8]

v16acc64 mac_2x8_8x8 ( v32uint16  a,
v64int16_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_2x8_8x8() [8/8]

v16acc64 mac_2x8_8x8 ( v32uint16  a,
v64uint16_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_2x8_8x8_conf() [1/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_2x8_8x8_conf() [2/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_2x8_8x8_conf() [3/8]

v16acc64 mac_2x8_8x8_conf ( v32int16  a,
v64int16_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_2x8_8x8_conf() [4/8]

v16acc64 mac_2x8_8x8_conf ( v32int16  a,
v64uint16_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_2x8_8x8_conf() [5/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_2x8_8x8_conf() [6/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_2x8_8x8_conf() [7/8]

v16acc64 mac_2x8_8x8_conf ( v32uint16  a,
v64int16_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_2x8_8x8_conf() [8/8]

v16acc64 mac_2x8_8x8_conf ( v32uint16  a,
v64uint16_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x16_16x4()

v16accfloat mac_4x16_16x4 ( v64bfloat16  a,
v64bfloat16_sparse  b,
v16accfloat  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x16_16x4_conf()

v16accfloat mac_4x16_16x4_conf ( v64bfloat16  a,
v64bfloat16_sparse  b,
v16accfloat  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x16_16x8() [1/8]

v32acc32 mac_4x16_16x8 ( v64int8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x16_16x8() [2/8]

v32acc32 mac_4x16_16x8 ( v64int8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x16_16x8() [3/8]

v32acc32 mac_4x16_16x8 ( v64int8  a,
v128int8_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x16_16x8() [4/8]

v32acc32 mac_4x16_16x8 ( v64int8  a,
v128uint8_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x16_16x8() [5/8]

v32acc32 mac_4x16_16x8 ( v64uint8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x16_16x8() [6/8]

v32acc32 mac_4x16_16x8 ( v64uint8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x16_16x8() [7/8]

v32acc32 mac_4x16_16x8 ( v64uint8  a,
v128int8_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x16_16x8() [8/8]

v32acc32 mac_4x16_16x8 ( v64uint8  a,
v128uint8_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x16_16x8_conf() [1/8]

v32acc32 mac_4x16_16x8_conf ( v64int8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x16_16x8_conf() [2/8]

v32acc32 mac_4x16_16x8_conf ( v64int8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x16_16x8_conf() [3/8]

v32acc32 mac_4x16_16x8_conf ( v64int8  a,
v128int8_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x16_16x8_conf() [4/8]

v32acc32 mac_4x16_16x8_conf ( v64int8  a,
v128uint8_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x16_16x8_conf() [5/8]

v32acc32 mac_4x16_16x8_conf ( v64uint8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x16_16x8_conf() [6/8]

v32acc32 mac_4x16_16x8_conf ( v64uint8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x16_16x8_conf() [7/8]

v32acc32 mac_4x16_16x8_conf ( v64uint8  a,
v128int8_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x16_16x8_conf() [8/8]

v32acc32 mac_4x16_16x8_conf ( v64uint8  a,
v128uint8_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x32_32x8() [1/8]

v32acc32 mac_4x32_32x8 ( v128int8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x32_32x8() [2/8]

v32acc32 mac_4x32_32x8 ( v128int8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x32_32x8() [3/8]

v32acc32 mac_4x32_32x8 ( v128int8  a,
v256int4_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x32_32x8() [4/8]

v32acc32 mac_4x32_32x8 ( v128int8  a,
v256uint4_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x32_32x8() [5/8]

v32acc32 mac_4x32_32x8 ( v128uint8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x32_32x8() [6/8]

v32acc32 mac_4x32_32x8 ( v128uint8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x32_32x8() [7/8]

v32acc32 mac_4x32_32x8 ( v128uint8  a,
v256int4_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x32_32x8() [8/8]

v32acc32 mac_4x32_32x8 ( v128uint8  a,
v256uint4_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x32_32x8_conf() [1/8]

v32acc32 mac_4x32_32x8_conf ( v128int8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x32_32x8_conf() [2/8]

v32acc32 mac_4x32_32x8_conf ( v128int8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x32_32x8_conf() [3/8]

v32acc32 mac_4x32_32x8_conf ( v128int8  a,
v256int4_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x32_32x8_conf() [4/8]

v32acc32 mac_4x32_32x8_conf ( v128int8  a,
v256uint4_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x32_32x8_conf() [5/8]

v32acc32 mac_4x32_32x8_conf ( v128uint8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x32_32x8_conf() [6/8]

v32acc32 mac_4x32_32x8_conf ( v128uint8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x32_32x8_conf() [7/8]

v32acc32 mac_4x32_32x8_conf ( v128uint8  a,
v256int4_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x32_32x8_conf() [8/8]

v32acc32 mac_4x32_32x8_conf ( v128uint8  a,
v256uint4_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_2x16_16x8() [1/8]

v16acc64 msc_2x16_16x8 ( v32int16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_2x16_16x8() [2/8]

v16acc64 msc_2x16_16x8 ( v32int16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_2x16_16x8() [3/8]

v16acc64 msc_2x16_16x8 ( v32int16  a,
v128int8_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_2x16_16x8() [4/8]

v16acc64 msc_2x16_16x8 ( v32int16  a,
v128uint8_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_2x16_16x8() [5/8]

v16acc64 msc_2x16_16x8 ( v32uint16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_2x16_16x8() [6/8]

v16acc64 msc_2x16_16x8 ( v32uint16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_2x16_16x8() [7/8]

v16acc64 msc_2x16_16x8 ( v32uint16  a,
v128int8_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_2x16_16x8() [8/8]

v16acc64 msc_2x16_16x8 ( v32uint16  a,
v128uint8_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_2x16_16x8_conf() [1/8]

v16acc64 msc_2x16_16x8_conf ( v32int16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ msc_2x16_16x8_conf() [2/8]

v16acc64 msc_2x16_16x8_conf ( v32int16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ msc_2x16_16x8_conf() [3/8]

v16acc64 msc_2x16_16x8_conf ( v32int16  a,
v128int8_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_2x16_16x8_conf() [4/8]

v16acc64 msc_2x16_16x8_conf ( v32int16  a,
v128uint8_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_2x16_16x8_conf() [5/8]

v16acc64 msc_2x16_16x8_conf ( v32uint16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ msc_2x16_16x8_conf() [6/8]

v16acc64 msc_2x16_16x8_conf ( v32uint16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ msc_2x16_16x8_conf() [7/8]

v16acc64 msc_2x16_16x8_conf ( v32uint16  a,
v128int8_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_2x16_16x8_conf() [8/8]

v16acc64 msc_2x16_16x8_conf ( v32uint16  a,
v128uint8_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_2x8_8x8() [1/8]

v16acc64 msc_2x8_8x8 ( v32int16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_2x8_8x8() [2/8]

v16acc64 msc_2x8_8x8 ( v32int16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_2x8_8x8() [3/8]

v16acc64 msc_2x8_8x8 ( v32int16  a,
v64int16_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_2x8_8x8() [4/8]

v16acc64 msc_2x8_8x8 ( v32int16  a,
v64uint16_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_2x8_8x8() [5/8]

v16acc64 msc_2x8_8x8 ( v32uint16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_2x8_8x8() [6/8]

v16acc64 msc_2x8_8x8 ( v32uint16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_2x8_8x8() [7/8]

v16acc64 msc_2x8_8x8 ( v32uint16  a,
v64int16_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_2x8_8x8() [8/8]

v16acc64 msc_2x8_8x8 ( v32uint16  a,
v64uint16_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_2x8_8x8_conf() [1/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
sub_acc1Negation 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/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
sub_acc1Negation 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/8]

v16acc64 msc_2x8_8x8_conf ( v32int16  a,
v64int16_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_2x8_8x8_conf() [4/8]

v16acc64 msc_2x8_8x8_conf ( v32int16  a,
v64uint16_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_2x8_8x8_conf() [5/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ msc_2x8_8x8_conf() [6/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ msc_2x8_8x8_conf() [7/8]

v16acc64 msc_2x8_8x8_conf ( v32uint16  a,
v64int16_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_2x8_8x8_conf() [8/8]

v16acc64 msc_2x8_8x8_conf ( v32uint16  a,
v64uint16_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_4x16_16x4()

v16accfloat msc_4x16_16x4 ( v64bfloat16  a,
v64bfloat16_sparse  b,
v16accfloat  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x16_16x4_conf()

v16accfloat msc_4x16_16x4_conf ( v64bfloat16  a,
v64bfloat16_sparse  b,
v16accfloat  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_4x16_16x8() [1/8]

v32acc32 msc_4x16_16x8 ( v64int8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x16_16x8() [2/8]

v32acc32 msc_4x16_16x8 ( v64int8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x16_16x8() [3/8]

v32acc32 msc_4x16_16x8 ( v64int8  a,
v128int8_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x16_16x8() [4/8]

v32acc32 msc_4x16_16x8 ( v64int8  a,
v128uint8_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x16_16x8() [5/8]

v32acc32 msc_4x16_16x8 ( v64uint8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x16_16x8() [6/8]

v32acc32 msc_4x16_16x8 ( v64uint8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x16_16x8() [7/8]

v32acc32 msc_4x16_16x8 ( v64uint8  a,
v128int8_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x16_16x8() [8/8]

v32acc32 msc_4x16_16x8 ( v64uint8  a,
v128uint8_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x16_16x8_conf() [1/8]

v32acc32 msc_4x16_16x8_conf ( v64int8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ msc_4x16_16x8_conf() [2/8]

v32acc32 msc_4x16_16x8_conf ( v64int8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ msc_4x16_16x8_conf() [3/8]

v32acc32 msc_4x16_16x8_conf ( v64int8  a,
v128int8_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_4x16_16x8_conf() [4/8]

v32acc32 msc_4x16_16x8_conf ( v64int8  a,
v128uint8_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_4x16_16x8_conf() [5/8]

v32acc32 msc_4x16_16x8_conf ( v64uint8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ msc_4x16_16x8_conf() [6/8]

v32acc32 msc_4x16_16x8_conf ( v64uint8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ msc_4x16_16x8_conf() [7/8]

v32acc32 msc_4x16_16x8_conf ( v64uint8  a,
v128int8_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_4x16_16x8_conf() [8/8]

v32acc32 msc_4x16_16x8_conf ( v64uint8  a,
v128uint8_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_4x32_32x8() [1/8]

v32acc32 msc_4x32_32x8 ( v128int8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x32_32x8() [2/8]

v32acc32 msc_4x32_32x8 ( v128int8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x32_32x8() [3/8]

v32acc32 msc_4x32_32x8 ( v128int8  a,
v256int4_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x32_32x8() [4/8]

v32acc32 msc_4x32_32x8 ( v128int8  a,
v256uint4_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x32_32x8() [5/8]

v32acc32 msc_4x32_32x8 ( v128uint8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x32_32x8() [6/8]

v32acc32 msc_4x32_32x8 ( v128uint8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x32_32x8() [7/8]

v32acc32 msc_4x32_32x8 ( v128uint8  a,
v256int4_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x32_32x8() [8/8]

v32acc32 msc_4x32_32x8 ( v128uint8  a,
v256uint4_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x32_32x8_conf() [1/8]

v32acc32 msc_4x32_32x8_conf ( v128int8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ msc_4x32_32x8_conf() [2/8]

v32acc32 msc_4x32_32x8_conf ( v128int8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ msc_4x32_32x8_conf() [3/8]

v32acc32 msc_4x32_32x8_conf ( v128int8  a,
v256int4_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_4x32_32x8_conf() [4/8]

v32acc32 msc_4x32_32x8_conf ( v128int8  a,
v256uint4_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_4x32_32x8_conf() [5/8]

v32acc32 msc_4x32_32x8_conf ( v128uint8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ msc_4x32_32x8_conf() [6/8]

v32acc32 msc_4x32_32x8_conf ( v128uint8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ msc_4x32_32x8_conf() [7/8]

v32acc32 msc_4x32_32x8_conf ( v128uint8  a,
v256int4_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_4x32_32x8_conf() [8/8]

v32acc32 msc_4x32_32x8_conf ( v128uint8  a,
v256uint4_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  shift16,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
shift16Shift mask of input accumulator acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mul_2x16_16x8() [1/8]

v16acc64 mul_2x16_16x8 ( v32int16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_2x16_16x8() [2/8]

v16acc64 mul_2x16_16x8 ( v32int16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_2x16_16x8() [3/8]

v16acc64 mul_2x16_16x8 ( v32int16  a,
v128int8_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ mul_2x16_16x8() [4/8]

v16acc64 mul_2x16_16x8 ( v32int16  a,
v128uint8_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ mul_2x16_16x8() [5/8]

v16acc64 mul_2x16_16x8 ( v32uint16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_2x16_16x8() [6/8]

v16acc64 mul_2x16_16x8 ( v32uint16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_2x16_16x8() [7/8]

v16acc64 mul_2x16_16x8 ( v32uint16  a,
v128int8_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ mul_2x16_16x8() [8/8]

v16acc64 mul_2x16_16x8 ( v32uint16  a,
v128uint8_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ mul_2x16_16x8_conf() [1/8]

v16acc64 mul_2x16_16x8_conf ( v32int16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
Returns
Result of operation

◆ mul_2x16_16x8_conf() [2/8]

v16acc64 mul_2x16_16x8_conf ( v32int16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
Returns
Result of operation

◆ mul_2x16_16x8_conf() [3/8]

v16acc64 mul_2x16_16x8_conf ( v32int16  a,
v128int8_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_2x16_16x8_conf() [4/8]

v16acc64 mul_2x16_16x8_conf ( v32int16  a,
v128uint8_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_2x16_16x8_conf() [5/8]

v16acc64 mul_2x16_16x8_conf ( v32uint16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
Returns
Result of operation

◆ mul_2x16_16x8_conf() [6/8]

v16acc64 mul_2x16_16x8_conf ( v32uint16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
Returns
Result of operation

◆ mul_2x16_16x8_conf() [7/8]

v16acc64 mul_2x16_16x8_conf ( v32uint16  a,
v128int8_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_2x16_16x8_conf() [8/8]

v16acc64 mul_2x16_16x8_conf ( v32uint16  a,
v128uint8_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_2x8_8x8() [1/8]

v16acc64 mul_2x8_8x8 ( v32int16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_2x8_8x8() [2/8]

v16acc64 mul_2x8_8x8 ( v32int16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_2x8_8x8() [3/8]

v16acc64 mul_2x8_8x8 ( v32int16  a,
v64int16_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ mul_2x8_8x8() [4/8]

v16acc64 mul_2x8_8x8 ( v32int16  a,
v64uint16_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ mul_2x8_8x8() [5/8]

v16acc64 mul_2x8_8x8 ( v32uint16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_2x8_8x8() [6/8]

v16acc64 mul_2x8_8x8 ( v32uint16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_2x8_8x8() [7/8]

v16acc64 mul_2x8_8x8 ( v32uint16  a,
v64int16_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ mul_2x8_8x8() [8/8]

v16acc64 mul_2x8_8x8 ( v32uint16  a,
v64uint16_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ mul_2x8_8x8_conf() [1/8]

v16acc64 mul_2x8_8x8_conf ( v32int16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation 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/8]

v16acc64 mul_2x8_8x8_conf ( v32int16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation 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/8]

v16acc64 mul_2x8_8x8_conf ( v32int16  a,
v64int16_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_2x8_8x8_conf() [4/8]

v16acc64 mul_2x8_8x8_conf ( v32int16  a,
v64uint16_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_2x8_8x8_conf() [5/8]

v16acc64 mul_2x8_8x8_conf ( v32uint16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
Returns
Result of operation

◆ mul_2x8_8x8_conf() [6/8]

v16acc64 mul_2x8_8x8_conf ( v32uint16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
Returns
Result of operation

◆ mul_2x8_8x8_conf() [7/8]

v16acc64 mul_2x8_8x8_conf ( v32uint16  a,
v64int16_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_2x8_8x8_conf() [8/8]

v16acc64 mul_2x8_8x8_conf ( v32uint16  a,
v64uint16_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_4x16_16x4()

v16accfloat mul_4x16_16x4 ( v64bfloat16  a,
v64bfloat16_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ mul_4x16_16x4_conf()

v16accfloat mul_4x16_16x4_conf ( v64bfloat16  a,
v64bfloat16_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_4x16_16x8() [1/8]

v32acc32 mul_4x16_16x8 ( v64int8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_4x16_16x8() [2/8]

v32acc32 mul_4x16_16x8 ( v64int8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_4x16_16x8() [3/8]

v32acc32 mul_4x16_16x8 ( v64int8  a,
v128int8_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ mul_4x16_16x8() [4/8]

v32acc32 mul_4x16_16x8 ( v64int8  a,
v128uint8_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ mul_4x16_16x8() [5/8]

v32acc32 mul_4x16_16x8 ( v64uint8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_4x16_16x8() [6/8]

v32acc32 mul_4x16_16x8 ( v64uint8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_4x16_16x8() [7/8]

v32acc32 mul_4x16_16x8 ( v64uint8  a,
v128int8_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ mul_4x16_16x8() [8/8]

v32acc32 mul_4x16_16x8 ( v64uint8  a,
v128uint8_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ mul_4x16_16x8_conf() [1/8]

v32acc32 mul_4x16_16x8_conf ( v64int8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
Returns
Result of operation

◆ mul_4x16_16x8_conf() [2/8]

v32acc32 mul_4x16_16x8_conf ( v64int8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
Returns
Result of operation

◆ mul_4x16_16x8_conf() [3/8]

v32acc32 mul_4x16_16x8_conf ( v64int8  a,
v128int8_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_4x16_16x8_conf() [4/8]

v32acc32 mul_4x16_16x8_conf ( v64int8  a,
v128uint8_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_4x16_16x8_conf() [5/8]

v32acc32 mul_4x16_16x8_conf ( v64uint8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
Returns
Result of operation

◆ mul_4x16_16x8_conf() [6/8]

v32acc32 mul_4x16_16x8_conf ( v64uint8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
Returns
Result of operation

◆ mul_4x16_16x8_conf() [7/8]

v32acc32 mul_4x16_16x8_conf ( v64uint8  a,
v128int8_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_4x16_16x8_conf() [8/8]

v32acc32 mul_4x16_16x8_conf ( v64uint8  a,
v128uint8_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_4x32_32x8() [1/8]

v32acc32 mul_4x32_32x8 ( v128int8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_4x32_32x8() [2/8]

v32acc32 mul_4x32_32x8 ( v128int8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_4x32_32x8() [3/8]

v32acc32 mul_4x32_32x8 ( v128int8  a,
v256int4_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ mul_4x32_32x8() [4/8]

v32acc32 mul_4x32_32x8 ( v128int8  a,
v256uint4_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ mul_4x32_32x8() [5/8]

v32acc32 mul_4x32_32x8 ( v128uint8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_4x32_32x8() [6/8]

v32acc32 mul_4x32_32x8 ( v128uint8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_4x32_32x8() [7/8]

v32acc32 mul_4x32_32x8 ( v128uint8  a,
v256int4_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ mul_4x32_32x8() [8/8]

v32acc32 mul_4x32_32x8 ( v128uint8  a,
v256uint4_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ mul_4x32_32x8_conf() [1/8]

v32acc32 mul_4x32_32x8_conf ( v128int8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
Returns
Result of operation

◆ mul_4x32_32x8_conf() [2/8]

v32acc32 mul_4x32_32x8_conf ( v128int8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
Returns
Result of operation

◆ mul_4x32_32x8_conf() [3/8]

v32acc32 mul_4x32_32x8_conf ( v128int8  a,
v256int4_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_4x32_32x8_conf() [4/8]

v32acc32 mul_4x32_32x8_conf ( v128int8  a,
v256uint4_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_4x32_32x8_conf() [5/8]

v32acc32 mul_4x32_32x8_conf ( v128uint8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
Returns
Result of operation

◆ mul_4x32_32x8_conf() [6/8]

v32acc32 mul_4x32_32x8_conf ( v128uint8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result. If a bit is set the corresponding output accumulator lane is negated.
Returns
Result of operation

◆ mul_4x32_32x8_conf() [7/8]

v32acc32 mul_4x32_32x8_conf ( v128uint8  a,
v256int4_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_4x32_32x8_conf() [8/8]

v32acc32 mul_4x32_32x8_conf ( v128uint8  a,
v256uint4_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ negmac_2x16_16x8() [1/8]

v16acc64 negmac_2x16_16x8 ( v32int16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmac_2x16_16x8() [2/8]

v16acc64 negmac_2x16_16x8 ( v32int16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmac_2x16_16x8() [3/8]

v16acc64 negmac_2x16_16x8 ( v32int16  a,
v128int8_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of MAC operation

◆ negmac_2x16_16x8() [4/8]

v16acc64 negmac_2x16_16x8 ( v32int16  a,
v128uint8_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of MAC operation

◆ negmac_2x16_16x8() [5/8]

v16acc64 negmac_2x16_16x8 ( v32uint16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmac_2x16_16x8() [6/8]

v16acc64 negmac_2x16_16x8 ( v32uint16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmac_2x16_16x8() [7/8]

v16acc64 negmac_2x16_16x8 ( v32uint16  a,
v128int8_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of MAC operation

◆ negmac_2x16_16x8() [8/8]

v16acc64 negmac_2x16_16x8 ( v32uint16  a,
v128uint8_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of MAC operation

◆ negmac_2x16_16x8_conf() [1/8]

v16acc64 negmac_2x16_16x8_conf ( v32int16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_2x16_16x8_conf() [2/8]

v16acc64 negmac_2x16_16x8_conf ( v32int16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_2x16_16x8_conf() [3/8]

v16acc64 negmac_2x16_16x8_conf ( v32int16  a,
v128int8_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_2x16_16x8_conf() [4/8]

v16acc64 negmac_2x16_16x8_conf ( v32int16  a,
v128uint8_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_2x16_16x8_conf() [5/8]

v16acc64 negmac_2x16_16x8_conf ( v32uint16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_2x16_16x8_conf() [6/8]

v16acc64 negmac_2x16_16x8_conf ( v32uint16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_2x16_16x8_conf() [7/8]

v16acc64 negmac_2x16_16x8_conf ( v32uint16  a,
v128int8_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_2x16_16x8_conf() [8/8]

v16acc64 negmac_2x16_16x8_conf ( v32uint16  a,
v128uint8_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_2x8_8x8() [1/8]

v16acc64 negmac_2x8_8x8 ( v32int16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmac_2x8_8x8() [2/8]

v16acc64 negmac_2x8_8x8 ( v32int16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmac_2x8_8x8() [3/8]

v16acc64 negmac_2x8_8x8 ( v32int16  a,
v64int16_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of MAC operation

◆ negmac_2x8_8x8() [4/8]

v16acc64 negmac_2x8_8x8 ( v32int16  a,
v64uint16_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of MAC operation

◆ negmac_2x8_8x8() [5/8]

v16acc64 negmac_2x8_8x8 ( v32uint16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmac_2x8_8x8() [6/8]

v16acc64 negmac_2x8_8x8 ( v32uint16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmac_2x8_8x8() [7/8]

v16acc64 negmac_2x8_8x8 ( v32uint16  a,
v64int16_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of MAC operation

◆ negmac_2x8_8x8() [8/8]

v16acc64 negmac_2x8_8x8 ( v32uint16  a,
v64uint16_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of MAC operation

◆ negmac_2x8_8x8_conf() [1/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_2x8_8x8_conf() [2/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_2x8_8x8_conf() [3/8]

v16acc64 negmac_2x8_8x8_conf ( v32int16  a,
v64int16_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_2x8_8x8_conf() [4/8]

v16acc64 negmac_2x8_8x8_conf ( v32int16  a,
v64uint16_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_2x8_8x8_conf() [5/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_2x8_8x8_conf() [6/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_2x8_8x8_conf() [7/8]

v16acc64 negmac_2x8_8x8_conf ( v32uint16  a,
v64int16_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_2x8_8x8_conf() [8/8]

v16acc64 negmac_2x8_8x8_conf ( v32uint16  a,
v64uint16_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_4x16_16x8() [1/8]

v32acc32 negmac_4x16_16x8 ( v64int8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmac_4x16_16x8() [2/8]

v32acc32 negmac_4x16_16x8 ( v64int8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmac_4x16_16x8() [3/8]

v32acc32 negmac_4x16_16x8 ( v64int8  a,
v128int8_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of MAC operation

◆ negmac_4x16_16x8() [4/8]

v32acc32 negmac_4x16_16x8 ( v64int8  a,
v128uint8_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of MAC operation

◆ negmac_4x16_16x8() [5/8]

v32acc32 negmac_4x16_16x8 ( v64uint8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmac_4x16_16x8() [6/8]

v32acc32 negmac_4x16_16x8 ( v64uint8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmac_4x16_16x8() [7/8]

v32acc32 negmac_4x16_16x8 ( v64uint8  a,
v128int8_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of MAC operation

◆ negmac_4x16_16x8() [8/8]

v32acc32 negmac_4x16_16x8 ( v64uint8  a,
v128uint8_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of MAC operation

◆ negmac_4x16_16x8_conf() [1/8]

v32acc32 negmac_4x16_16x8_conf ( v64int8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_4x16_16x8_conf() [2/8]

v32acc32 negmac_4x16_16x8_conf ( v64int8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_4x16_16x8_conf() [3/8]

v32acc32 negmac_4x16_16x8_conf ( v64int8  a,
v128int8_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_4x16_16x8_conf() [4/8]

v32acc32 negmac_4x16_16x8_conf ( v64int8  a,
v128uint8_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_4x16_16x8_conf() [5/8]

v32acc32 negmac_4x16_16x8_conf ( v64uint8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_4x16_16x8_conf() [6/8]

v32acc32 negmac_4x16_16x8_conf ( v64uint8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_4x16_16x8_conf() [7/8]

v32acc32 negmac_4x16_16x8_conf ( v64uint8  a,
v128int8_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_4x16_16x8_conf() [8/8]

v32acc32 negmac_4x16_16x8_conf ( v64uint8  a,
v128uint8_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_4x32_32x8() [1/8]

v32acc32 negmac_4x32_32x8 ( v128int8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmac_4x32_32x8() [2/8]

v32acc32 negmac_4x32_32x8 ( v128int8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmac_4x32_32x8() [3/8]

v32acc32 negmac_4x32_32x8 ( v128int8  a,
v256int4_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of MAC operation

◆ negmac_4x32_32x8() [4/8]

v32acc32 negmac_4x32_32x8 ( v128int8  a,
v256uint4_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of MAC operation

◆ negmac_4x32_32x8() [5/8]

v32acc32 negmac_4x32_32x8 ( v128uint8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmac_4x32_32x8() [6/8]

v32acc32 negmac_4x32_32x8 ( v128uint8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmac_4x32_32x8() [7/8]

v32acc32 negmac_4x32_32x8 ( v128uint8  a,
v256int4_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of MAC operation

◆ negmac_4x32_32x8() [8/8]

v32acc32 negmac_4x32_32x8 ( v128uint8  a,
v256uint4_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of MAC operation

◆ negmac_4x32_32x8_conf() [1/8]

v32acc32 negmac_4x32_32x8_conf ( v128int8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_4x32_32x8_conf() [2/8]

v32acc32 negmac_4x32_32x8_conf ( v128int8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_4x32_32x8_conf() [3/8]

v32acc32 negmac_4x32_32x8_conf ( v128int8  a,
v256int4_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_4x32_32x8_conf() [4/8]

v32acc32 negmac_4x32_32x8_conf ( v128int8  a,
v256uint4_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_4x32_32x8_conf() [5/8]

v32acc32 negmac_4x32_32x8_conf ( v128uint8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_4x32_32x8_conf() [6/8]

v32acc32 negmac_4x32_32x8_conf ( v128uint8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_4x32_32x8_conf() [7/8]

v32acc32 negmac_4x32_32x8_conf ( v128uint8  a,
v256int4_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmac_4x32_32x8_conf() [8/8]

v32acc32 negmac_4x32_32x8_conf ( v128uint8  a,
v256uint4_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmsc_2x16_16x8() [1/8]

v16acc64 negmsc_2x16_16x8 ( v32int16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_2x16_16x8() [2/8]

v16acc64 negmsc_2x16_16x8 ( v32int16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_2x16_16x8() [3/8]

v16acc64 negmsc_2x16_16x8 ( v32int16  a,
v128int8_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_2x16_16x8() [4/8]

v16acc64 negmsc_2x16_16x8 ( v32int16  a,
v128uint8_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_2x16_16x8() [5/8]

v16acc64 negmsc_2x16_16x8 ( v32uint16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_2x16_16x8() [6/8]

v16acc64 negmsc_2x16_16x8 ( v32uint16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_2x16_16x8() [7/8]

v16acc64 negmsc_2x16_16x8 ( v32uint16  a,
v128int8_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_2x16_16x8() [8/8]

v16acc64 negmsc_2x16_16x8 ( v32uint16  a,
v128uint8_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_2x16_16x8_conf() [1/8]

v16acc64 negmsc_2x16_16x8_conf ( v32int16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmsc_2x16_16x8_conf() [2/8]

v16acc64 negmsc_2x16_16x8_conf ( v32int16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmsc_2x16_16x8_conf() [3/8]

v16acc64 negmsc_2x16_16x8_conf ( v32int16  a,
v128int8_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ negmsc_2x16_16x8_conf() [4/8]

v16acc64 negmsc_2x16_16x8_conf ( v32int16  a,
v128uint8_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ negmsc_2x16_16x8_conf() [5/8]

v16acc64 negmsc_2x16_16x8_conf ( v32uint16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmsc_2x16_16x8_conf() [6/8]

v16acc64 negmsc_2x16_16x8_conf ( v32uint16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmsc_2x16_16x8_conf() [7/8]

v16acc64 negmsc_2x16_16x8_conf ( v32uint16  a,
v128int8_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ negmsc_2x16_16x8_conf() [8/8]

v16acc64 negmsc_2x16_16x8_conf ( v32uint16  a,
v128uint8_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ negmsc_2x8_8x8() [1/8]

v16acc64 negmsc_2x8_8x8 ( v32int16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_2x8_8x8() [2/8]

v16acc64 negmsc_2x8_8x8 ( v32int16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_2x8_8x8() [3/8]

v16acc64 negmsc_2x8_8x8 ( v32int16  a,
v64int16_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_2x8_8x8() [4/8]

v16acc64 negmsc_2x8_8x8 ( v32int16  a,
v64uint16_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_2x8_8x8() [5/8]

v16acc64 negmsc_2x8_8x8 ( v32uint16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_2x8_8x8() [6/8]

v16acc64 negmsc_2x8_8x8 ( v32uint16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_2x8_8x8() [7/8]

v16acc64 negmsc_2x8_8x8 ( v32uint16  a,
v64int16_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_2x8_8x8() [8/8]

v16acc64 negmsc_2x8_8x8 ( v32uint16  a,
v64uint16_sparse  b,
v16acc64  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_2x8_8x8_conf() [1/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmsc_2x8_8x8_conf() [2/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmsc_2x8_8x8_conf() [3/8]

v16acc64 negmsc_2x8_8x8_conf ( v32int16  a,
v64int16_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ negmsc_2x8_8x8_conf() [4/8]

v16acc64 negmsc_2x8_8x8_conf ( v32int16  a,
v64uint16_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ negmsc_2x8_8x8_conf() [5/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmsc_2x8_8x8_conf() [6/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmsc_2x8_8x8_conf() [7/8]

v16acc64 negmsc_2x8_8x8_conf ( v32uint16  a,
v64int16_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation 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/8]

v16acc64 negmsc_2x8_8x8_conf ( v32uint16  a,
v64uint16_sparse  b,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ negmsc_4x16_16x8() [1/8]

v32acc32 negmsc_4x16_16x8 ( v64int8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_4x16_16x8() [2/8]

v32acc32 negmsc_4x16_16x8 ( v64int8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_4x16_16x8() [3/8]

v32acc32 negmsc_4x16_16x8 ( v64int8  a,
v128int8_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_4x16_16x8() [4/8]

v32acc32 negmsc_4x16_16x8 ( v64int8  a,
v128uint8_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_4x16_16x8() [5/8]

v32acc32 negmsc_4x16_16x8 ( v64uint8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_4x16_16x8() [6/8]

v32acc32 negmsc_4x16_16x8 ( v64uint8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_4x16_16x8() [7/8]

v32acc32 negmsc_4x16_16x8 ( v64uint8  a,
v128int8_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_4x16_16x8() [8/8]

v32acc32 negmsc_4x16_16x8 ( v64uint8  a,
v128uint8_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_4x16_16x8_conf() [1/8]

v32acc32 negmsc_4x16_16x8_conf ( v64int8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmsc_4x16_16x8_conf() [2/8]

v32acc32 negmsc_4x16_16x8_conf ( v64int8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmsc_4x16_16x8_conf() [3/8]

v32acc32 negmsc_4x16_16x8_conf ( v64int8  a,
v128int8_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ negmsc_4x16_16x8_conf() [4/8]

v32acc32 negmsc_4x16_16x8_conf ( v64int8  a,
v128uint8_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ negmsc_4x16_16x8_conf() [5/8]

v32acc32 negmsc_4x16_16x8_conf ( v64uint8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmsc_4x16_16x8_conf() [6/8]

v32acc32 negmsc_4x16_16x8_conf ( v64uint8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmsc_4x16_16x8_conf() [7/8]

v32acc32 negmsc_4x16_16x8_conf ( v64uint8  a,
v128int8_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ negmsc_4x16_16x8_conf() [8/8]

v32acc32 negmsc_4x16_16x8_conf ( v64uint8  a,
v128uint8_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ negmsc_4x32_32x8() [1/8]

v32acc32 negmsc_4x32_32x8 ( v128int8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_4x32_32x8() [2/8]

v32acc32 negmsc_4x32_32x8 ( v128int8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_4x32_32x8() [3/8]

v32acc32 negmsc_4x32_32x8 ( v128int8  a,
v256int4_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_4x32_32x8() [4/8]

v32acc32 negmsc_4x32_32x8 ( v128int8  a,
v256uint4_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_4x32_32x8() [5/8]

v32acc32 negmsc_4x32_32x8 ( v128uint8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_4x32_32x8() [6/8]

v32acc32 negmsc_4x32_32x8 ( v128uint8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_4x32_32x8() [7/8]

v32acc32 negmsc_4x32_32x8 ( v128uint8  a,
v256int4_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_4x32_32x8() [8/8]

v32acc32 negmsc_4x32_32x8 ( v128uint8  a,
v256uint4_sparse  b,
v32acc32  acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ negmsc_4x32_32x8_conf() [1/8]

v32acc32 negmsc_4x32_32x8_conf ( v128int8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmsc_4x32_32x8_conf() [2/8]

v32acc32 negmsc_4x32_32x8_conf ( v128int8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmsc_4x32_32x8_conf() [3/8]

v32acc32 negmsc_4x32_32x8_conf ( v128int8  a,
v256int4_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ negmsc_4x32_32x8_conf() [4/8]

v32acc32 negmsc_4x32_32x8_conf ( v128int8  a,
v256uint4_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ negmsc_4x32_32x8_conf() [5/8]

v32acc32 negmsc_4x32_32x8_conf ( v128uint8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmsc_4x32_32x8_conf() [6/8]

v32acc32 negmsc_4x32_32x8_conf ( v128uint8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ negmsc_4x32_32x8_conf() [7/8]

v32acc32 negmsc_4x32_32x8_conf ( v128uint8  a,
v256int4_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ negmsc_4x32_32x8_conf() [8/8]

v32acc32 negmsc_4x32_32x8_conf ( v128uint8  a,
v256uint4_sparse  b,
v32acc32  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1. If a bit is set the corresponding accumulator lane of acc1 is negated.
Returns
Result of operation

◆ negmul_2x16_16x8() [1/8]

v16acc64 negmul_2x16_16x8 ( v32int16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_2x16_16x8() [2/8]

v16acc64 negmul_2x16_16x8 ( v32int16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_2x16_16x8() [3/8]

v16acc64 negmul_2x16_16x8 ( v32int16  a,
v128int8_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ negmul_2x16_16x8() [4/8]

v16acc64 negmul_2x16_16x8 ( v32int16  a,
v128uint8_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ negmul_2x16_16x8() [5/8]

v16acc64 negmul_2x16_16x8 ( v32uint16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_2x16_16x8() [6/8]

v16acc64 negmul_2x16_16x8 ( v32uint16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_2x16_16x8() [7/8]

v16acc64 negmul_2x16_16x8 ( v32uint16  a,
v128int8_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ negmul_2x16_16x8() [8/8]

v16acc64 negmul_2x16_16x8 ( v32uint16  a,
v128uint8_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ negmul_2x16_16x8_conf() [1/8]

v16acc64 negmul_2x16_16x8_conf ( v32int16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_2x16_16x8_conf() [2/8]

v16acc64 negmul_2x16_16x8_conf ( v32int16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_2x16_16x8_conf() [3/8]

v16acc64 negmul_2x16_16x8_conf ( v32int16  a,
v128int8_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation 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_2x16_16x8_conf() [4/8]

v16acc64 negmul_2x16_16x8_conf ( v32int16  a,
v128uint8_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation 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_2x16_16x8_conf() [5/8]

v16acc64 negmul_2x16_16x8_conf ( v32uint16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_2x16_16x8_conf() [6/8]

v16acc64 negmul_2x16_16x8_conf ( v32uint16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_2x16_16x8_conf() [7/8]

v16acc64 negmul_2x16_16x8_conf ( v32uint16  a,
v128int8_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation 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_2x16_16x8_conf() [8/8]

v16acc64 negmul_2x16_16x8_conf ( v32uint16  a,
v128uint8_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation 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() [1/8]

v16acc64 negmul_2x8_8x8 ( v32int16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_2x8_8x8() [2/8]

v16acc64 negmul_2x8_8x8 ( v32int16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_2x8_8x8() [3/8]

v16acc64 negmul_2x8_8x8 ( v32int16  a,
v64int16_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ negmul_2x8_8x8() [4/8]

v16acc64 negmul_2x8_8x8 ( v32int16  a,
v64uint16_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ negmul_2x8_8x8() [5/8]

v16acc64 negmul_2x8_8x8 ( v32uint16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_2x8_8x8() [6/8]

v16acc64 negmul_2x8_8x8 ( v32uint16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_2x8_8x8() [7/8]

v16acc64 negmul_2x8_8x8 ( v32uint16  a,
v64int16_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ negmul_2x8_8x8() [8/8]

v16acc64 negmul_2x8_8x8 ( v32uint16  a,
v64uint16_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ negmul_2x8_8x8_conf() [1/8]

v16acc64 negmul_2x8_8x8_conf ( v32int16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_2x8_8x8_conf() [2/8]

v16acc64 negmul_2x8_8x8_conf ( v32int16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_2x8_8x8_conf() [3/8]

v16acc64 negmul_2x8_8x8_conf ( v32int16  a,
v64int16_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation 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() [4/8]

v16acc64 negmul_2x8_8x8_conf ( v32int16  a,
v64uint16_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation 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() [5/8]

v16acc64 negmul_2x8_8x8_conf ( v32uint16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_2x8_8x8_conf() [6/8]

v16acc64 negmul_2x8_8x8_conf ( v32uint16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_2x8_8x8_conf() [7/8]

v16acc64 negmul_2x8_8x8_conf ( v32uint16  a,
v64int16_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation 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/8]

v16acc64 negmul_2x8_8x8_conf ( v32uint16  a,
v64uint16_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation 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_4x16_16x4()

v16accfloat negmul_4x16_16x4 ( v64bfloat16  a,
v64bfloat16_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ negmul_4x16_16x4_conf()

v16accfloat negmul_4x16_16x4_conf ( v64bfloat16  a,
v64bfloat16_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation 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_4x16_16x8() [1/8]

v32acc32 negmul_4x16_16x8 ( v64int8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_4x16_16x8() [2/8]

v32acc32 negmul_4x16_16x8 ( v64int8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_4x16_16x8() [3/8]

v32acc32 negmul_4x16_16x8 ( v64int8  a,
v128int8_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ negmul_4x16_16x8() [4/8]

v32acc32 negmul_4x16_16x8 ( v64int8  a,
v128uint8_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ negmul_4x16_16x8() [5/8]

v32acc32 negmul_4x16_16x8 ( v64uint8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_4x16_16x8() [6/8]

v32acc32 negmul_4x16_16x8 ( v64uint8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_4x16_16x8() [7/8]

v32acc32 negmul_4x16_16x8 ( v64uint8  a,
v128int8_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ negmul_4x16_16x8() [8/8]

v32acc32 negmul_4x16_16x8 ( v64uint8  a,
v128uint8_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ negmul_4x16_16x8_conf() [1/8]

v32acc32 negmul_4x16_16x8_conf ( v64int8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_4x16_16x8_conf() [2/8]

v32acc32 negmul_4x16_16x8_conf ( v64int8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_4x16_16x8_conf() [3/8]

v32acc32 negmul_4x16_16x8_conf ( v64int8  a,
v128int8_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation 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_4x16_16x8_conf() [4/8]

v32acc32 negmul_4x16_16x8_conf ( v64int8  a,
v128uint8_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation 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_4x16_16x8_conf() [5/8]

v32acc32 negmul_4x16_16x8_conf ( v64uint8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_4x16_16x8_conf() [6/8]

v32acc32 negmul_4x16_16x8_conf ( v64uint8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_4x16_16x8_conf() [7/8]

v32acc32 negmul_4x16_16x8_conf ( v64uint8  a,
v128int8_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation 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_4x16_16x8_conf() [8/8]

v32acc32 negmul_4x16_16x8_conf ( v64uint8  a,
v128uint8_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation 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_4x32_32x8() [1/8]

v32acc32 negmul_4x32_32x8 ( v128int8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_4x32_32x8() [2/8]

v32acc32 negmul_4x32_32x8 ( v128int8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_4x32_32x8() [3/8]

v32acc32 negmul_4x32_32x8 ( v128int8  a,
v256int4_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ negmul_4x32_32x8() [4/8]

v32acc32 negmul_4x32_32x8 ( v128int8  a,
v256uint4_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ negmul_4x32_32x8() [5/8]

v32acc32 negmul_4x32_32x8 ( v128uint8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_4x32_32x8() [6/8]

v32acc32 negmul_4x32_32x8 ( v128uint8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_4x32_32x8() [7/8]

v32acc32 negmul_4x32_32x8 ( v128uint8  a,
v256int4_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ negmul_4x32_32x8() [8/8]

v32acc32 negmul_4x32_32x8 ( v128uint8  a,
v256uint4_sparse  b 
)
Parameters
aMatrix A
bMatrix B
Returns
Result of operation

◆ negmul_4x32_32x8_conf() [1/8]

v32acc32 negmul_4x32_32x8_conf ( v128int8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_4x32_32x8_conf() [2/8]

v32acc32 negmul_4x32_32x8_conf ( v128int8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_4x32_32x8_conf() [3/8]

v32acc32 negmul_4x32_32x8_conf ( v128int8  a,
v256int4_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation 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_4x32_32x8_conf() [4/8]

v32acc32 negmul_4x32_32x8_conf ( v128int8  a,
v256uint4_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation 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_4x32_32x8_conf() [5/8]

v32acc32 negmul_4x32_32x8_conf ( v128uint8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_4x32_32x8_conf() [6/8]

v32acc32 negmul_4x32_32x8_conf ( v128uint8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_4x32_32x8_conf() [7/8]

v32acc32 negmul_4x32_32x8_conf ( v128uint8  a,
v256int4_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation 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_4x32_32x8_conf() [8/8]

v32acc32 negmul_4x32_32x8_conf ( v128uint8  a,
v256uint4_sparse  b,
int  sub_mul 
)
Parameters
aMatrix A
bMatrix B
sub_mulNegation 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_2x16_16x8() [1/8]

v16acc64 submac_2x16_16x8 ( v32int16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_2x16_16x8() [2/8]

v16acc64 submac_2x16_16x8 ( v32int16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_2x16_16x8() [3/8]

v16acc64 submac_2x16_16x8 ( v32int16  a,
v128int8_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_2x16_16x8() [4/8]

v16acc64 submac_2x16_16x8 ( v32int16  a,
v128uint8_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_2x16_16x8() [5/8]

v16acc64 submac_2x16_16x8 ( v32uint16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_2x16_16x8() [6/8]

v16acc64 submac_2x16_16x8 ( v32uint16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_2x16_16x8() [7/8]

v16acc64 submac_2x16_16x8 ( v32uint16  a,
v128int8_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_2x16_16x8() [8/8]

v16acc64 submac_2x16_16x8 ( v32uint16  a,
v128uint8_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_2x16_16x8_conf() [1/8]

v16acc64 submac_2x16_16x8_conf ( v32int16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_2x16_16x8_conf() [2/8]

v16acc64 submac_2x16_16x8_conf ( v32int16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_2x16_16x8_conf() [3/8]

v16acc64 submac_2x16_16x8_conf ( v32int16  a,
v128int8_sparse  b,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_2x16_16x8_conf() [4/8]

v16acc64 submac_2x16_16x8_conf ( v32int16  a,
v128uint8_sparse  b,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_2x16_16x8_conf() [5/8]

v16acc64 submac_2x16_16x8_conf ( v32uint16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_2x16_16x8_conf() [6/8]

v16acc64 submac_2x16_16x8_conf ( v32uint16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_2x16_16x8_conf() [7/8]

v16acc64 submac_2x16_16x8_conf ( v32uint16  a,
v128int8_sparse  b,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_2x16_16x8_conf() [8/8]

v16acc64 submac_2x16_16x8_conf ( v32uint16  a,
v128uint8_sparse  b,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_2x8_8x8() [1/8]

v16acc64 submac_2x8_8x8 ( v32int16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_2x8_8x8() [2/8]

v16acc64 submac_2x8_8x8 ( v32int16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_2x8_8x8() [3/8]

v16acc64 submac_2x8_8x8 ( v32int16  a,
v64int16_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_2x8_8x8() [4/8]

v16acc64 submac_2x8_8x8 ( v32int16  a,
v64uint16_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_2x8_8x8() [5/8]

v16acc64 submac_2x8_8x8 ( v32uint16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_2x8_8x8() [6/8]

v16acc64 submac_2x8_8x8 ( v32uint16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_2x8_8x8() [7/8]

v16acc64 submac_2x8_8x8 ( v32uint16  a,
v64int16_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_2x8_8x8() [8/8]

v16acc64 submac_2x8_8x8 ( v32uint16  a,
v64uint16_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_2x8_8x8_conf() [1/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_2x8_8x8_conf() [2/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_2x8_8x8_conf() [3/8]

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
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_2x8_8x8_conf() [4/8]

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
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_2x8_8x8_conf() [5/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_2x8_8x8_conf() [6/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_2x8_8x8_conf() [7/8]

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
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_2x8_8x8_conf() [8/8]

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
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_4x16_16x8() [1/8]

v32acc32 submac_4x16_16x8 ( v64int8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_4x16_16x8() [2/8]

v32acc32 submac_4x16_16x8 ( v64int8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_4x16_16x8() [3/8]

v32acc32 submac_4x16_16x8 ( v64int8  a,
v128int8_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_4x16_16x8() [4/8]

v32acc32 submac_4x16_16x8 ( v64int8  a,
v128uint8_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_4x16_16x8() [5/8]

v32acc32 submac_4x16_16x8 ( v64uint8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_4x16_16x8() [6/8]

v32acc32 submac_4x16_16x8 ( v64uint8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_4x16_16x8() [7/8]

v32acc32 submac_4x16_16x8 ( v64uint8  a,
v128int8_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_4x16_16x8() [8/8]

v32acc32 submac_4x16_16x8 ( v64uint8  a,
v128uint8_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_4x16_16x8_conf() [1/8]

v32acc32 submac_4x16_16x8_conf ( v64int8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_4x16_16x8_conf() [2/8]

v32acc32 submac_4x16_16x8_conf ( v64int8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_4x16_16x8_conf() [3/8]

v32acc32 submac_4x16_16x8_conf ( v64int8  a,
v128int8_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_4x16_16x8_conf() [4/8]

v32acc32 submac_4x16_16x8_conf ( v64int8  a,
v128uint8_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_4x16_16x8_conf() [5/8]

v32acc32 submac_4x16_16x8_conf ( v64uint8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_4x16_16x8_conf() [6/8]

v32acc32 submac_4x16_16x8_conf ( v64uint8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_4x16_16x8_conf() [7/8]

v32acc32 submac_4x16_16x8_conf ( v64uint8  a,
v128int8_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_4x16_16x8_conf() [8/8]

v32acc32 submac_4x16_16x8_conf ( v64uint8  a,
v128uint8_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_4x32_32x8() [1/8]

v32acc32 submac_4x32_32x8 ( v128int8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_4x32_32x8() [2/8]

v32acc32 submac_4x32_32x8 ( v128int8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_4x32_32x8() [3/8]

v32acc32 submac_4x32_32x8 ( v128int8  a,
v256int4_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_4x32_32x8() [4/8]

v32acc32 submac_4x32_32x8 ( v128int8  a,
v256uint4_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_4x32_32x8() [5/8]

v32acc32 submac_4x32_32x8 ( v128uint8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_4x32_32x8() [6/8]

v32acc32 submac_4x32_32x8 ( v128uint8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_4x32_32x8() [7/8]

v32acc32 submac_4x32_32x8 ( v128uint8  a,
v256int4_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_4x32_32x8() [8/8]

v32acc32 submac_4x32_32x8 ( v128uint8  a,
v256uint4_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submac_4x32_32x8_conf() [1/8]

v32acc32 submac_4x32_32x8_conf ( v128int8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_4x32_32x8_conf() [2/8]

v32acc32 submac_4x32_32x8_conf ( v128int8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_4x32_32x8_conf() [3/8]

v32acc32 submac_4x32_32x8_conf ( v128int8  a,
v256int4_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_4x32_32x8_conf() [4/8]

v32acc32 submac_4x32_32x8_conf ( v128int8  a,
v256uint4_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_4x32_32x8_conf() [5/8]

v32acc32 submac_4x32_32x8_conf ( v128uint8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_4x32_32x8_conf() [6/8]

v32acc32 submac_4x32_32x8_conf ( v128uint8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_4x32_32x8_conf() [7/8]

v32acc32 submac_4x32_32x8_conf ( v128uint8  a,
v256int4_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submac_4x32_32x8_conf() [8/8]

v32acc32 submac_4x32_32x8_conf ( v128uint8  a,
v256uint4_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_2x16_16x8() [1/8]

v16acc64 submsc_2x16_16x8 ( v32int16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_2x16_16x8() [2/8]

v16acc64 submsc_2x16_16x8 ( v32int16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_2x16_16x8() [3/8]

v16acc64 submsc_2x16_16x8 ( v32int16  a,
v128int8_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_2x16_16x8() [4/8]

v16acc64 submsc_2x16_16x8 ( v32int16  a,
v128uint8_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_2x16_16x8() [5/8]

v16acc64 submsc_2x16_16x8 ( v32uint16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_2x16_16x8() [6/8]

v16acc64 submsc_2x16_16x8 ( v32uint16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_2x16_16x8() [7/8]

v16acc64 submsc_2x16_16x8 ( v32uint16  a,
v128int8_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_2x16_16x8() [8/8]

v16acc64 submsc_2x16_16x8 ( v32uint16  a,
v128uint8_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_2x16_16x8_conf() [1/8]

v16acc64 submsc_2x16_16x8_conf ( v32int16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_2x16_16x8_conf() [2/8]

v16acc64 submsc_2x16_16x8_conf ( v32int16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_2x16_16x8_conf() [3/8]

v16acc64 submsc_2x16_16x8_conf ( v32int16  a,
v128int8_sparse  b,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_2x16_16x8_conf() [4/8]

v16acc64 submsc_2x16_16x8_conf ( v32int16  a,
v128uint8_sparse  b,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_2x16_16x8_conf() [5/8]

v16acc64 submsc_2x16_16x8_conf ( v32uint16  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_2x16_16x8_conf() [6/8]

v16acc64 submsc_2x16_16x8_conf ( v32uint16  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_2x16_16x8_conf() [7/8]

v16acc64 submsc_2x16_16x8_conf ( v32uint16  a,
v128int8_sparse  b,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_2x16_16x8_conf() [8/8]

v16acc64 submsc_2x16_16x8_conf ( v32uint16  a,
v128uint8_sparse  b,
v16acc64  acc1,
v16acc64  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_2x8_8x8() [1/8]

v16acc64 submsc_2x8_8x8 ( v32int16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_2x8_8x8() [2/8]

v16acc64 submsc_2x8_8x8 ( v32int16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_2x8_8x8() [3/8]

v16acc64 submsc_2x8_8x8 ( v32int16  a,
v64int16_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_2x8_8x8() [4/8]

v16acc64 submsc_2x8_8x8 ( v32int16  a,
v64uint16_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_2x8_8x8() [5/8]

v16acc64 submsc_2x8_8x8 ( v32uint16  a,
int  sgn_x,
v64int16_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_2x8_8x8() [6/8]

v16acc64 submsc_2x8_8x8 ( v32uint16  a,
int  sgn_x,
v64uint16_sparse  b,
int  sgn_y,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_2x8_8x8() [7/8]

v16acc64 submsc_2x8_8x8 ( v32uint16  a,
v64int16_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_2x8_8x8() [8/8]

v16acc64 submsc_2x8_8x8 ( v32uint16  a,
v64uint16_sparse  b,
v16acc64  acc1,
v16acc64  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_2x8_8x8_conf() [1/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_2x8_8x8_conf() [2/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_2x8_8x8_conf() [3/8]

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
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_2x8_8x8_conf() [4/8]

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
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_2x8_8x8_conf() [5/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_2x8_8x8_conf() [6/8]

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
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_2x8_8x8_conf() [7/8]

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
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_2x8_8x8_conf() [8/8]

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
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_4x16_16x8() [1/8]

v32acc32 submsc_4x16_16x8 ( v64int8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_4x16_16x8() [2/8]

v32acc32 submsc_4x16_16x8 ( v64int8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_4x16_16x8() [3/8]

v32acc32 submsc_4x16_16x8 ( v64int8  a,
v128int8_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_4x16_16x8() [4/8]

v32acc32 submsc_4x16_16x8 ( v64int8  a,
v128uint8_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_4x16_16x8() [5/8]

v32acc32 submsc_4x16_16x8 ( v64uint8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_4x16_16x8() [6/8]

v32acc32 submsc_4x16_16x8 ( v64uint8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_4x16_16x8() [7/8]

v32acc32 submsc_4x16_16x8 ( v64uint8  a,
v128int8_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_4x16_16x8() [8/8]

v32acc32 submsc_4x16_16x8 ( v64uint8  a,
v128uint8_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_4x16_16x8_conf() [1/8]

v32acc32 submsc_4x16_16x8_conf ( v64int8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_4x16_16x8_conf() [2/8]

v32acc32 submsc_4x16_16x8_conf ( v64int8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_4x16_16x8_conf() [3/8]

v32acc32 submsc_4x16_16x8_conf ( v64int8  a,
v128int8_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_4x16_16x8_conf() [4/8]

v32acc32 submsc_4x16_16x8_conf ( v64int8  a,
v128uint8_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_4x16_16x8_conf() [5/8]

v32acc32 submsc_4x16_16x8_conf ( v64uint8  a,
int  sgn_x,
v128int8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_4x16_16x8_conf() [6/8]

v32acc32 submsc_4x16_16x8_conf ( v64uint8  a,
int  sgn_x,
v128uint8_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_4x16_16x8_conf() [7/8]

v32acc32 submsc_4x16_16x8_conf ( v64uint8  a,
v128int8_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_4x16_16x8_conf() [8/8]

v32acc32 submsc_4x16_16x8_conf ( v64uint8  a,
v128uint8_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_4x32_32x8() [1/8]

v32acc32 submsc_4x32_32x8 ( v128int8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_4x32_32x8() [2/8]

v32acc32 submsc_4x32_32x8 ( v128int8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_4x32_32x8() [3/8]

v32acc32 submsc_4x32_32x8 ( v128int8  a,
v256int4_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_4x32_32x8() [4/8]

v32acc32 submsc_4x32_32x8 ( v128int8  a,
v256uint4_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_4x32_32x8() [5/8]

v32acc32 submsc_4x32_32x8 ( v128uint8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_4x32_32x8() [6/8]

v32acc32 submsc_4x32_32x8 ( v128uint8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_4x32_32x8() [7/8]

v32acc32 submsc_4x32_32x8 ( v128uint8  a,
v256int4_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_4x32_32x8() [8/8]

v32acc32 submsc_4x32_32x8 ( v128uint8  a,
v256uint4_sparse  b,
v32acc32  acc1,
v32acc32  acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
Returns
Result of operation

◆ submsc_4x32_32x8_conf() [1/8]

v32acc32 submsc_4x32_32x8_conf ( v128int8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_4x32_32x8_conf() [2/8]

v32acc32 submsc_4x32_32x8_conf ( v128int8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_4x32_32x8_conf() [3/8]

v32acc32 submsc_4x32_32x8_conf ( v128int8  a,
v256int4_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_4x32_32x8_conf() [4/8]

v32acc32 submsc_4x32_32x8_conf ( v128int8  a,
v256uint4_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_4x32_32x8_conf() [5/8]

v32acc32 submsc_4x32_32x8_conf ( v128uint8  a,
int  sgn_x,
v256int4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_4x32_32x8_conf() [6/8]

v32acc32 submsc_4x32_32x8_conf ( v128uint8  a,
int  sgn_x,
v256uint4_sparse  b,
int  sgn_y,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result.
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_4x32_32x8_conf() [7/8]

v32acc32 submsc_4x32_32x8_conf ( v128uint8  a,
v256int4_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation

◆ submsc_4x32_32x8_conf() [8/8]

v32acc32 submsc_4x32_32x8_conf ( v128uint8  a,
v256uint4_sparse  b,
v32acc32  acc1,
v32acc32  acc2,
int  zero_acc1,
int  sub_mul,
int  sub_acc1,
int  sub_acc2 
)
Parameters
aMatrix A
bMatrix B
acc1Accumulator 1 input
acc2Accumulator 2 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
sub_acc2Negation mask of acc2
Returns
Result of operation