AI Engine-ML v2 Intrinsics User Guide  v2025.1
Loading...
Searching...
No Matches
Emulated Multiply-accumulate of 32b x 16b datatypes

Matrix multiplications in which matrix A has data elements of 32 bit and matrix B has data elements of 16 bit. These operations are emulated on top of Multiply-accumulate of 16b x 16b integer datatypes and might not have optimal performance. More...

Emulated Multiplication of (8x2) with (2x8) Matrices (32b * 16b)

v64acc32 mul_8x2_2x8 (v16uint32 a0, v32uint16 b)
 
v64acc32 negmul_8x2_2x8 (v16uint32 a0, v32uint16 b)
 
v64acc32 mac_8x2_2x8 (v16uint32 a0, v32uint16 b, v64acc32 acc1)
 
v64acc32 msc_8x2_2x8 (v16uint32 a0, v32uint16 b, v64acc32 acc1)
 
v64acc32 mul_8x2_2x8 (v16uint32 a0, v32int16 b)
 
v64acc32 negmul_8x2_2x8 (v16uint32 a0, v32int16 b)
 
v64acc32 mac_8x2_2x8 (v16uint32 a0, v32int16 b, v64acc32 acc1)
 
v64acc32 msc_8x2_2x8 (v16uint32 a0, v32int16 b, v64acc32 acc1)
 
v64acc32 mul_8x2_2x8 (v16int32 a0, v32uint16 b)
 
v64acc32 negmul_8x2_2x8 (v16int32 a0, v32uint16 b)
 
v64acc32 mac_8x2_2x8 (v16int32 a0, v32uint16 b, v64acc32 acc1)
 
v64acc32 msc_8x2_2x8 (v16int32 a0, v32uint16 b, v64acc32 acc1)
 
v64acc32 mul_8x2_2x8 (v16int32 a0, v32int16 b)
 
v64acc32 negmul_8x2_2x8 (v16int32 a0, v32int16 b)
 
v64acc32 mac_8x2_2x8 (v16int32 a0, v32int16 b, v64acc32 acc1)
 
v64acc32 msc_8x2_2x8 (v16int32 a0, v32int16 b, v64acc32 acc1)
 

Emulated Multiplication of (8x2) with (2x8) Matrices (32b * 16b) with dynamic sign

v64acc32 mul_8x2_2x8 (v16uint32 a0, int sgn_x, v32uint16 b, int sgn_y)
 
v64acc32 negmul_8x2_2x8 (v16uint32 a0, int sgn_x, v32uint16 b, int sgn_y)
 
v64acc32 mac_8x2_2x8 (v16uint32 a0, int sgn_x, v32uint16 b, int sgn_y, v64acc32 acc1)
 
v64acc32 msc_8x2_2x8 (v16uint32 a0, int sgn_x, v32uint16 b, int sgn_y, v64acc32 acc1)
 
v64acc32 mul_8x2_2x8 (v16uint32 a0, int sgn_x, v32int16 b, int sgn_y)
 
v64acc32 negmul_8x2_2x8 (v16uint32 a0, int sgn_x, v32int16 b, int sgn_y)
 
v64acc32 mac_8x2_2x8 (v16uint32 a0, int sgn_x, v32int16 b, int sgn_y, v64acc32 acc1)
 
v64acc32 msc_8x2_2x8 (v16uint32 a0, int sgn_x, v32int16 b, int sgn_y, v64acc32 acc1)
 
v64acc32 mul_8x2_2x8 (v16int32 a0, int sgn_x, v32uint16 b, int sgn_y)
 
v64acc32 negmul_8x2_2x8 (v16int32 a0, int sgn_x, v32uint16 b, int sgn_y)
 
v64acc32 mac_8x2_2x8 (v16int32 a0, int sgn_x, v32uint16 b, int sgn_y, v64acc32 acc1)
 
v64acc32 msc_8x2_2x8 (v16int32 a0, int sgn_x, v32uint16 b, int sgn_y, v64acc32 acc1)
 
v64acc32 mul_8x2_2x8 (v16int32 a0, int sgn_x, v32int16 b, int sgn_y)
 
v64acc32 negmul_8x2_2x8 (v16int32 a0, int sgn_x, v32int16 b, int sgn_y)
 
v64acc32 mac_8x2_2x8 (v16int32 a0, int sgn_x, v32int16 b, int sgn_y, v64acc32 acc1)
 
v64acc32 msc_8x2_2x8 (v16int32 a0, int sgn_x, v32int16 b, int sgn_y, v64acc32 acc1)
 

Emulated Multiplication of (8x2) with (2x8) Matrices (32b * 16b) with dynamic negation of multiplication result

v64acc32 mul_8x2_2x8_conf (v16uint32 a0, v32uint16 b, int sub_mul)
 
v64acc32 negmul_8x2_2x8_conf (v16uint32 a0, v32uint16 b, int sub_mul)
 
v64acc32 mul_8x2_2x8_conf (v16uint32 a0, v32int16 b, int sub_mul)
 
v64acc32 negmul_8x2_2x8_conf (v16uint32 a0, v32int16 b, int sub_mul)
 
v64acc32 mul_8x2_2x8_conf (v16int32 a0, v32uint16 b, int sub_mul)
 
v64acc32 negmul_8x2_2x8_conf (v16int32 a0, v32uint16 b, int sub_mul)
 
v64acc32 mul_8x2_2x8_conf (v16int32 a0, v32int16 b, int sub_mul)
 
v64acc32 negmul_8x2_2x8_conf (v16int32 a0, v32int16 b, int sub_mul)
 

Emulated Multiplication of (8x2) with (2x8) Matrices (32b * 16b) with dynamic negation of multiplication result, negation of acc1

v64acc32 mac_8x2_2x8_conf (v16uint32 a0, v32uint16 b, v64acc32 acc1, int sub_mul, int sub_acc1)
 
v64acc32 msc_8x2_2x8_conf (v16uint32 a0, v32uint16 b, v64acc32 acc1, int sub_mul, int sub_acc1)
 
v64acc32 mac_8x2_2x8_conf (v16uint32 a0, v32int16 b, v64acc32 acc1, int sub_mul, int sub_acc1)
 
v64acc32 msc_8x2_2x8_conf (v16uint32 a0, v32int16 b, v64acc32 acc1, int sub_mul, int sub_acc1)
 
v64acc32 mac_8x2_2x8_conf (v16int32 a0, v32uint16 b, v64acc32 acc1, int sub_mul, int sub_acc1)
 
v64acc32 msc_8x2_2x8_conf (v16int32 a0, v32uint16 b, v64acc32 acc1, int sub_mul, int sub_acc1)
 
v64acc32 mac_8x2_2x8_conf (v16int32 a0, v32int16 b, v64acc32 acc1, int sub_mul, int sub_acc1)
 
v64acc32 msc_8x2_2x8_conf (v16int32 a0, v32int16 b, v64acc32 acc1, int sub_mul, int sub_acc1)
 

Emulated Multiplication of (8x2) with (2x8) Matrices (32b * 16b) with dynamic sign and dynamic negation of multiplication result

v64acc32 mul_8x2_2x8_conf (v16uint32 a0, int sgn_x, v32uint16 b, int sgn_y, int sub_mul)
 
v64acc32 negmul_8x2_2x8_conf (v16uint32 a0, int sgn_x, v32uint16 b, int sgn_y, int sub_mul)
 
v64acc32 mac_8x2_2x8_conf (v16uint32 a0, int sgn_x, v32uint16 b, int sgn_y, v64acc32 acc1, int sub_mul, int sub_acc1)
 
v64acc32 msc_8x2_2x8_conf (v16uint32 a0, int sgn_x, v32uint16 b, int sgn_y, v64acc32 acc1, int sub_mul, int sub_acc1)
 
v64acc32 mul_8x2_2x8_conf (v16uint32 a0, int sgn_x, v32int16 b, int sgn_y, int sub_mul)
 
v64acc32 negmul_8x2_2x8_conf (v16uint32 a0, int sgn_x, v32int16 b, int sgn_y, int sub_mul)
 
v64acc32 mac_8x2_2x8_conf (v16uint32 a0, int sgn_x, v32int16 b, int sgn_y, v64acc32 acc1, int sub_mul, int sub_acc1)
 
v64acc32 msc_8x2_2x8_conf (v16uint32 a0, int sgn_x, v32int16 b, int sgn_y, v64acc32 acc1, int sub_mul, int sub_acc1)
 
v64acc32 mul_8x2_2x8_conf (v16int32 a0, int sgn_x, v32uint16 b, int sgn_y, int sub_mul)
 
v64acc32 negmul_8x2_2x8_conf (v16int32 a0, int sgn_x, v32uint16 b, int sgn_y, int sub_mul)
 
v64acc32 mac_8x2_2x8_conf (v16int32 a0, int sgn_x, v32uint16 b, int sgn_y, v64acc32 acc1, int sub_mul, int sub_acc1)
 
v64acc32 msc_8x2_2x8_conf (v16int32 a0, int sgn_x, v32uint16 b, int sgn_y, v64acc32 acc1, int sub_mul, int sub_acc1)
 
v64acc32 mul_8x2_2x8_conf (v16int32 a0, int sgn_x, v32int16 b, int sgn_y, int sub_mul)
 
v64acc32 negmul_8x2_2x8_conf (v16int32 a0, int sgn_x, v32int16 b, int sgn_y, int sub_mul)
 
v64acc32 mac_8x2_2x8_conf (v16int32 a0, int sgn_x, v32int16 b, int sgn_y, v64acc32 acc1, int sub_mul, int sub_acc1)
 
v64acc32 msc_8x2_2x8_conf (v16int32 a0, int sgn_x, v32int16 b, int sgn_y, v64acc32 acc1, int sub_mul, int sub_acc1)
 

Emulated Multiplication of (8x2) with (2x8) Matrices (32b * 16b) with dynamic negation of multiplication result, negation of acc1 and zeroing of acc1

v64acc32 mac_8x2_2x8_conf (v16uint32 a0, v32uint16 b, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v64acc32 msc_8x2_2x8_conf (v16uint32 a0, v32uint16 b, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v64acc32 mac_8x2_2x8_conf (v16uint32 a0, v32int16 b, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v64acc32 msc_8x2_2x8_conf (v16uint32 a0, v32int16 b, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v64acc32 mac_8x2_2x8_conf (v16int32 a0, v32uint16 b, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v64acc32 msc_8x2_2x8_conf (v16int32 a0, v32uint16 b, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v64acc32 mac_8x2_2x8_conf (v16int32 a0, v32int16 b, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v64acc32 msc_8x2_2x8_conf (v16int32 a0, v32int16 b, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 

Emulated Multiplication of (8x2) with (2x8) Matrices (32b * 16b) with dynamic sign, zeroing of acc1 and dynamic negation of multiplication result

v64acc32 mac_8x2_2x8_conf (v16uint32 a0, int sgn_x, v32uint16 b, int sgn_y, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v64acc32 msc_8x2_2x8_conf (v16uint32 a0, int sgn_x, v32uint16 b, int sgn_y, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v64acc32 mac_8x2_2x8_conf (v16uint32 a0, int sgn_x, v32int16 b, int sgn_y, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v64acc32 msc_8x2_2x8_conf (v16uint32 a0, int sgn_x, v32int16 b, int sgn_y, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v64acc32 mac_8x2_2x8_conf (v16int32 a0, int sgn_x, v32uint16 b, int sgn_y, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v64acc32 msc_8x2_2x8_conf (v16int32 a0, int sgn_x, v32uint16 b, int sgn_y, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v64acc32 mac_8x2_2x8_conf (v16int32 a0, int sgn_x, v32int16 b, int sgn_y, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v64acc32 msc_8x2_2x8_conf (v16int32 a0, int sgn_x, v32int16 b, int sgn_y, v64acc32 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 

Emulated Channel by channel multiplication of (1x1) with (1x1) (32b * 16b)

v32acc64 mul_4x4_4x8 (v16uint32 a0, v32uint16 b)
 
v32acc64 negmul_4x4_4x8 (v16uint32 a0, v32uint16 b)
 
v32acc64 mac_4x4_4x8 (v16uint32 a0, v32uint16 b, v32acc64 acc1)
 
v32acc64 msc_4x4_4x8 (v16uint32 a0, v32uint16 b, v32acc64 acc1)
 
v32acc64 mul_4x4_4x8 (v16uint32 a0, v32int16 b)
 
v32acc64 negmul_4x4_4x8 (v16uint32 a0, v32int16 b)
 
v32acc64 mac_4x4_4x8 (v16uint32 a0, v32int16 b, v32acc64 acc1)
 
v32acc64 msc_4x4_4x8 (v16uint32 a0, v32int16 b, v32acc64 acc1)
 
v32acc64 mul_4x4_4x8 (v16int32 a0, v32uint16 b)
 
v32acc64 negmul_4x4_4x8 (v16int32 a0, v32uint16 b)
 
v32acc64 mac_4x4_4x8 (v16int32 a0, v32uint16 b, v32acc64 acc1)
 
v32acc64 msc_4x4_4x8 (v16int32 a0, v32uint16 b, v32acc64 acc1)
 
v32acc64 mul_4x4_4x8 (v16int32 a0, v32int16 b)
 
v32acc64 negmul_4x4_4x8 (v16int32 a0, v32int16 b)
 
v32acc64 mac_4x4_4x8 (v16int32 a0, v32int16 b, v32acc64 acc1)
 
v32acc64 msc_4x4_4x8 (v16int32 a0, v32int16 b, v32acc64 acc1)
 
v32acc64 mul_elem_32 (v16uint32 a0, v16uint32 a1, v32uint16 b)
 
v32acc64 negmul_elem_32 (v16uint32 a0, v16uint32 a1, v32uint16 b)
 
v32acc64 mac_elem_32 (v16uint32 a0, v16uint32 a1, v32uint16 b, v32acc64 acc1)
 
v32acc64 msc_elem_32 (v16uint32 a0, v16uint32 a1, v32uint16 b, v32acc64 acc1)
 
v32acc64 mul_elem_32 (v16uint32 a0, v16uint32 a1, v32int16 b)
 
v32acc64 negmul_elem_32 (v16uint32 a0, v16uint32 a1, v32int16 b)
 
v32acc64 mac_elem_32 (v16uint32 a0, v16uint32 a1, v32int16 b, v32acc64 acc1)
 
v32acc64 msc_elem_32 (v16uint32 a0, v16uint32 a1, v32int16 b, v32acc64 acc1)
 
v32acc64 mul_elem_32 (v16int32 a0, v16int32 a1, v32uint16 b)
 
v32acc64 negmul_elem_32 (v16int32 a0, v16int32 a1, v32uint16 b)
 
v32acc64 mac_elem_32 (v16int32 a0, v16int32 a1, v32uint16 b, v32acc64 acc1)
 
v32acc64 msc_elem_32 (v16int32 a0, v16int32 a1, v32uint16 b, v32acc64 acc1)
 
v32acc64 mul_elem_32 (v16int32 a0, v16int32 a1, v32int16 b)
 
v32acc64 negmul_elem_32 (v16int32 a0, v16int32 a1, v32int16 b)
 
v32acc64 mac_elem_32 (v16int32 a0, v16int32 a1, v32int16 b, v32acc64 acc1)
 
v32acc64 msc_elem_32 (v16int32 a0, v16int32 a1, v32int16 b, v32acc64 acc1)
 
v32acc64 mul_conv_4x4_8ch (v32uint32 a0, v32uint32 a1, v32uint16 b)
 
v32acc64 negmul_conv_4x4_8ch (v32uint32 a0, v32uint32 a1, v32uint16 b)
 
v32acc64 mac_conv_4x4_8ch (v32uint32 a0, v32uint32 a1, v32uint16 b, v32acc64 acc1)
 
v32acc64 msc_conv_4x4_8ch (v32uint32 a0, v32uint32 a1, v32uint16 b, v32acc64 acc1)
 
v32acc64 mul_conv_4x4_8ch (v32uint32 a0, v32uint32 a1, v32int16 b)
 
v32acc64 negmul_conv_4x4_8ch (v32uint32 a0, v32uint32 a1, v32int16 b)
 
v32acc64 mac_conv_4x4_8ch (v32uint32 a0, v32uint32 a1, v32int16 b, v32acc64 acc1)
 
v32acc64 msc_conv_4x4_8ch (v32uint32 a0, v32uint32 a1, v32int16 b, v32acc64 acc1)
 
v32acc64 mul_conv_4x4_8ch (v32int32 a0, v32int32 a1, v32uint16 b)
 
v32acc64 negmul_conv_4x4_8ch (v32int32 a0, v32int32 a1, v32uint16 b)
 
v32acc64 mac_conv_4x4_8ch (v32int32 a0, v32int32 a1, v32uint16 b, v32acc64 acc1)
 
v32acc64 msc_conv_4x4_8ch (v32int32 a0, v32int32 a1, v32uint16 b, v32acc64 acc1)
 
v32acc64 mul_conv_4x4_8ch (v32int32 a0, v32int32 a1, v32int16 b)
 
v32acc64 negmul_conv_4x4_8ch (v32int32 a0, v32int32 a1, v32int16 b)
 
v32acc64 mac_conv_4x4_8ch (v32int32 a0, v32int32 a1, v32int16 b, v32acc64 acc1)
 
v32acc64 msc_conv_4x4_8ch (v32int32 a0, v32int32 a1, v32int16 b, v32acc64 acc1)
 

Emulated Channel by channel multiplication of (1x1) with (1x1) (32b * 16b) with dynamic sign

v32acc64 mul_4x4_4x8 (v16uint32 a0, int sgn_x, v32uint16 b, int sgn_y)
 
v32acc64 negmul_4x4_4x8 (v16uint32 a0, int sgn_x, v32uint16 b, int sgn_y)
 
v32acc64 mac_4x4_4x8 (v16uint32 a0, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 msc_4x4_4x8 (v16uint32 a0, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 mul_4x4_4x8 (v16uint32 a0, int sgn_x, v32int16 b, int sgn_y)
 
v32acc64 negmul_4x4_4x8 (v16uint32 a0, int sgn_x, v32int16 b, int sgn_y)
 
v32acc64 mac_4x4_4x8 (v16uint32 a0, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 msc_4x4_4x8 (v16uint32 a0, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 mul_4x4_4x8 (v16int32 a0, int sgn_x, v32uint16 b, int sgn_y)
 
v32acc64 negmul_4x4_4x8 (v16int32 a0, int sgn_x, v32uint16 b, int sgn_y)
 
v32acc64 mac_4x4_4x8 (v16int32 a0, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 msc_4x4_4x8 (v16int32 a0, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 mul_4x4_4x8 (v16int32 a0, int sgn_x, v32int16 b, int sgn_y)
 
v32acc64 negmul_4x4_4x8 (v16int32 a0, int sgn_x, v32int16 b, int sgn_y)
 
v32acc64 mac_4x4_4x8 (v16int32 a0, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 msc_4x4_4x8 (v16int32 a0, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 mul_elem_32 (v16uint32 a0, v16uint32 a1, int sgn_x, v32uint16 b, int sgn_y)
 
v32acc64 negmul_elem_32 (v16uint32 a0, v16uint32 a1, int sgn_x, v32uint16 b, int sgn_y)
 
v32acc64 mac_elem_32 (v16uint32 a0, v16uint32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 msc_elem_32 (v16uint32 a0, v16uint32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 mul_elem_32 (v16uint32 a0, v16uint32 a1, int sgn_x, v32int16 b, int sgn_y)
 
v32acc64 negmul_elem_32 (v16uint32 a0, v16uint32 a1, int sgn_x, v32int16 b, int sgn_y)
 
v32acc64 mac_elem_32 (v16uint32 a0, v16uint32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 msc_elem_32 (v16uint32 a0, v16uint32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 mul_elem_32 (v16int32 a0, v16int32 a1, int sgn_x, v32uint16 b, int sgn_y)
 
v32acc64 negmul_elem_32 (v16int32 a0, v16int32 a1, int sgn_x, v32uint16 b, int sgn_y)
 
v32acc64 mac_elem_32 (v16int32 a0, v16int32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 msc_elem_32 (v16int32 a0, v16int32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 mul_elem_32 (v16int32 a0, v16int32 a1, int sgn_x, v32int16 b, int sgn_y)
 
v32acc64 negmul_elem_32 (v16int32 a0, v16int32 a1, int sgn_x, v32int16 b, int sgn_y)
 
v32acc64 mac_elem_32 (v16int32 a0, v16int32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 msc_elem_32 (v16int32 a0, v16int32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 mul_conv_4x4_8ch (v32uint32 a0, v32uint32 a1, int sgn_x, v32uint16 b, int sgn_y)
 
v32acc64 negmul_conv_4x4_8ch (v32uint32 a0, v32uint32 a1, int sgn_x, v32uint16 b, int sgn_y)
 
v32acc64 mac_conv_4x4_8ch (v32uint32 a0, v32uint32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 msc_conv_4x4_8ch (v32uint32 a0, v32uint32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 mul_conv_4x4_8ch (v32uint32 a0, v32uint32 a1, int sgn_x, v32int16 b, int sgn_y)
 
v32acc64 negmul_conv_4x4_8ch (v32uint32 a0, v32uint32 a1, int sgn_x, v32int16 b, int sgn_y)
 
v32acc64 mac_conv_4x4_8ch (v32uint32 a0, v32uint32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 msc_conv_4x4_8ch (v32uint32 a0, v32uint32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 mul_conv_4x4_8ch (v32int32 a0, v32int32 a1, int sgn_x, v32uint16 b, int sgn_y)
 
v32acc64 negmul_conv_4x4_8ch (v32int32 a0, v32int32 a1, int sgn_x, v32uint16 b, int sgn_y)
 
v32acc64 mac_conv_4x4_8ch (v32int32 a0, v32int32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 msc_conv_4x4_8ch (v32int32 a0, v32int32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 mul_conv_4x4_8ch (v32int32 a0, v32int32 a1, int sgn_x, v32int16 b, int sgn_y)
 
v32acc64 negmul_conv_4x4_8ch (v32int32 a0, v32int32 a1, int sgn_x, v32int16 b, int sgn_y)
 
v32acc64 mac_conv_4x4_8ch (v32int32 a0, v32int32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 msc_conv_4x4_8ch (v32int32 a0, v32int32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1)
 

Emulated Channel by channel multiplication of (1x1) with (1x1) (32b * 16b) with dynamic negation of multiplication result

v32acc64 mul_4x4_4x8_conf (v16uint32 a0, v32uint16 b, int sub_mul)
 
v32acc64 negmul_4x4_4x8_conf (v16uint32 a0, v32uint16 b, int sub_mul)
 
v32acc64 mul_4x4_4x8_conf (v16uint32 a0, v32int16 b, int sub_mul)
 
v32acc64 negmul_4x4_4x8_conf (v16uint32 a0, v32int16 b, int sub_mul)
 
v32acc64 mul_4x4_4x8_conf (v16int32 a0, v32uint16 b, int sub_mul)
 
v32acc64 negmul_4x4_4x8_conf (v16int32 a0, v32uint16 b, int sub_mul)
 
v32acc64 mul_4x4_4x8_conf (v16int32 a0, v32int16 b, int sub_mul)
 
v32acc64 negmul_4x4_4x8_conf (v16int32 a0, v32int16 b, int sub_mul)
 
v32acc64 mul_elem_32_conf (v16uint32 a0, v16uint32 a1, v32uint16 b, int sub_mul)
 
v32acc64 negmul_elem_32_conf (v16uint32 a0, v16uint32 a1, v32uint16 b, int sub_mul)
 
v32acc64 mul_elem_32_conf (v16uint32 a0, v16uint32 a1, v32int16 b, int sub_mul)
 
v32acc64 negmul_elem_32_conf (v16uint32 a0, v16uint32 a1, v32int16 b, int sub_mul)
 
v32acc64 mul_elem_32_conf (v16int32 a0, v16int32 a1, v32uint16 b, int sub_mul)
 
v32acc64 negmul_elem_32_conf (v16int32 a0, v16int32 a1, v32uint16 b, int sub_mul)
 
v32acc64 mul_elem_32_conf (v16int32 a0, v16int32 a1, v32int16 b, int sub_mul)
 
v32acc64 negmul_elem_32_conf (v16int32 a0, v16int32 a1, v32int16 b, int sub_mul)
 
v32acc64 mul_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, v32uint16 b, int sub_mul)
 
v32acc64 negmul_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, v32uint16 b, int sub_mul)
 
v32acc64 mul_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, v32int16 b, int sub_mul)
 
v32acc64 negmul_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, v32int16 b, int sub_mul)
 
v32acc64 mul_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, v32uint16 b, int sub_mul)
 
v32acc64 negmul_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, v32uint16 b, int sub_mul)
 
v32acc64 mul_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, v32int16 b, int sub_mul)
 
v32acc64 negmul_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, v32int16 b, int sub_mul)
 

Emulated Channel by channel multiplication of (1x1) with (1x1) (32b * 16b) with dynamic negation of multiplication result, negation of acc1

v32acc64 mac_4x4_4x8_conf (v16uint32 a0, v32uint16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_4x4_4x8_conf (v16uint32 a0, v32uint16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_4x4_4x8_conf (v16uint32 a0, v32int16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_4x4_4x8_conf (v16uint32 a0, v32int16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_4x4_4x8_conf (v16int32 a0, v32uint16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_4x4_4x8_conf (v16int32 a0, v32uint16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_4x4_4x8_conf (v16int32 a0, v32int16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_4x4_4x8_conf (v16int32 a0, v32int16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_elem_32_conf (v16uint32 a0, v16uint32 a1, v32uint16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_conf (v16uint32 a0, v16uint32 a1, v32uint16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_elem_32_conf (v16uint32 a0, v16uint32 a1, v32int16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_conf (v16uint32 a0, v16uint32 a1, v32int16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_elem_32_conf (v16int32 a0, v16int32 a1, v32uint16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_conf (v16int32 a0, v16int32 a1, v32uint16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_elem_32_conf (v16int32 a0, v16int32 a1, v32int16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_conf (v16int32 a0, v16int32 a1, v32int16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, v32uint16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, v32uint16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, v32int16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, v32int16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, v32uint16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, v32uint16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, v32int16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, v32int16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 

Emulated Channel by channel multiplication of (1x1) with (1x1) (32b * 16b) with dynamic sign and dynamic negation of multiplication result

v32acc64 mul_4x4_4x8_conf (v16uint32 a0, int sgn_x, v32uint16 b, int sgn_y, int sub_mul)
 
v32acc64 negmul_4x4_4x8_conf (v16uint32 a0, int sgn_x, v32uint16 b, int sgn_y, int sub_mul)
 
v32acc64 mac_4x4_4x8_conf (v16uint32 a0, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_4x4_4x8_conf (v16uint32 a0, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mul_4x4_4x8_conf (v16uint32 a0, int sgn_x, v32int16 b, int sgn_y, int sub_mul)
 
v32acc64 negmul_4x4_4x8_conf (v16uint32 a0, int sgn_x, v32int16 b, int sgn_y, int sub_mul)
 
v32acc64 mac_4x4_4x8_conf (v16uint32 a0, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_4x4_4x8_conf (v16uint32 a0, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mul_4x4_4x8_conf (v16int32 a0, int sgn_x, v32uint16 b, int sgn_y, int sub_mul)
 
v32acc64 negmul_4x4_4x8_conf (v16int32 a0, int sgn_x, v32uint16 b, int sgn_y, int sub_mul)
 
v32acc64 mac_4x4_4x8_conf (v16int32 a0, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_4x4_4x8_conf (v16int32 a0, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mul_4x4_4x8_conf (v16int32 a0, int sgn_x, v32int16 b, int sgn_y, int sub_mul)
 
v32acc64 negmul_4x4_4x8_conf (v16int32 a0, int sgn_x, v32int16 b, int sgn_y, int sub_mul)
 
v32acc64 mac_4x4_4x8_conf (v16int32 a0, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_4x4_4x8_conf (v16int32 a0, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mul_elem_32_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v32uint16 b, int sgn_y, int sub_mul)
 
v32acc64 negmul_elem_32_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v32uint16 b, int sgn_y, int sub_mul)
 
v32acc64 mac_elem_32_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mul_elem_32_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v32int16 b, int sgn_y, int sub_mul)
 
v32acc64 negmul_elem_32_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v32int16 b, int sgn_y, int sub_mul)
 
v32acc64 mac_elem_32_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mul_elem_32_conf (v16int32 a0, v16int32 a1, int sgn_x, v32uint16 b, int sgn_y, int sub_mul)
 
v32acc64 negmul_elem_32_conf (v16int32 a0, v16int32 a1, int sgn_x, v32uint16 b, int sgn_y, int sub_mul)
 
v32acc64 mac_elem_32_conf (v16int32 a0, v16int32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_conf (v16int32 a0, v16int32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mul_elem_32_conf (v16int32 a0, v16int32 a1, int sgn_x, v32int16 b, int sgn_y, int sub_mul)
 
v32acc64 negmul_elem_32_conf (v16int32 a0, v16int32 a1, int sgn_x, v32int16 b, int sgn_y, int sub_mul)
 
v32acc64 mac_elem_32_conf (v16int32 a0, v16int32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_conf (v16int32 a0, v16int32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mul_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v32uint16 b, int sgn_y, int sub_mul)
 
v32acc64 negmul_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v32uint16 b, int sgn_y, int sub_mul)
 
v32acc64 mac_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mul_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v32int16 b, int sgn_y, int sub_mul)
 
v32acc64 negmul_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v32int16 b, int sgn_y, int sub_mul)
 
v32acc64 mac_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mul_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, int sgn_x, v32uint16 b, int sgn_y, int sub_mul)
 
v32acc64 negmul_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, int sgn_x, v32uint16 b, int sgn_y, int sub_mul)
 
v32acc64 mac_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mul_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, int sgn_x, v32int16 b, int sgn_y, int sub_mul)
 
v32acc64 negmul_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, int sgn_x, v32int16 b, int sgn_y, int sub_mul)
 
v32acc64 mac_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 

Emulated Channel by channel multiplication of (1x1) with (1x1) (32b * 16b) with dynamic negation of multiplication result, negation of acc1 and zeroing of acc1

v32acc64 mac_4x4_4x8_conf (v16uint32 a0, v32uint16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_4x4_4x8_conf (v16uint32 a0, v32uint16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_4x4_4x8_conf (v16uint32 a0, v32int16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_4x4_4x8_conf (v16uint32 a0, v32int16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_4x4_4x8_conf (v16int32 a0, v32uint16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_4x4_4x8_conf (v16int32 a0, v32uint16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_4x4_4x8_conf (v16int32 a0, v32int16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_4x4_4x8_conf (v16int32 a0, v32int16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_elem_32_conf (v16uint32 a0, v16uint32 a1, v32uint16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_conf (v16uint32 a0, v16uint32 a1, v32uint16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_elem_32_conf (v16uint32 a0, v16uint32 a1, v32int16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_conf (v16uint32 a0, v16uint32 a1, v32int16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_elem_32_conf (v16int32 a0, v16int32 a1, v32uint16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_conf (v16int32 a0, v16int32 a1, v32uint16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_elem_32_conf (v16int32 a0, v16int32 a1, v32int16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_conf (v16int32 a0, v16int32 a1, v32int16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, v32uint16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, v32uint16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, v32int16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, v32int16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, v32uint16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, v32uint16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, v32int16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, v32int16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 

Emulated Channel by channel multiplication of (1x1) with (1x1) (32b * 16b) with dynamic sign, zeroing of acc1 and dynamic negation of multiplication result

v32acc64 mac_4x4_4x8_conf (v16uint32 a0, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_4x4_4x8_conf (v16uint32 a0, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_4x4_4x8_conf (v16uint32 a0, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_4x4_4x8_conf (v16uint32 a0, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_4x4_4x8_conf (v16int32 a0, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_4x4_4x8_conf (v16int32 a0, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_4x4_4x8_conf (v16int32 a0, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_4x4_4x8_conf (v16int32 a0, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_elem_32_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_elem_32_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_elem_32_conf (v16int32 a0, v16int32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_conf (v16int32 a0, v16int32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_elem_32_conf (v16int32 a0, v16int32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_conf (v16int32 a0, v16int32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_conv_4x4_8ch_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, int sgn_x, v32uint16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_conv_4x4_8ch_conf (v32int32 a0, v32int32 a1, int sgn_x, v32int16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 

Emulated Channel by channel multiplication of (1x2) with (2x1) (32b * 16b)

v32acc64 mul_elem_32_2 (v32uint32 a0, v32uint32 a1, v64uint16 b)
 
v32acc64 negmul_elem_32_2 (v32uint32 a0, v32uint32 a1, v64uint16 b)
 
v32acc64 mac_elem_32_2 (v32uint32 a0, v32uint32 a1, v64uint16 b, v32acc64 acc1)
 
v32acc64 msc_elem_32_2 (v32uint32 a0, v32uint32 a1, v64uint16 b, v32acc64 acc1)
 
v32acc64 mul_elem_32_2 (v32uint32 a0, v32uint32 a1, v64int16 b)
 
v32acc64 negmul_elem_32_2 (v32uint32 a0, v32uint32 a1, v64int16 b)
 
v32acc64 mac_elem_32_2 (v32uint32 a0, v32uint32 a1, v64int16 b, v32acc64 acc1)
 
v32acc64 msc_elem_32_2 (v32uint32 a0, v32uint32 a1, v64int16 b, v32acc64 acc1)
 
v32acc64 mul_elem_32_2 (v32int32 a0, v32int32 a1, v64uint16 b)
 
v32acc64 negmul_elem_32_2 (v32int32 a0, v32int32 a1, v64uint16 b)
 
v32acc64 mac_elem_32_2 (v32int32 a0, v32int32 a1, v64uint16 b, v32acc64 acc1)
 
v32acc64 msc_elem_32_2 (v32int32 a0, v32int32 a1, v64uint16 b, v32acc64 acc1)
 
v32acc64 mul_elem_32_2 (v32int32 a0, v32int32 a1, v64int16 b)
 
v32acc64 negmul_elem_32_2 (v32int32 a0, v32int32 a1, v64int16 b)
 
v32acc64 mac_elem_32_2 (v32int32 a0, v32int32 a1, v64int16 b, v32acc64 acc1)
 
v32acc64 msc_elem_32_2 (v32int32 a0, v32int32 a1, v64int16 b, v32acc64 acc1)
 

Emulated Channel by channel multiplication of (1x2) with (2x1) (32b * 16b) with dynamic sign

v32acc64 mul_elem_32_2 (v32uint32 a0, v32uint32 a1, int sgn_x, v64uint16 b, int sgn_y)
 
v32acc64 negmul_elem_32_2 (v32uint32 a0, v32uint32 a1, int sgn_x, v64uint16 b, int sgn_y)
 
v32acc64 mac_elem_32_2 (v32uint32 a0, v32uint32 a1, int sgn_x, v64uint16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 msc_elem_32_2 (v32uint32 a0, v32uint32 a1, int sgn_x, v64uint16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 mul_elem_32_2 (v32uint32 a0, v32uint32 a1, int sgn_x, v64int16 b, int sgn_y)
 
v32acc64 negmul_elem_32_2 (v32uint32 a0, v32uint32 a1, int sgn_x, v64int16 b, int sgn_y)
 
v32acc64 mac_elem_32_2 (v32uint32 a0, v32uint32 a1, int sgn_x, v64int16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 msc_elem_32_2 (v32uint32 a0, v32uint32 a1, int sgn_x, v64int16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 mul_elem_32_2 (v32int32 a0, v32int32 a1, int sgn_x, v64uint16 b, int sgn_y)
 
v32acc64 negmul_elem_32_2 (v32int32 a0, v32int32 a1, int sgn_x, v64uint16 b, int sgn_y)
 
v32acc64 mac_elem_32_2 (v32int32 a0, v32int32 a1, int sgn_x, v64uint16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 msc_elem_32_2 (v32int32 a0, v32int32 a1, int sgn_x, v64uint16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 mul_elem_32_2 (v32int32 a0, v32int32 a1, int sgn_x, v64int16 b, int sgn_y)
 
v32acc64 negmul_elem_32_2 (v32int32 a0, v32int32 a1, int sgn_x, v64int16 b, int sgn_y)
 
v32acc64 mac_elem_32_2 (v32int32 a0, v32int32 a1, int sgn_x, v64int16 b, int sgn_y, v32acc64 acc1)
 
v32acc64 msc_elem_32_2 (v32int32 a0, v32int32 a1, int sgn_x, v64int16 b, int sgn_y, v32acc64 acc1)
 

Emulated Channel by channel multiplication of (1x2) with (2x1) (32b * 16b) with dynamic negation of multiplication result

v32acc64 mul_elem_32_2_conf (v32uint32 a0, v32uint32 a1, v64uint16 b, int sub_mul)
 
v32acc64 negmul_elem_32_2_conf (v32uint32 a0, v32uint32 a1, v64uint16 b, int sub_mul)
 
v32acc64 mul_elem_32_2_conf (v32uint32 a0, v32uint32 a1, v64int16 b, int sub_mul)
 
v32acc64 negmul_elem_32_2_conf (v32uint32 a0, v32uint32 a1, v64int16 b, int sub_mul)
 
v32acc64 mul_elem_32_2_conf (v32int32 a0, v32int32 a1, v64uint16 b, int sub_mul)
 
v32acc64 negmul_elem_32_2_conf (v32int32 a0, v32int32 a1, v64uint16 b, int sub_mul)
 
v32acc64 mul_elem_32_2_conf (v32int32 a0, v32int32 a1, v64int16 b, int sub_mul)
 
v32acc64 negmul_elem_32_2_conf (v32int32 a0, v32int32 a1, v64int16 b, int sub_mul)
 

Emulated Channel by channel multiplication of (1x2) with (2x1) (32b * 16b) with dynamic negation of multiplication result, negation of acc1

v32acc64 mac_elem_32_2_conf (v32uint32 a0, v32uint32 a1, v64uint16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_2_conf (v32uint32 a0, v32uint32 a1, v64uint16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_elem_32_2_conf (v32uint32 a0, v32uint32 a1, v64int16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_2_conf (v32uint32 a0, v32uint32 a1, v64int16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_elem_32_2_conf (v32int32 a0, v32int32 a1, v64uint16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_2_conf (v32int32 a0, v32int32 a1, v64uint16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_elem_32_2_conf (v32int32 a0, v32int32 a1, v64int16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_2_conf (v32int32 a0, v32int32 a1, v64int16 b, v32acc64 acc1, int sub_mul, int sub_acc1)
 

Emulated Channel by channel multiplication of (1x2) with (2x1) (32b * 16b) with dynamic sign and dynamic negation of multiplication result

v32acc64 mul_elem_32_2_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v64uint16 b, int sgn_y, int sub_mul)
 
v32acc64 negmul_elem_32_2_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v64uint16 b, int sgn_y, int sub_mul)
 
v32acc64 mac_elem_32_2_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v64uint16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_2_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v64uint16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mul_elem_32_2_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v64int16 b, int sgn_y, int sub_mul)
 
v32acc64 negmul_elem_32_2_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v64int16 b, int sgn_y, int sub_mul)
 
v32acc64 mac_elem_32_2_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v64int16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_2_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v64int16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mul_elem_32_2_conf (v32int32 a0, v32int32 a1, int sgn_x, v64uint16 b, int sgn_y, int sub_mul)
 
v32acc64 negmul_elem_32_2_conf (v32int32 a0, v32int32 a1, int sgn_x, v64uint16 b, int sgn_y, int sub_mul)
 
v32acc64 mac_elem_32_2_conf (v32int32 a0, v32int32 a1, int sgn_x, v64uint16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_2_conf (v32int32 a0, v32int32 a1, int sgn_x, v64uint16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 mul_elem_32_2_conf (v32int32 a0, v32int32 a1, int sgn_x, v64int16 b, int sgn_y, int sub_mul)
 
v32acc64 negmul_elem_32_2_conf (v32int32 a0, v32int32 a1, int sgn_x, v64int16 b, int sgn_y, int sub_mul)
 
v32acc64 mac_elem_32_2_conf (v32int32 a0, v32int32 a1, int sgn_x, v64int16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_2_conf (v32int32 a0, v32int32 a1, int sgn_x, v64int16 b, int sgn_y, v32acc64 acc1, int sub_mul, int sub_acc1)
 

Emulated Channel by channel multiplication of (1x2) with (2x1) (32b * 16b) with dynamic negation of multiplication result, negation of acc1 and zeroing of acc1

v32acc64 mac_elem_32_2_conf (v32uint32 a0, v32uint32 a1, v64uint16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_2_conf (v32uint32 a0, v32uint32 a1, v64uint16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_elem_32_2_conf (v32uint32 a0, v32uint32 a1, v64int16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_2_conf (v32uint32 a0, v32uint32 a1, v64int16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_elem_32_2_conf (v32int32 a0, v32int32 a1, v64uint16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_2_conf (v32int32 a0, v32int32 a1, v64uint16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_elem_32_2_conf (v32int32 a0, v32int32 a1, v64int16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_2_conf (v32int32 a0, v32int32 a1, v64int16 b, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 

Emulated Channel by channel multiplication of (1x2) with (2x1) (32b * 16b) with dynamic sign, zeroing of acc1 and dynamic negation of multiplication result

v32acc64 mac_elem_32_2_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v64uint16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_2_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v64uint16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_elem_32_2_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v64int16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_2_conf (v32uint32 a0, v32uint32 a1, int sgn_x, v64int16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_elem_32_2_conf (v32int32 a0, v32int32 a1, int sgn_x, v64uint16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_2_conf (v32int32 a0, v32int32 a1, int sgn_x, v64uint16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 mac_elem_32_2_conf (v32int32 a0, v32int32 a1, int sgn_x, v64int16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v32acc64 msc_elem_32_2_conf (v32int32 a0, v32int32 a1, int sgn_x, v64int16 b, int sgn_y, v32acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 

Detailed Description

Matrix multiplications in which matrix A has data elements of 32 bit and matrix B has data elements of 16 bit. These operations are emulated on top of Multiply-accumulate of 16b x 16b integer datatypes and might not have optimal performance.

For an explanation how these operations works see Multiply Accumulate.

Function Documentation

◆ mac_4x4_4x8() [1/8]

v32acc64 mac_4x4_4x8 ( v16int32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x4_4x8() [2/8]

v32acc64 mac_4x4_4x8 ( v16int32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x4_4x8() [3/8]

v32acc64 mac_4x4_4x8 ( v16int32 a0,
v32int16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x4_4x8() [4/8]

v32acc64 mac_4x4_4x8 ( v16int32 a0,
v32uint16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x4_4x8() [5/8]

v32acc64 mac_4x4_4x8 ( v16uint32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x4_4x8() [6/8]

v32acc64 mac_4x4_4x8 ( v16uint32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x4_4x8() [7/8]

v32acc64 mac_4x4_4x8 ( v16uint32 a0,
v32int16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x4_4x8() [8/8]

v32acc64 mac_4x4_4x8 ( v16uint32 a0,
v32uint16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x4_4x8_conf() [1/16]

v32acc64 mac_4x4_4x8_conf ( v16int32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x4_4x8_conf() [2/16]

v32acc64 mac_4x4_4x8_conf ( v16int32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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

◆ mac_4x4_4x8_conf() [3/16]

v32acc64 mac_4x4_4x8_conf ( v16int32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x4_4x8_conf() [4/16]

v32acc64 mac_4x4_4x8_conf ( v16int32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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

◆ mac_4x4_4x8_conf() [5/16]

v32acc64 mac_4x4_4x8_conf ( v16int32 a0,
v32int16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x4_4x8_conf() [6/16]

v32acc64 mac_4x4_4x8_conf ( v16int32 a0,
v32int16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_4x4_4x8_conf() [7/16]

v32acc64 mac_4x4_4x8_conf ( v16int32 a0,
v32uint16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x4_4x8_conf() [8/16]

v32acc64 mac_4x4_4x8_conf ( v16int32 a0,
v32uint16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_4x4_4x8_conf() [9/16]

v32acc64 mac_4x4_4x8_conf ( v16uint32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x4_4x8_conf() [10/16]

v32acc64 mac_4x4_4x8_conf ( v16uint32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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

◆ mac_4x4_4x8_conf() [11/16]

v32acc64 mac_4x4_4x8_conf ( v16uint32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x4_4x8_conf() [12/16]

v32acc64 mac_4x4_4x8_conf ( v16uint32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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

◆ mac_4x4_4x8_conf() [13/16]

v32acc64 mac_4x4_4x8_conf ( v16uint32 a0,
v32int16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x4_4x8_conf() [14/16]

v32acc64 mac_4x4_4x8_conf ( v16uint32 a0,
v32int16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_4x4_4x8_conf() [15/16]

v32acc64 mac_4x4_4x8_conf ( v16uint32 a0,
v32uint16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x4_4x8_conf() [16/16]

v32acc64 mac_4x4_4x8_conf ( v16uint32 a0,
v32uint16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_8x2_2x8() [1/8]

v64acc32 mac_8x2_2x8 ( v16int32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v64acc32 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_8x2_2x8() [2/8]

v64acc32 mac_8x2_2x8 ( v16int32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v64acc32 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_8x2_2x8() [3/8]

v64acc32 mac_8x2_2x8 ( v16int32 a0,
v32int16 b,
v64acc32 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_8x2_2x8() [4/8]

v64acc32 mac_8x2_2x8 ( v16int32 a0,
v32uint16 b,
v64acc32 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_8x2_2x8() [5/8]

v64acc32 mac_8x2_2x8 ( v16uint32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v64acc32 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_8x2_2x8() [6/8]

v64acc32 mac_8x2_2x8 ( v16uint32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v64acc32 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_8x2_2x8() [7/8]

v64acc32 mac_8x2_2x8 ( v16uint32 a0,
v32int16 b,
v64acc32 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_8x2_2x8() [8/8]

v64acc32 mac_8x2_2x8 ( v16uint32 a0,
v32uint16 b,
v64acc32 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_8x2_2x8_conf() [1/16]

v64acc32 mac_8x2_2x8_conf ( v16int32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v64acc32 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_8x2_2x8_conf() [2/16]

v64acc32 mac_8x2_2x8_conf ( v16int32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v64acc32 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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

◆ mac_8x2_2x8_conf() [3/16]

v64acc32 mac_8x2_2x8_conf ( v16int32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v64acc32 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_8x2_2x8_conf() [4/16]

v64acc32 mac_8x2_2x8_conf ( v16int32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v64acc32 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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

◆ mac_8x2_2x8_conf() [5/16]

v64acc32 mac_8x2_2x8_conf ( v16int32 a0,
v32int16 b,
v64acc32 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_8x2_2x8_conf() [6/16]

v64acc32 mac_8x2_2x8_conf ( v16int32 a0,
v32int16 b,
v64acc32 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_8x2_2x8_conf() [7/16]

v64acc32 mac_8x2_2x8_conf ( v16int32 a0,
v32uint16 b,
v64acc32 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_8x2_2x8_conf() [8/16]

v64acc32 mac_8x2_2x8_conf ( v16int32 a0,
v32uint16 b,
v64acc32 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_8x2_2x8_conf() [9/16]

v64acc32 mac_8x2_2x8_conf ( v16uint32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v64acc32 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_8x2_2x8_conf() [10/16]

v64acc32 mac_8x2_2x8_conf ( v16uint32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v64acc32 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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

◆ mac_8x2_2x8_conf() [11/16]

v64acc32 mac_8x2_2x8_conf ( v16uint32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v64acc32 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_8x2_2x8_conf() [12/16]

v64acc32 mac_8x2_2x8_conf ( v16uint32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v64acc32 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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

◆ mac_8x2_2x8_conf() [13/16]

v64acc32 mac_8x2_2x8_conf ( v16uint32 a0,
v32int16 b,
v64acc32 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_8x2_2x8_conf() [14/16]

v64acc32 mac_8x2_2x8_conf ( v16uint32 a0,
v32int16 b,
v64acc32 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_8x2_2x8_conf() [15/16]

v64acc32 mac_8x2_2x8_conf ( v16uint32 a0,
v32uint16 b,
v64acc32 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_8x2_2x8_conf() [16/16]

v64acc32 mac_8x2_2x8_conf ( v16uint32 a0,
v32uint16 b,
v64acc32 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_conv_4x4_8ch() [1/8]

v32acc64 mac_conv_4x4_8ch ( v32int32 a0,
v32int32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_conv_4x4_8ch() [2/8]

v32acc64 mac_conv_4x4_8ch ( v32int32 a0,
v32int32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_conv_4x4_8ch() [3/8]

v32acc64 mac_conv_4x4_8ch ( v32int32 a0,
v32int32 a1,
v32int16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_conv_4x4_8ch() [4/8]

v32acc64 mac_conv_4x4_8ch ( v32int32 a0,
v32int32 a1,
v32uint16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_conv_4x4_8ch() [5/8]

v32acc64 mac_conv_4x4_8ch ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_conv_4x4_8ch() [6/8]

v32acc64 mac_conv_4x4_8ch ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_conv_4x4_8ch() [7/8]

v32acc64 mac_conv_4x4_8ch ( v32uint32 a0,
v32uint32 a1,
v32int16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_conv_4x4_8ch() [8/8]

v32acc64 mac_conv_4x4_8ch ( v32uint32 a0,
v32uint32 a1,
v32uint16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_conv_4x4_8ch_conf() [1/16]

v32acc64 mac_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_conv_4x4_8ch_conf() [2/16]

v32acc64 mac_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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

◆ mac_conv_4x4_8ch_conf() [3/16]

v32acc64 mac_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_conv_4x4_8ch_conf() [4/16]

v32acc64 mac_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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

◆ mac_conv_4x4_8ch_conf() [5/16]

v32acc64 mac_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
v32int16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_conv_4x4_8ch_conf() [6/16]

v32acc64 mac_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
v32int16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_conv_4x4_8ch_conf() [7/16]

v32acc64 mac_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
v32uint16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_conv_4x4_8ch_conf() [8/16]

v32acc64 mac_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
v32uint16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_conv_4x4_8ch_conf() [9/16]

v32acc64 mac_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_conv_4x4_8ch_conf() [10/16]

v32acc64 mac_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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

◆ mac_conv_4x4_8ch_conf() [11/16]

v32acc64 mac_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_conv_4x4_8ch_conf() [12/16]

v32acc64 mac_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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

◆ mac_conv_4x4_8ch_conf() [13/16]

v32acc64 mac_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
v32int16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_conv_4x4_8ch_conf() [14/16]

v32acc64 mac_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
v32int16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_conv_4x4_8ch_conf() [15/16]

v32acc64 mac_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
v32uint16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_conv_4x4_8ch_conf() [16/16]

v32acc64 mac_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
v32uint16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_elem_32() [1/8]

v32acc64 mac_elem_32 ( v16int32 a0,
v16int32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_32() [2/8]

v32acc64 mac_elem_32 ( v16int32 a0,
v16int32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_32() [3/8]

v32acc64 mac_elem_32 ( v16int32 a0,
v16int32 a1,
v32int16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_32() [4/8]

v32acc64 mac_elem_32 ( v16int32 a0,
v16int32 a1,
v32uint16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_32() [5/8]

v32acc64 mac_elem_32 ( v16uint32 a0,
v16uint32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_32() [6/8]

v32acc64 mac_elem_32 ( v16uint32 a0,
v16uint32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_32() [7/8]

v32acc64 mac_elem_32 ( v16uint32 a0,
v16uint32 a1,
v32int16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_32() [8/8]

v32acc64 mac_elem_32 ( v16uint32 a0,
v16uint32 a1,
v32uint16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_32_2() [1/8]

v32acc64 mac_elem_32_2 ( v32int32 a0,
v32int32 a1,
int sgn_x,
v64int16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_32_2() [2/8]

v32acc64 mac_elem_32_2 ( v32int32 a0,
v32int32 a1,
int sgn_x,
v64uint16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_32_2() [3/8]

v32acc64 mac_elem_32_2 ( v32int32 a0,
v32int32 a1,
v64int16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_32_2() [4/8]

v32acc64 mac_elem_32_2 ( v32int32 a0,
v32int32 a1,
v64uint16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_32_2() [5/8]

v32acc64 mac_elem_32_2 ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v64int16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_32_2() [6/8]

v32acc64 mac_elem_32_2 ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v64uint16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_32_2() [7/8]

v32acc64 mac_elem_32_2 ( v32uint32 a0,
v32uint32 a1,
v64int16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_32_2() [8/8]

v32acc64 mac_elem_32_2 ( v32uint32 a0,
v32uint32 a1,
v64uint16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_32_2_conf() [1/16]

v32acc64 mac_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v64int16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_elem_32_2_conf() [2/16]

v32acc64 mac_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v64int16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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

◆ mac_elem_32_2_conf() [3/16]

v32acc64 mac_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v64uint16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_elem_32_2_conf() [4/16]

v32acc64 mac_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v64uint16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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

◆ mac_elem_32_2_conf() [5/16]

v32acc64 mac_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
v64int16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_elem_32_2_conf() [6/16]

v32acc64 mac_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
v64int16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_elem_32_2_conf() [7/16]

v32acc64 mac_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
v64uint16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_elem_32_2_conf() [8/16]

v32acc64 mac_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
v64uint16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_elem_32_2_conf() [9/16]

v32acc64 mac_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v64int16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_elem_32_2_conf() [10/16]

v32acc64 mac_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v64int16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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

◆ mac_elem_32_2_conf() [11/16]

v32acc64 mac_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v64uint16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_elem_32_2_conf() [12/16]

v32acc64 mac_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v64uint16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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

◆ mac_elem_32_2_conf() [13/16]

v32acc64 mac_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
v64int16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_elem_32_2_conf() [14/16]

v32acc64 mac_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
v64int16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_elem_32_2_conf() [15/16]

v32acc64 mac_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
v64uint16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_elem_32_2_conf() [16/16]

v32acc64 mac_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
v64uint16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_elem_32_conf() [1/16]

v32acc64 mac_elem_32_conf ( v16int32 a0,
v16int32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_elem_32_conf() [2/16]

v32acc64 mac_elem_32_conf ( v16int32 a0,
v16int32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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

◆ mac_elem_32_conf() [3/16]

v32acc64 mac_elem_32_conf ( v16int32 a0,
v16int32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_elem_32_conf() [4/16]

v32acc64 mac_elem_32_conf ( v16int32 a0,
v16int32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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

◆ mac_elem_32_conf() [5/16]

v32acc64 mac_elem_32_conf ( v16int32 a0,
v16int32 a1,
v32int16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_elem_32_conf() [6/16]

v32acc64 mac_elem_32_conf ( v16int32 a0,
v16int32 a1,
v32int16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_elem_32_conf() [7/16]

v32acc64 mac_elem_32_conf ( v16int32 a0,
v16int32 a1,
v32uint16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_elem_32_conf() [8/16]

v32acc64 mac_elem_32_conf ( v16int32 a0,
v16int32 a1,
v32uint16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_elem_32_conf() [9/16]

v32acc64 mac_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_elem_32_conf() [10/16]

v32acc64 mac_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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

◆ mac_elem_32_conf() [11/16]

v32acc64 mac_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_elem_32_conf() [12/16]

v32acc64 mac_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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

◆ mac_elem_32_conf() [13/16]

v32acc64 mac_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
v32int16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_elem_32_conf() [14/16]

v32acc64 mac_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
v32int16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_elem_32_conf() [15/16]

v32acc64 mac_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
v32uint16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_elem_32_conf() [16/16]

v32acc64 mac_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
v32uint16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_4x4_4x8() [1/8]

v32acc64 msc_4x4_4x8 ( v16int32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x4_4x8() [2/8]

v32acc64 msc_4x4_4x8 ( v16int32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x4_4x8() [3/8]

v32acc64 msc_4x4_4x8 ( v16int32 a0,
v32int16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x4_4x8() [4/8]

v32acc64 msc_4x4_4x8 ( v16int32 a0,
v32uint16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x4_4x8() [5/8]

v32acc64 msc_4x4_4x8 ( v16uint32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x4_4x8() [6/8]

v32acc64 msc_4x4_4x8 ( v16uint32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x4_4x8() [7/8]

v32acc64 msc_4x4_4x8 ( v16uint32 a0,
v32int16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x4_4x8() [8/8]

v32acc64 msc_4x4_4x8 ( v16uint32 a0,
v32uint16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x4_4x8_conf() [1/16]

v32acc64 msc_4x4_4x8_conf ( v16int32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
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_4x4_4x8_conf() [2/16]

v32acc64 msc_4x4_4x8_conf ( v16int32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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. 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_4x4_4x8_conf() [3/16]

v32acc64 msc_4x4_4x8_conf ( v16int32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
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_4x4_4x8_conf() [4/16]

v32acc64 msc_4x4_4x8_conf ( v16int32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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. 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_4x4_4x8_conf() [5/16]

v32acc64 msc_4x4_4x8_conf ( v16int32 a0,
v32int16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_4x4_4x8_conf() [6/16]

v32acc64 msc_4x4_4x8_conf ( v16int32 a0,
v32int16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_4x4_4x8_conf() [7/16]

v32acc64 msc_4x4_4x8_conf ( v16int32 a0,
v32uint16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_4x4_4x8_conf() [8/16]

v32acc64 msc_4x4_4x8_conf ( v16int32 a0,
v32uint16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_4x4_4x8_conf() [9/16]

v32acc64 msc_4x4_4x8_conf ( v16uint32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
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_4x4_4x8_conf() [10/16]

v32acc64 msc_4x4_4x8_conf ( v16uint32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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. 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_4x4_4x8_conf() [11/16]

v32acc64 msc_4x4_4x8_conf ( v16uint32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
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_4x4_4x8_conf() [12/16]

v32acc64 msc_4x4_4x8_conf ( v16uint32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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. 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_4x4_4x8_conf() [13/16]

v32acc64 msc_4x4_4x8_conf ( v16uint32 a0,
v32int16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_4x4_4x8_conf() [14/16]

v32acc64 msc_4x4_4x8_conf ( v16uint32 a0,
v32int16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_4x4_4x8_conf() [15/16]

v32acc64 msc_4x4_4x8_conf ( v16uint32 a0,
v32uint16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_4x4_4x8_conf() [16/16]

v32acc64 msc_4x4_4x8_conf ( v16uint32 a0,
v32uint16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_8x2_2x8() [1/8]

v64acc32 msc_8x2_2x8 ( v16int32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v64acc32 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_8x2_2x8() [2/8]

v64acc32 msc_8x2_2x8 ( v16int32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v64acc32 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_8x2_2x8() [3/8]

v64acc32 msc_8x2_2x8 ( v16int32 a0,
v32int16 b,
v64acc32 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_8x2_2x8() [4/8]

v64acc32 msc_8x2_2x8 ( v16int32 a0,
v32uint16 b,
v64acc32 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_8x2_2x8() [5/8]

v64acc32 msc_8x2_2x8 ( v16uint32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v64acc32 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_8x2_2x8() [6/8]

v64acc32 msc_8x2_2x8 ( v16uint32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v64acc32 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_8x2_2x8() [7/8]

v64acc32 msc_8x2_2x8 ( v16uint32 a0,
v32int16 b,
v64acc32 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_8x2_2x8() [8/8]

v64acc32 msc_8x2_2x8 ( v16uint32 a0,
v32uint16 b,
v64acc32 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_8x2_2x8_conf() [1/16]

v64acc32 msc_8x2_2x8_conf ( v16int32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v64acc32 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
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_8x2_2x8_conf() [2/16]

v64acc32 msc_8x2_2x8_conf ( v16int32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v64acc32 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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. 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_8x2_2x8_conf() [3/16]

v64acc32 msc_8x2_2x8_conf ( v16int32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v64acc32 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
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_8x2_2x8_conf() [4/16]

v64acc32 msc_8x2_2x8_conf ( v16int32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v64acc32 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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. 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_8x2_2x8_conf() [5/16]

v64acc32 msc_8x2_2x8_conf ( v16int32 a0,
v32int16 b,
v64acc32 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_8x2_2x8_conf() [6/16]

v64acc32 msc_8x2_2x8_conf ( v16int32 a0,
v32int16 b,
v64acc32 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_8x2_2x8_conf() [7/16]

v64acc32 msc_8x2_2x8_conf ( v16int32 a0,
v32uint16 b,
v64acc32 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_8x2_2x8_conf() [8/16]

v64acc32 msc_8x2_2x8_conf ( v16int32 a0,
v32uint16 b,
v64acc32 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_8x2_2x8_conf() [9/16]

v64acc32 msc_8x2_2x8_conf ( v16uint32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v64acc32 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
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_8x2_2x8_conf() [10/16]

v64acc32 msc_8x2_2x8_conf ( v16uint32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
v64acc32 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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. 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_8x2_2x8_conf() [11/16]

v64acc32 msc_8x2_2x8_conf ( v16uint32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v64acc32 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
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_8x2_2x8_conf() [12/16]

v64acc32 msc_8x2_2x8_conf ( v16uint32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
v64acc32 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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. 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_8x2_2x8_conf() [13/16]

v64acc32 msc_8x2_2x8_conf ( v16uint32 a0,
v32int16 b,
v64acc32 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_8x2_2x8_conf() [14/16]

v64acc32 msc_8x2_2x8_conf ( v16uint32 a0,
v32int16 b,
v64acc32 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_8x2_2x8_conf() [15/16]

v64acc32 msc_8x2_2x8_conf ( v16uint32 a0,
v32uint16 b,
v64acc32 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_8x2_2x8_conf() [16/16]

v64acc32 msc_8x2_2x8_conf ( v16uint32 a0,
v32uint16 b,
v64acc32 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_conv_4x4_8ch() [1/8]

v32acc64 msc_conv_4x4_8ch ( v32int32 a0,
v32int32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_conv_4x4_8ch() [2/8]

v32acc64 msc_conv_4x4_8ch ( v32int32 a0,
v32int32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_conv_4x4_8ch() [3/8]

v32acc64 msc_conv_4x4_8ch ( v32int32 a0,
v32int32 a1,
v32int16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_conv_4x4_8ch() [4/8]

v32acc64 msc_conv_4x4_8ch ( v32int32 a0,
v32int32 a1,
v32uint16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_conv_4x4_8ch() [5/8]

v32acc64 msc_conv_4x4_8ch ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_conv_4x4_8ch() [6/8]

v32acc64 msc_conv_4x4_8ch ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_conv_4x4_8ch() [7/8]

v32acc64 msc_conv_4x4_8ch ( v32uint32 a0,
v32uint32 a1,
v32int16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_conv_4x4_8ch() [8/8]

v32acc64 msc_conv_4x4_8ch ( v32uint32 a0,
v32uint32 a1,
v32uint16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_conv_4x4_8ch_conf() [1/16]

v32acc64 msc_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
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_conv_4x4_8ch_conf() [2/16]

v32acc64 msc_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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. 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_conv_4x4_8ch_conf() [3/16]

v32acc64 msc_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
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_conv_4x4_8ch_conf() [4/16]

v32acc64 msc_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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. 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_conv_4x4_8ch_conf() [5/16]

v32acc64 msc_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
v32int16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_conv_4x4_8ch_conf() [6/16]

v32acc64 msc_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
v32int16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_conv_4x4_8ch_conf() [7/16]

v32acc64 msc_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
v32uint16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_conv_4x4_8ch_conf() [8/16]

v32acc64 msc_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
v32uint16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_conv_4x4_8ch_conf() [9/16]

v32acc64 msc_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
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_conv_4x4_8ch_conf() [10/16]

v32acc64 msc_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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. 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_conv_4x4_8ch_conf() [11/16]

v32acc64 msc_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
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_conv_4x4_8ch_conf() [12/16]

v32acc64 msc_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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. 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_conv_4x4_8ch_conf() [13/16]

v32acc64 msc_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
v32int16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_conv_4x4_8ch_conf() [14/16]

v32acc64 msc_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
v32int16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_conv_4x4_8ch_conf() [15/16]

v32acc64 msc_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
v32uint16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_conv_4x4_8ch_conf() [16/16]

v32acc64 msc_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
v32uint16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_elem_32() [1/8]

v32acc64 msc_elem_32 ( v16int32 a0,
v16int32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_32() [2/8]

v32acc64 msc_elem_32 ( v16int32 a0,
v16int32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_32() [3/8]

v32acc64 msc_elem_32 ( v16int32 a0,
v16int32 a1,
v32int16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_32() [4/8]

v32acc64 msc_elem_32 ( v16int32 a0,
v16int32 a1,
v32uint16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_32() [5/8]

v32acc64 msc_elem_32 ( v16uint32 a0,
v16uint32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_32() [6/8]

v32acc64 msc_elem_32 ( v16uint32 a0,
v16uint32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_32() [7/8]

v32acc64 msc_elem_32 ( v16uint32 a0,
v16uint32 a1,
v32int16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_32() [8/8]

v32acc64 msc_elem_32 ( v16uint32 a0,
v16uint32 a1,
v32uint16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_32_2() [1/8]

v32acc64 msc_elem_32_2 ( v32int32 a0,
v32int32 a1,
int sgn_x,
v64int16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_32_2() [2/8]

v32acc64 msc_elem_32_2 ( v32int32 a0,
v32int32 a1,
int sgn_x,
v64uint16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_32_2() [3/8]

v32acc64 msc_elem_32_2 ( v32int32 a0,
v32int32 a1,
v64int16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_32_2() [4/8]

v32acc64 msc_elem_32_2 ( v32int32 a0,
v32int32 a1,
v64uint16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_32_2() [5/8]

v32acc64 msc_elem_32_2 ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v64int16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_32_2() [6/8]

v32acc64 msc_elem_32_2 ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v64uint16 b,
int sgn_y,
v32acc64 acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_32_2() [7/8]

v32acc64 msc_elem_32_2 ( v32uint32 a0,
v32uint32 a1,
v64int16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_32_2() [8/8]

v32acc64 msc_elem_32_2 ( v32uint32 a0,
v32uint32 a1,
v64uint16 b,
v32acc64 acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_32_2_conf() [1/16]

v32acc64 msc_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v64int16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
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_elem_32_2_conf() [2/16]

v32acc64 msc_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v64int16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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. 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_elem_32_2_conf() [3/16]

v32acc64 msc_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v64uint16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
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_elem_32_2_conf() [4/16]

v32acc64 msc_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v64uint16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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. 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_elem_32_2_conf() [5/16]

v32acc64 msc_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
v64int16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_elem_32_2_conf() [6/16]

v32acc64 msc_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
v64int16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_elem_32_2_conf() [7/16]

v32acc64 msc_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
v64uint16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_elem_32_2_conf() [8/16]

v32acc64 msc_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
v64uint16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_elem_32_2_conf() [9/16]

v32acc64 msc_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v64int16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
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_elem_32_2_conf() [10/16]

v32acc64 msc_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v64int16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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. 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_elem_32_2_conf() [11/16]

v32acc64 msc_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v64uint16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
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_elem_32_2_conf() [12/16]

v32acc64 msc_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v64uint16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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. 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_elem_32_2_conf() [13/16]

v32acc64 msc_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
v64int16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_elem_32_2_conf() [14/16]

v32acc64 msc_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
v64int16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_elem_32_2_conf() [15/16]

v32acc64 msc_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
v64uint16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_elem_32_2_conf() [16/16]

v32acc64 msc_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
v64uint16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_elem_32_conf() [1/16]

v32acc64 msc_elem_32_conf ( v16int32 a0,
v16int32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
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_elem_32_conf() [2/16]

v32acc64 msc_elem_32_conf ( v16int32 a0,
v16int32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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. 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_elem_32_conf() [3/16]

v32acc64 msc_elem_32_conf ( v16int32 a0,
v16int32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
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_elem_32_conf() [4/16]

v32acc64 msc_elem_32_conf ( v16int32 a0,
v16int32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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. 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_elem_32_conf() [5/16]

v32acc64 msc_elem_32_conf ( v16int32 a0,
v16int32 a1,
v32int16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_elem_32_conf() [6/16]

v32acc64 msc_elem_32_conf ( v16int32 a0,
v16int32 a1,
v32int16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_elem_32_conf() [7/16]

v32acc64 msc_elem_32_conf ( v16int32 a0,
v16int32 a1,
v32uint16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_elem_32_conf() [8/16]

v32acc64 msc_elem_32_conf ( v16int32 a0,
v16int32 a1,
v32uint16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_elem_32_conf() [9/16]

v32acc64 msc_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
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_elem_32_conf() [10/16]

v32acc64 msc_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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. 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_elem_32_conf() [11/16]

v32acc64 msc_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
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_elem_32_conf() [12/16]

v32acc64 msc_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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. 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_elem_32_conf() [13/16]

v32acc64 msc_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
v32int16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_elem_32_conf() [14/16]

v32acc64 msc_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
v32int16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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_elem_32_conf() [15/16]

v32acc64 msc_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
v32uint16 b,
v32acc64 acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix A
bMatrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_elem_32_conf() [16/16]

v32acc64 msc_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
v32uint16 b,
v32acc64 acc1,
int zero_acc1,
int sub_mul,
int sub_acc1 )
Parameters
a0Matrix 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

◆ mul_4x4_4x8() [1/8]

v32acc64 mul_4x4_4x8 ( v16int32 a0,
int sgn_x,
v32int16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_4x4_4x8() [2/8]

v32acc64 mul_4x4_4x8 ( v16int32 a0,
int sgn_x,
v32uint16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_4x4_4x8() [3/8]

v32acc64 mul_4x4_4x8 ( v16int32 a0,
v32int16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ mul_4x4_4x8() [4/8]

v32acc64 mul_4x4_4x8 ( v16int32 a0,
v32uint16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ mul_4x4_4x8() [5/8]

v32acc64 mul_4x4_4x8 ( v16uint32 a0,
int sgn_x,
v32int16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_4x4_4x8() [6/8]

v32acc64 mul_4x4_4x8 ( v16uint32 a0,
int sgn_x,
v32uint16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_4x4_4x8() [7/8]

v32acc64 mul_4x4_4x8 ( v16uint32 a0,
v32int16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ mul_4x4_4x8() [8/8]

v32acc64 mul_4x4_4x8 ( v16uint32 a0,
v32uint16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ mul_4x4_4x8_conf() [1/8]

v32acc64 mul_4x4_4x8_conf ( v16int32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_4x4_4x8_conf() [2/8]

v32acc64 mul_4x4_4x8_conf ( v16int32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_4x4_4x8_conf() [3/8]

v32acc64 mul_4x4_4x8_conf ( v16int32 a0,
v32int16 b,
int sub_mul )
Parameters
a0Matrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_4x4_4x8_conf() [4/8]

v32acc64 mul_4x4_4x8_conf ( v16int32 a0,
v32uint16 b,
int sub_mul )
Parameters
a0Matrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_4x4_4x8_conf() [5/8]

v32acc64 mul_4x4_4x8_conf ( v16uint32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_4x4_4x8_conf() [6/8]

v32acc64 mul_4x4_4x8_conf ( v16uint32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_4x4_4x8_conf() [7/8]

v32acc64 mul_4x4_4x8_conf ( v16uint32 a0,
v32int16 b,
int sub_mul )
Parameters
a0Matrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_4x4_4x8_conf() [8/8]

v32acc64 mul_4x4_4x8_conf ( v16uint32 a0,
v32uint16 b,
int sub_mul )
Parameters
a0Matrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_8x2_2x8() [1/8]

v64acc32 mul_8x2_2x8 ( v16int32 a0,
int sgn_x,
v32int16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_8x2_2x8() [2/8]

v64acc32 mul_8x2_2x8 ( v16int32 a0,
int sgn_x,
v32uint16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_8x2_2x8() [3/8]

v64acc32 mul_8x2_2x8 ( v16int32 a0,
v32int16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ mul_8x2_2x8() [4/8]

v64acc32 mul_8x2_2x8 ( v16int32 a0,
v32uint16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ mul_8x2_2x8() [5/8]

v64acc32 mul_8x2_2x8 ( v16uint32 a0,
int sgn_x,
v32int16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_8x2_2x8() [6/8]

v64acc32 mul_8x2_2x8 ( v16uint32 a0,
int sgn_x,
v32uint16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_8x2_2x8() [7/8]

v64acc32 mul_8x2_2x8 ( v16uint32 a0,
v32int16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ mul_8x2_2x8() [8/8]

v64acc32 mul_8x2_2x8 ( v16uint32 a0,
v32uint16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ mul_8x2_2x8_conf() [1/8]

v64acc32 mul_8x2_2x8_conf ( v16int32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_8x2_2x8_conf() [2/8]

v64acc32 mul_8x2_2x8_conf ( v16int32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_8x2_2x8_conf() [3/8]

v64acc32 mul_8x2_2x8_conf ( v16int32 a0,
v32int16 b,
int sub_mul )
Parameters
a0Matrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_8x2_2x8_conf() [4/8]

v64acc32 mul_8x2_2x8_conf ( v16int32 a0,
v32uint16 b,
int sub_mul )
Parameters
a0Matrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_8x2_2x8_conf() [5/8]

v64acc32 mul_8x2_2x8_conf ( v16uint32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_8x2_2x8_conf() [6/8]

v64acc32 mul_8x2_2x8_conf ( v16uint32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_8x2_2x8_conf() [7/8]

v64acc32 mul_8x2_2x8_conf ( v16uint32 a0,
v32int16 b,
int sub_mul )
Parameters
a0Matrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_8x2_2x8_conf() [8/8]

v64acc32 mul_8x2_2x8_conf ( v16uint32 a0,
v32uint16 b,
int sub_mul )
Parameters
a0Matrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_conv_4x4_8ch() [1/8]

v32acc64 mul_conv_4x4_8ch ( v32int32 a0,
v32int32 a1,
int sgn_x,
v32int16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_conv_4x4_8ch() [2/8]

v32acc64 mul_conv_4x4_8ch ( v32int32 a0,
v32int32 a1,
int sgn_x,
v32uint16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_conv_4x4_8ch() [3/8]

v32acc64 mul_conv_4x4_8ch ( v32int32 a0,
v32int32 a1,
v32int16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ mul_conv_4x4_8ch() [4/8]

v32acc64 mul_conv_4x4_8ch ( v32int32 a0,
v32int32 a1,
v32uint16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ mul_conv_4x4_8ch() [5/8]

v32acc64 mul_conv_4x4_8ch ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v32int16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_conv_4x4_8ch() [6/8]

v32acc64 mul_conv_4x4_8ch ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v32uint16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_conv_4x4_8ch() [7/8]

v32acc64 mul_conv_4x4_8ch ( v32uint32 a0,
v32uint32 a1,
v32int16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ mul_conv_4x4_8ch() [8/8]

v32acc64 mul_conv_4x4_8ch ( v32uint32 a0,
v32uint32 a1,
v32uint16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ mul_conv_4x4_8ch_conf() [1/8]

v32acc64 mul_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_conv_4x4_8ch_conf() [2/8]

v32acc64 mul_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_conv_4x4_8ch_conf() [3/8]

v32acc64 mul_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
v32int16 b,
int sub_mul )
Parameters
a0Matrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_conv_4x4_8ch_conf() [4/8]

v32acc64 mul_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
v32uint16 b,
int sub_mul )
Parameters
a0Matrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_conv_4x4_8ch_conf() [5/8]

v32acc64 mul_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_conv_4x4_8ch_conf() [6/8]

v32acc64 mul_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_conv_4x4_8ch_conf() [7/8]

v32acc64 mul_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
v32int16 b,
int sub_mul )
Parameters
a0Matrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_conv_4x4_8ch_conf() [8/8]

v32acc64 mul_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
v32uint16 b,
int sub_mul )
Parameters
a0Matrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_elem_32() [1/8]

v32acc64 mul_elem_32 ( v16int32 a0,
v16int32 a1,
int sgn_x,
v32int16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_elem_32() [2/8]

v32acc64 mul_elem_32 ( v16int32 a0,
v16int32 a1,
int sgn_x,
v32uint16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_elem_32() [3/8]

v32acc64 mul_elem_32 ( v16int32 a0,
v16int32 a1,
v32int16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ mul_elem_32() [4/8]

v32acc64 mul_elem_32 ( v16int32 a0,
v16int32 a1,
v32uint16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ mul_elem_32() [5/8]

v32acc64 mul_elem_32 ( v16uint32 a0,
v16uint32 a1,
int sgn_x,
v32int16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_elem_32() [6/8]

v32acc64 mul_elem_32 ( v16uint32 a0,
v16uint32 a1,
int sgn_x,
v32uint16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_elem_32() [7/8]

v32acc64 mul_elem_32 ( v16uint32 a0,
v16uint32 a1,
v32int16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ mul_elem_32() [8/8]

v32acc64 mul_elem_32 ( v16uint32 a0,
v16uint32 a1,
v32uint16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ mul_elem_32_2() [1/8]

v32acc64 mul_elem_32_2 ( v32int32 a0,
v32int32 a1,
int sgn_x,
v64int16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_elem_32_2() [2/8]

v32acc64 mul_elem_32_2 ( v32int32 a0,
v32int32 a1,
int sgn_x,
v64uint16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_elem_32_2() [3/8]

v32acc64 mul_elem_32_2 ( v32int32 a0,
v32int32 a1,
v64int16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ mul_elem_32_2() [4/8]

v32acc64 mul_elem_32_2 ( v32int32 a0,
v32int32 a1,
v64uint16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ mul_elem_32_2() [5/8]

v32acc64 mul_elem_32_2 ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v64int16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_elem_32_2() [6/8]

v32acc64 mul_elem_32_2 ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v64uint16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_elem_32_2() [7/8]

v32acc64 mul_elem_32_2 ( v32uint32 a0,
v32uint32 a1,
v64int16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ mul_elem_32_2() [8/8]

v32acc64 mul_elem_32_2 ( v32uint32 a0,
v32uint32 a1,
v64uint16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ mul_elem_32_2_conf() [1/8]

v32acc64 mul_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v64int16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_elem_32_2_conf() [2/8]

v32acc64 mul_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v64uint16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_elem_32_2_conf() [3/8]

v32acc64 mul_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
v64int16 b,
int sub_mul )
Parameters
a0Matrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_elem_32_2_conf() [4/8]

v32acc64 mul_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
v64uint16 b,
int sub_mul )
Parameters
a0Matrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_elem_32_2_conf() [5/8]

v32acc64 mul_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v64int16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_elem_32_2_conf() [6/8]

v32acc64 mul_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v64uint16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_elem_32_2_conf() [7/8]

v32acc64 mul_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
v64int16 b,
int sub_mul )
Parameters
a0Matrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_elem_32_2_conf() [8/8]

v32acc64 mul_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
v64uint16 b,
int sub_mul )
Parameters
a0Matrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_elem_32_conf() [1/8]

v32acc64 mul_elem_32_conf ( v16int32 a0,
v16int32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_elem_32_conf() [2/8]

v32acc64 mul_elem_32_conf ( v16int32 a0,
v16int32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_elem_32_conf() [3/8]

v32acc64 mul_elem_32_conf ( v16int32 a0,
v16int32 a1,
v32int16 b,
int sub_mul )
Parameters
a0Matrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_elem_32_conf() [4/8]

v32acc64 mul_elem_32_conf ( v16int32 a0,
v16int32 a1,
v32uint16 b,
int sub_mul )
Parameters
a0Matrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_elem_32_conf() [5/8]

v32acc64 mul_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_elem_32_conf() [6/8]

v32acc64 mul_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_elem_32_conf() [7/8]

v32acc64 mul_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
v32int16 b,
int sub_mul )
Parameters
a0Matrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_elem_32_conf() [8/8]

v32acc64 mul_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
v32uint16 b,
int sub_mul )
Parameters
a0Matrix A
bMatrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ negmul_4x4_4x8() [1/8]

v32acc64 negmul_4x4_4x8 ( v16int32 a0,
int sgn_x,
v32int16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_4x4_4x8() [2/8]

v32acc64 negmul_4x4_4x8 ( v16int32 a0,
int sgn_x,
v32uint16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_4x4_4x8() [3/8]

v32acc64 negmul_4x4_4x8 ( v16int32 a0,
v32int16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ negmul_4x4_4x8() [4/8]

v32acc64 negmul_4x4_4x8 ( v16int32 a0,
v32uint16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ negmul_4x4_4x8() [5/8]

v32acc64 negmul_4x4_4x8 ( v16uint32 a0,
int sgn_x,
v32int16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_4x4_4x8() [6/8]

v32acc64 negmul_4x4_4x8 ( v16uint32 a0,
int sgn_x,
v32uint16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_4x4_4x8() [7/8]

v32acc64 negmul_4x4_4x8 ( v16uint32 a0,
v32int16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ negmul_4x4_4x8() [8/8]

v32acc64 negmul_4x4_4x8 ( v16uint32 a0,
v32uint16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ negmul_4x4_4x8_conf() [1/8]

v32acc64 negmul_4x4_4x8_conf ( v16int32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_4x4_4x8_conf() [2/8]

v32acc64 negmul_4x4_4x8_conf ( v16int32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_4x4_4x8_conf() [3/8]

v32acc64 negmul_4x4_4x8_conf ( v16int32 a0,
v32int16 b,
int sub_mul )
Parameters
a0Matrix 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_4x4_4x8_conf() [4/8]

v32acc64 negmul_4x4_4x8_conf ( v16int32 a0,
v32uint16 b,
int sub_mul )
Parameters
a0Matrix 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_4x4_4x8_conf() [5/8]

v32acc64 negmul_4x4_4x8_conf ( v16uint32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_4x4_4x8_conf() [6/8]

v32acc64 negmul_4x4_4x8_conf ( v16uint32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_4x4_4x8_conf() [7/8]

v32acc64 negmul_4x4_4x8_conf ( v16uint32 a0,
v32int16 b,
int sub_mul )
Parameters
a0Matrix 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_4x4_4x8_conf() [8/8]

v32acc64 negmul_4x4_4x8_conf ( v16uint32 a0,
v32uint16 b,
int sub_mul )
Parameters
a0Matrix 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_8x2_2x8() [1/8]

v64acc32 negmul_8x2_2x8 ( v16int32 a0,
int sgn_x,
v32int16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_8x2_2x8() [2/8]

v64acc32 negmul_8x2_2x8 ( v16int32 a0,
int sgn_x,
v32uint16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_8x2_2x8() [3/8]

v64acc32 negmul_8x2_2x8 ( v16int32 a0,
v32int16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ negmul_8x2_2x8() [4/8]

v64acc32 negmul_8x2_2x8 ( v16int32 a0,
v32uint16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ negmul_8x2_2x8() [5/8]

v64acc32 negmul_8x2_2x8 ( v16uint32 a0,
int sgn_x,
v32int16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_8x2_2x8() [6/8]

v64acc32 negmul_8x2_2x8 ( v16uint32 a0,
int sgn_x,
v32uint16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_8x2_2x8() [7/8]

v64acc32 negmul_8x2_2x8 ( v16uint32 a0,
v32int16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ negmul_8x2_2x8() [8/8]

v64acc32 negmul_8x2_2x8 ( v16uint32 a0,
v32uint16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ negmul_8x2_2x8_conf() [1/8]

v64acc32 negmul_8x2_2x8_conf ( v16int32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_8x2_2x8_conf() [2/8]

v64acc32 negmul_8x2_2x8_conf ( v16int32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_8x2_2x8_conf() [3/8]

v64acc32 negmul_8x2_2x8_conf ( v16int32 a0,
v32int16 b,
int sub_mul )
Parameters
a0Matrix 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_8x2_2x8_conf() [4/8]

v64acc32 negmul_8x2_2x8_conf ( v16int32 a0,
v32uint16 b,
int sub_mul )
Parameters
a0Matrix 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_8x2_2x8_conf() [5/8]

v64acc32 negmul_8x2_2x8_conf ( v16uint32 a0,
int sgn_x,
v32int16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_8x2_2x8_conf() [6/8]

v64acc32 negmul_8x2_2x8_conf ( v16uint32 a0,
int sgn_x,
v32uint16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_8x2_2x8_conf() [7/8]

v64acc32 negmul_8x2_2x8_conf ( v16uint32 a0,
v32int16 b,
int sub_mul )
Parameters
a0Matrix 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_8x2_2x8_conf() [8/8]

v64acc32 negmul_8x2_2x8_conf ( v16uint32 a0,
v32uint16 b,
int sub_mul )
Parameters
a0Matrix 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_conv_4x4_8ch() [1/8]

v32acc64 negmul_conv_4x4_8ch ( v32int32 a0,
v32int32 a1,
int sgn_x,
v32int16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_conv_4x4_8ch() [2/8]

v32acc64 negmul_conv_4x4_8ch ( v32int32 a0,
v32int32 a1,
int sgn_x,
v32uint16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_conv_4x4_8ch() [3/8]

v32acc64 negmul_conv_4x4_8ch ( v32int32 a0,
v32int32 a1,
v32int16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ negmul_conv_4x4_8ch() [4/8]

v32acc64 negmul_conv_4x4_8ch ( v32int32 a0,
v32int32 a1,
v32uint16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ negmul_conv_4x4_8ch() [5/8]

v32acc64 negmul_conv_4x4_8ch ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v32int16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_conv_4x4_8ch() [6/8]

v32acc64 negmul_conv_4x4_8ch ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v32uint16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_conv_4x4_8ch() [7/8]

v32acc64 negmul_conv_4x4_8ch ( v32uint32 a0,
v32uint32 a1,
v32int16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ negmul_conv_4x4_8ch() [8/8]

v32acc64 negmul_conv_4x4_8ch ( v32uint32 a0,
v32uint32 a1,
v32uint16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ negmul_conv_4x4_8ch_conf() [1/8]

v32acc64 negmul_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_conv_4x4_8ch_conf() [2/8]

v32acc64 negmul_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_conv_4x4_8ch_conf() [3/8]

v32acc64 negmul_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
v32int16 b,
int sub_mul )
Parameters
a0Matrix 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_conv_4x4_8ch_conf() [4/8]

v32acc64 negmul_conv_4x4_8ch_conf ( v32int32 a0,
v32int32 a1,
v32uint16 b,
int sub_mul )
Parameters
a0Matrix 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_conv_4x4_8ch_conf() [5/8]

v32acc64 negmul_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_conv_4x4_8ch_conf() [6/8]

v32acc64 negmul_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_conv_4x4_8ch_conf() [7/8]

v32acc64 negmul_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
v32int16 b,
int sub_mul )
Parameters
a0Matrix 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_conv_4x4_8ch_conf() [8/8]

v32acc64 negmul_conv_4x4_8ch_conf ( v32uint32 a0,
v32uint32 a1,
v32uint16 b,
int sub_mul )
Parameters
a0Matrix 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_elem_32() [1/8]

v32acc64 negmul_elem_32 ( v16int32 a0,
v16int32 a1,
int sgn_x,
v32int16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_elem_32() [2/8]

v32acc64 negmul_elem_32 ( v16int32 a0,
v16int32 a1,
int sgn_x,
v32uint16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_elem_32() [3/8]

v32acc64 negmul_elem_32 ( v16int32 a0,
v16int32 a1,
v32int16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ negmul_elem_32() [4/8]

v32acc64 negmul_elem_32 ( v16int32 a0,
v16int32 a1,
v32uint16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ negmul_elem_32() [5/8]

v32acc64 negmul_elem_32 ( v16uint32 a0,
v16uint32 a1,
int sgn_x,
v32int16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_elem_32() [6/8]

v32acc64 negmul_elem_32 ( v16uint32 a0,
v16uint32 a1,
int sgn_x,
v32uint16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_elem_32() [7/8]

v32acc64 negmul_elem_32 ( v16uint32 a0,
v16uint32 a1,
v32int16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ negmul_elem_32() [8/8]

v32acc64 negmul_elem_32 ( v16uint32 a0,
v16uint32 a1,
v32uint16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ negmul_elem_32_2() [1/8]

v32acc64 negmul_elem_32_2 ( v32int32 a0,
v32int32 a1,
int sgn_x,
v64int16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_elem_32_2() [2/8]

v32acc64 negmul_elem_32_2 ( v32int32 a0,
v32int32 a1,
int sgn_x,
v64uint16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_elem_32_2() [3/8]

v32acc64 negmul_elem_32_2 ( v32int32 a0,
v32int32 a1,
v64int16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ negmul_elem_32_2() [4/8]

v32acc64 negmul_elem_32_2 ( v32int32 a0,
v32int32 a1,
v64uint16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ negmul_elem_32_2() [5/8]

v32acc64 negmul_elem_32_2 ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v64int16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_elem_32_2() [6/8]

v32acc64 negmul_elem_32_2 ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v64uint16 b,
int sgn_y )
Parameters
a0Matrix A
sgn_xSign mask for matrix A
bMatrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_elem_32_2() [7/8]

v32acc64 negmul_elem_32_2 ( v32uint32 a0,
v32uint32 a1,
v64int16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ negmul_elem_32_2() [8/8]

v32acc64 negmul_elem_32_2 ( v32uint32 a0,
v32uint32 a1,
v64uint16 b )
Parameters
a0Matrix A
bMatrix B
Returns
Result of operation

◆ negmul_elem_32_2_conf() [1/8]

v32acc64 negmul_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v64int16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_elem_32_2_conf() [2/8]

v32acc64 negmul_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
int sgn_x,
v64uint16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_elem_32_2_conf() [3/8]

v32acc64 negmul_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
v64int16 b,
int sub_mul )
Parameters
a0Matrix 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_elem_32_2_conf() [4/8]

v32acc64 negmul_elem_32_2_conf ( v32int32 a0,
v32int32 a1,
v64uint16 b,
int sub_mul )
Parameters
a0Matrix 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_elem_32_2_conf() [5/8]

v32acc64 negmul_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v64int16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_elem_32_2_conf() [6/8]

v32acc64 negmul_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
int sgn_x,
v64uint16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_elem_32_2_conf() [7/8]

v32acc64 negmul_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
v64int16 b,
int sub_mul )
Parameters
a0Matrix 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_elem_32_2_conf() [8/8]

v32acc64 negmul_elem_32_2_conf ( v32uint32 a0,
v32uint32 a1,
v64uint16 b,
int sub_mul )
Parameters
a0Matrix 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_elem_32_conf() [1/8]

v32acc64 negmul_elem_32_conf ( v16int32 a0,
v16int32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_elem_32_conf() [2/8]

v32acc64 negmul_elem_32_conf ( v16int32 a0,
v16int32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_elem_32_conf() [3/8]

v32acc64 negmul_elem_32_conf ( v16int32 a0,
v16int32 a1,
v32int16 b,
int sub_mul )
Parameters
a0Matrix 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_elem_32_conf() [4/8]

v32acc64 negmul_elem_32_conf ( v16int32 a0,
v16int32 a1,
v32uint16 b,
int sub_mul )
Parameters
a0Matrix 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_elem_32_conf() [5/8]

v32acc64 negmul_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
int sgn_x,
v32int16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_elem_32_conf() [6/8]

v32acc64 negmul_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
int sgn_x,
v32uint16 b,
int sgn_y,
int sub_mul )
Parameters
a0Matrix 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_elem_32_conf() [7/8]

v32acc64 negmul_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
v32int16 b,
int sub_mul )
Parameters
a0Matrix 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_elem_32_conf() [8/8]

v32acc64 negmul_elem_32_conf ( v16uint32 a0,
v16uint32 a1,
v32uint16 b,
int sub_mul )
Parameters
a0Matrix 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