AI Engine-ML Intrinsics User Guide  (v2023.2)
Emulated Multiply-accumulate of 32b x 32b datatypes

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

Overview

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

For an explanation how these operations works see Multiply Accumulate.

Emulated Multiplication of (4x2) with (2x4) Matrices (32b * 32b)


v16acc64 mul_4x2_2x4 (v16uint32 a, v16uint32 b0)
 
v16acc64 negmul_4x2_2x4 (v16uint32 a, v16uint32 b0)
 
v16acc64 mac_4x2_2x4 (v16uint32 a, v16uint32 b0, v16acc64 acc1)
 
v16acc64 msc_4x2_2x4 (v16uint32 a, v16uint32 b0, v16acc64 acc1)
 
v16acc64 mul_4x2_2x4 (v16uint32 a, v16int32 b0)
 
v16acc64 negmul_4x2_2x4 (v16uint32 a, v16int32 b0)
 
v16acc64 mac_4x2_2x4 (v16uint32 a, v16int32 b0, v16acc64 acc1)
 
v16acc64 msc_4x2_2x4 (v16uint32 a, v16int32 b0, v16acc64 acc1)
 
v16acc64 mul_4x2_2x4 (v16int32 a, v16uint32 b0)
 
v16acc64 negmul_4x2_2x4 (v16int32 a, v16uint32 b0)
 
v16acc64 mac_4x2_2x4 (v16int32 a, v16uint32 b0, v16acc64 acc1)
 
v16acc64 msc_4x2_2x4 (v16int32 a, v16uint32 b0, v16acc64 acc1)
 
v16acc64 mul_4x2_2x4 (v16int32 a, v16int32 b0)
 
v16acc64 negmul_4x2_2x4 (v16int32 a, v16int32 b0)
 
v16acc64 mac_4x2_2x4 (v16int32 a, v16int32 b0, v16acc64 acc1)
 
v16acc64 msc_4x2_2x4 (v16int32 a, v16int32 b0, v16acc64 acc1)
 

Emulated Multiplication of (4x2) with (2x4) Matrices (32b * 32b) with dynamic sign

v16acc64 mul_4x2_2x4 (v16uint32 a, int sgn_x, v16uint32 b0, int sgn_y)
 
v16acc64 negmul_4x2_2x4 (v16uint32 a, int sgn_x, v16uint32 b0, int sgn_y)
 
v16acc64 mac_4x2_2x4 (v16uint32 a, int sgn_x, v16uint32 b0, int sgn_y, v16acc64 acc1)
 
v16acc64 msc_4x2_2x4 (v16uint32 a, int sgn_x, v16uint32 b0, int sgn_y, v16acc64 acc1)
 
v16acc64 mul_4x2_2x4 (v16uint32 a, int sgn_x, v16int32 b0, int sgn_y)
 
v16acc64 negmul_4x2_2x4 (v16uint32 a, int sgn_x, v16int32 b0, int sgn_y)
 
v16acc64 mac_4x2_2x4 (v16uint32 a, int sgn_x, v16int32 b0, int sgn_y, v16acc64 acc1)
 
v16acc64 msc_4x2_2x4 (v16uint32 a, int sgn_x, v16int32 b0, int sgn_y, v16acc64 acc1)
 
v16acc64 mul_4x2_2x4 (v16int32 a, int sgn_x, v16uint32 b0, int sgn_y)
 
v16acc64 negmul_4x2_2x4 (v16int32 a, int sgn_x, v16uint32 b0, int sgn_y)
 
v16acc64 mac_4x2_2x4 (v16int32 a, int sgn_x, v16uint32 b0, int sgn_y, v16acc64 acc1)
 
v16acc64 msc_4x2_2x4 (v16int32 a, int sgn_x, v16uint32 b0, int sgn_y, v16acc64 acc1)
 
v16acc64 mul_4x2_2x4 (v16int32 a, int sgn_x, v16int32 b0, int sgn_y)
 
v16acc64 negmul_4x2_2x4 (v16int32 a, int sgn_x, v16int32 b0, int sgn_y)
 
v16acc64 mac_4x2_2x4 (v16int32 a, int sgn_x, v16int32 b0, int sgn_y, v16acc64 acc1)
 
v16acc64 msc_4x2_2x4 (v16int32 a, int sgn_x, v16int32 b0, int sgn_y, v16acc64 acc1)
 

Emulated Multiplication of (4x2) with (2x4) Matrices (32b * 32b) with dynamic negation of multiplication result

v16acc64 mul_4x2_2x4_conf (v16uint32 a, v16uint32 b0, int sub_mul)
 
v16acc64 negmul_4x2_2x4_conf (v16uint32 a, v16uint32 b0, int sub_mul)
 
v16acc64 mul_4x2_2x4_conf (v16uint32 a, v16int32 b0, int sub_mul)
 
v16acc64 negmul_4x2_2x4_conf (v16uint32 a, v16int32 b0, int sub_mul)
 
v16acc64 mul_4x2_2x4_conf (v16int32 a, v16uint32 b0, int sub_mul)
 
v16acc64 negmul_4x2_2x4_conf (v16int32 a, v16uint32 b0, int sub_mul)
 
v16acc64 mul_4x2_2x4_conf (v16int32 a, v16int32 b0, int sub_mul)
 
v16acc64 negmul_4x2_2x4_conf (v16int32 a, v16int32 b0, int sub_mul)
 

Emulated Multiplication of (4x2) with (2x4) Matrices (32b * 32b) with dynamic negation of multiplication result, negation of acc1

v16acc64 mac_4x2_2x4_conf (v16uint32 a, v16uint32 b0, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_4x2_2x4_conf (v16uint32 a, v16uint32 b0, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 mac_4x2_2x4_conf (v16uint32 a, v16int32 b0, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_4x2_2x4_conf (v16uint32 a, v16int32 b0, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 mac_4x2_2x4_conf (v16int32 a, v16uint32 b0, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_4x2_2x4_conf (v16int32 a, v16uint32 b0, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 mac_4x2_2x4_conf (v16int32 a, v16int32 b0, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_4x2_2x4_conf (v16int32 a, v16int32 b0, v16acc64 acc1, int sub_mul, int sub_acc1)
 

Emulated Multiplication of (4x2) with (2x4) Matrices (32b * 32b) with dynamic sign and dynamic negation of multiplication result

v16acc64 mul_4x2_2x4_conf (v16uint32 a, int sgn_x, v16uint32 b0, int sgn_y, int sub_mul)
 
v16acc64 negmul_4x2_2x4_conf (v16uint32 a, int sgn_x, v16uint32 b0, int sgn_y, int sub_mul)
 
v16acc64 mac_4x2_2x4_conf (v16uint32 a, int sgn_x, v16uint32 b0, int sgn_y, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_4x2_2x4_conf (v16uint32 a, int sgn_x, v16uint32 b0, int sgn_y, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 mul_4x2_2x4_conf (v16uint32 a, int sgn_x, v16int32 b0, int sgn_y, int sub_mul)
 
v16acc64 negmul_4x2_2x4_conf (v16uint32 a, int sgn_x, v16int32 b0, int sgn_y, int sub_mul)
 
v16acc64 mac_4x2_2x4_conf (v16uint32 a, int sgn_x, v16int32 b0, int sgn_y, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_4x2_2x4_conf (v16uint32 a, int sgn_x, v16int32 b0, int sgn_y, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 mul_4x2_2x4_conf (v16int32 a, int sgn_x, v16uint32 b0, int sgn_y, int sub_mul)
 
v16acc64 negmul_4x2_2x4_conf (v16int32 a, int sgn_x, v16uint32 b0, int sgn_y, int sub_mul)
 
v16acc64 mac_4x2_2x4_conf (v16int32 a, int sgn_x, v16uint32 b0, int sgn_y, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_4x2_2x4_conf (v16int32 a, int sgn_x, v16uint32 b0, int sgn_y, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 mul_4x2_2x4_conf (v16int32 a, int sgn_x, v16int32 b0, int sgn_y, int sub_mul)
 
v16acc64 negmul_4x2_2x4_conf (v16int32 a, int sgn_x, v16int32 b0, int sgn_y, int sub_mul)
 
v16acc64 mac_4x2_2x4_conf (v16int32 a, int sgn_x, v16int32 b0, int sgn_y, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_4x2_2x4_conf (v16int32 a, int sgn_x, v16int32 b0, int sgn_y, v16acc64 acc1, int sub_mul, int sub_acc1)
 

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

v16acc64 mac_4x2_2x4_conf (v16uint32 a, v16uint32 b0, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_4x2_2x4_conf (v16uint32 a, v16uint32 b0, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 mac_4x2_2x4_conf (v16uint32 a, v16int32 b0, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_4x2_2x4_conf (v16uint32 a, v16int32 b0, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 mac_4x2_2x4_conf (v16int32 a, v16uint32 b0, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_4x2_2x4_conf (v16int32 a, v16uint32 b0, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 mac_4x2_2x4_conf (v16int32 a, v16int32 b0, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_4x2_2x4_conf (v16int32 a, v16int32 b0, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 

Emulated Multiplication of (4x2) with (2x4) Matrices (32b * 32b) with dynamic sign and dynamic negation of multiplication result and zeroing of acc1

v16acc64 mac_4x2_2x4_conf (v16uint32 a, int sgn_x, v16uint32 b0, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_4x2_2x4_conf (v16uint32 a, int sgn_x, v16uint32 b0, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 mac_4x2_2x4_conf (v16uint32 a, int sgn_x, v16int32 b0, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_4x2_2x4_conf (v16uint32 a, int sgn_x, v16int32 b0, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 mac_4x2_2x4_conf (v16int32 a, int sgn_x, v16uint32 b0, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_4x2_2x4_conf (v16int32 a, int sgn_x, v16uint32 b0, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 mac_4x2_2x4_conf (v16int32 a, int sgn_x, v16int32 b0, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_4x2_2x4_conf (v16int32 a, int sgn_x, v16int32 b0, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 

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


v16acc64 mul_elem_16_2 (v16uint32 a0, v16uint32 a1, v16uint32 b0, v16uint32 b1)
 
v16acc64 negmul_elem_16_2 (v16uint32 a0, v16uint32 a1, v16uint32 b0, v16uint32 b1)
 
v16acc64 mac_elem_16_2 (v16uint32 a0, v16uint32 a1, v16uint32 b0, v16uint32 b1, v16acc64 acc1)
 
v16acc64 msc_elem_16_2 (v16uint32 a0, v16uint32 a1, v16uint32 b0, v16uint32 b1, v16acc64 acc1)
 
v16acc64 mul_elem_16_2 (v16uint32 a0, v16uint32 a1, v16int32 b0, v16int32 b1)
 
v16acc64 negmul_elem_16_2 (v16uint32 a0, v16uint32 a1, v16int32 b0, v16int32 b1)
 
v16acc64 mac_elem_16_2 (v16uint32 a0, v16uint32 a1, v16int32 b0, v16int32 b1, v16acc64 acc1)
 
v16acc64 msc_elem_16_2 (v16uint32 a0, v16uint32 a1, v16int32 b0, v16int32 b1, v16acc64 acc1)
 
v16acc64 mul_elem_16_2 (v16int32 a0, v16int32 a1, v16uint32 b0, v16uint32 b1)
 
v16acc64 negmul_elem_16_2 (v16int32 a0, v16int32 a1, v16uint32 b0, v16uint32 b1)
 
v16acc64 mac_elem_16_2 (v16int32 a0, v16int32 a1, v16uint32 b0, v16uint32 b1, v16acc64 acc1)
 
v16acc64 msc_elem_16_2 (v16int32 a0, v16int32 a1, v16uint32 b0, v16uint32 b1, v16acc64 acc1)
 
v16acc64 mul_elem_16_2 (v16int32 a0, v16int32 a1, v16int32 b0, v16int32 b1)
 
v16acc64 negmul_elem_16_2 (v16int32 a0, v16int32 a1, v16int32 b0, v16int32 b1)
 
v16acc64 mac_elem_16_2 (v16int32 a0, v16int32 a1, v16int32 b0, v16int32 b1, v16acc64 acc1)
 
v16acc64 msc_elem_16_2 (v16int32 a0, v16int32 a1, v16int32 b0, v16int32 b1, v16acc64 acc1)
 

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

v16acc64 mul_elem_16_2 (v16uint32 a0, v16uint32 a1, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y)
 
v16acc64 negmul_elem_16_2 (v16uint32 a0, v16uint32 a1, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y)
 
v16acc64 mac_elem_16_2 (v16uint32 a0, v16uint32 a1, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, v16acc64 acc1)
 
v16acc64 msc_elem_16_2 (v16uint32 a0, v16uint32 a1, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, v16acc64 acc1)
 
v16acc64 mul_elem_16_2 (v16uint32 a0, v16uint32 a1, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y)
 
v16acc64 negmul_elem_16_2 (v16uint32 a0, v16uint32 a1, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y)
 
v16acc64 mac_elem_16_2 (v16uint32 a0, v16uint32 a1, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, v16acc64 acc1)
 
v16acc64 msc_elem_16_2 (v16uint32 a0, v16uint32 a1, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, v16acc64 acc1)
 
v16acc64 mul_elem_16_2 (v16int32 a0, v16int32 a1, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y)
 
v16acc64 negmul_elem_16_2 (v16int32 a0, v16int32 a1, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y)
 
v16acc64 mac_elem_16_2 (v16int32 a0, v16int32 a1, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, v16acc64 acc1)
 
v16acc64 msc_elem_16_2 (v16int32 a0, v16int32 a1, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, v16acc64 acc1)
 
v16acc64 mul_elem_16_2 (v16int32 a0, v16int32 a1, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y)
 
v16acc64 negmul_elem_16_2 (v16int32 a0, v16int32 a1, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y)
 
v16acc64 mac_elem_16_2 (v16int32 a0, v16int32 a1, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, v16acc64 acc1)
 
v16acc64 msc_elem_16_2 (v16int32 a0, v16int32 a1, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, v16acc64 acc1)
 

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

v16acc64 mul_elem_16_2_conf (v16uint32 a0, v16uint32 a1, v16uint32 b0, v16uint32 b1, int sub_mul)
 
v16acc64 negmul_elem_16_2_conf (v16uint32 a0, v16uint32 a1, v16uint32 b0, v16uint32 b1, int sub_mul)
 
v16acc64 mul_elem_16_2_conf (v16uint32 a0, v16uint32 a1, v16int32 b0, v16int32 b1, int sub_mul)
 
v16acc64 negmul_elem_16_2_conf (v16uint32 a0, v16uint32 a1, v16int32 b0, v16int32 b1, int sub_mul)
 
v16acc64 mul_elem_16_2_conf (v16int32 a0, v16int32 a1, v16uint32 b0, v16uint32 b1, int sub_mul)
 
v16acc64 negmul_elem_16_2_conf (v16int32 a0, v16int32 a1, v16uint32 b0, v16uint32 b1, int sub_mul)
 
v16acc64 mul_elem_16_2_conf (v16int32 a0, v16int32 a1, v16int32 b0, v16int32 b1, int sub_mul)
 
v16acc64 negmul_elem_16_2_conf (v16int32 a0, v16int32 a1, v16int32 b0, v16int32 b1, int sub_mul)
 

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

v16acc64 mac_elem_16_2_conf (v16uint32 a0, v16uint32 a1, v16uint32 b0, v16uint32 b1, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_elem_16_2_conf (v16uint32 a0, v16uint32 a1, v16uint32 b0, v16uint32 b1, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 mac_elem_16_2_conf (v16uint32 a0, v16uint32 a1, v16int32 b0, v16int32 b1, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_elem_16_2_conf (v16uint32 a0, v16uint32 a1, v16int32 b0, v16int32 b1, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 mac_elem_16_2_conf (v16int32 a0, v16int32 a1, v16uint32 b0, v16uint32 b1, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_elem_16_2_conf (v16int32 a0, v16int32 a1, v16uint32 b0, v16uint32 b1, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 mac_elem_16_2_conf (v16int32 a0, v16int32 a1, v16int32 b0, v16int32 b1, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_elem_16_2_conf (v16int32 a0, v16int32 a1, v16int32 b0, v16int32 b1, v16acc64 acc1, int sub_mul, int sub_acc1)
 

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

v16acc64 mul_elem_16_2_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, int sub_mul)
 
v16acc64 negmul_elem_16_2_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, int sub_mul)
 
v16acc64 mac_elem_16_2_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_elem_16_2_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 mul_elem_16_2_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, int sub_mul)
 
v16acc64 negmul_elem_16_2_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, int sub_mul)
 
v16acc64 mac_elem_16_2_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_elem_16_2_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 mul_elem_16_2_conf (v16int32 a0, v16int32 a1, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, int sub_mul)
 
v16acc64 negmul_elem_16_2_conf (v16int32 a0, v16int32 a1, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, int sub_mul)
 
v16acc64 mac_elem_16_2_conf (v16int32 a0, v16int32 a1, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_elem_16_2_conf (v16int32 a0, v16int32 a1, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 mul_elem_16_2_conf (v16int32 a0, v16int32 a1, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, int sub_mul)
 
v16acc64 negmul_elem_16_2_conf (v16int32 a0, v16int32 a1, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, int sub_mul)
 
v16acc64 mac_elem_16_2_conf (v16int32 a0, v16int32 a1, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, v16acc64 acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_elem_16_2_conf (v16int32 a0, v16int32 a1, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, v16acc64 acc1, int sub_mul, int sub_acc1)
 

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

v16acc64 mac_elem_16_2_conf (v16uint32 a0, v16uint32 a1, v16uint32 b0, v16uint32 b1, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_elem_16_2_conf (v16uint32 a0, v16uint32 a1, v16uint32 b0, v16uint32 b1, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 mac_elem_16_2_conf (v16uint32 a0, v16uint32 a1, v16int32 b0, v16int32 b1, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_elem_16_2_conf (v16uint32 a0, v16uint32 a1, v16int32 b0, v16int32 b1, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 mac_elem_16_2_conf (v16int32 a0, v16int32 a1, v16uint32 b0, v16uint32 b1, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_elem_16_2_conf (v16int32 a0, v16int32 a1, v16uint32 b0, v16uint32 b1, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 mac_elem_16_2_conf (v16int32 a0, v16int32 a1, v16int32 b0, v16int32 b1, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_elem_16_2_conf (v16int32 a0, v16int32 a1, v16int32 b0, v16int32 b1, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 

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

v16acc64 mac_elem_16_2_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_elem_16_2_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 mac_elem_16_2_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_elem_16_2_conf (v16uint32 a0, v16uint32 a1, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 mac_elem_16_2_conf (v16int32 a0, v16int32 a1, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_elem_16_2_conf (v16int32 a0, v16int32 a1, int sgn_x, v16uint32 b0, v16uint32 b1, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 mac_elem_16_2_conf (v16int32 a0, v16int32 a1, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 
v16acc64 msc_elem_16_2_conf (v16int32 a0, v16int32 a1, int sgn_x, v16int32 b0, v16int32 b1, int sgn_y, v16acc64 acc1, int zero_acc1, int sub_mul, int sub_acc1)
 

Function Documentation

◆ mac_4x2_2x4() [1/8]

v16acc64 mac_4x2_2x4 ( v16int32  a,
int  sgn_x,
v16int32  b0,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x2_2x4() [2/8]

v16acc64 mac_4x2_2x4 ( v16int32  a,
int  sgn_x,
v16uint32  b0,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x2_2x4() [3/8]

v16acc64 mac_4x2_2x4 ( v16int32  a,
v16int32  b0,
v16acc64  acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x2_2x4() [4/8]

v16acc64 mac_4x2_2x4 ( v16int32  a,
v16uint32  b0,
v16acc64  acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x2_2x4() [5/8]

v16acc64 mac_4x2_2x4 ( v16uint32  a,
int  sgn_x,
v16int32  b0,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x2_2x4() [6/8]

v16acc64 mac_4x2_2x4 ( v16uint32  a,
int  sgn_x,
v16uint32  b0,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x2_2x4() [7/8]

v16acc64 mac_4x2_2x4 ( v16uint32  a,
v16int32  b0,
v16acc64  acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x2_2x4() [8/8]

v16acc64 mac_4x2_2x4 ( v16uint32  a,
v16uint32  b0,
v16acc64  acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_4x2_2x4_conf() [1/16]

v16acc64 mac_4x2_2x4_conf ( v16int32  a,
int  sgn_x,
v16int32  b0,
int  sgn_y,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix 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_4x2_2x4_conf() [2/16]

v16acc64 mac_4x2_2x4_conf ( v16int32  a,
int  sgn_x,
v16int32  b0,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask of acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x2_2x4_conf() [3/16]

v16acc64 mac_4x2_2x4_conf ( v16int32  a,
int  sgn_x,
v16uint32  b0,
int  sgn_y,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix 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_4x2_2x4_conf() [4/16]

v16acc64 mac_4x2_2x4_conf ( v16int32  a,
int  sgn_x,
v16uint32  b0,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask of acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x2_2x4_conf() [5/16]

v16acc64 mac_4x2_2x4_conf ( v16int32  a,
v16int32  b0,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x2_2x4_conf() [6/16]

v16acc64 mac_4x2_2x4_conf ( v16int32  a,
v16int32  b0,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask of acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x2_2x4_conf() [7/16]

v16acc64 mac_4x2_2x4_conf ( v16int32  a,
v16uint32  b0,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x2_2x4_conf() [8/16]

v16acc64 mac_4x2_2x4_conf ( v16int32  a,
v16uint32  b0,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask of acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x2_2x4_conf() [9/16]

v16acc64 mac_4x2_2x4_conf ( v16uint32  a,
int  sgn_x,
v16int32  b0,
int  sgn_y,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix 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_4x2_2x4_conf() [10/16]

v16acc64 mac_4x2_2x4_conf ( v16uint32  a,
int  sgn_x,
v16int32  b0,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask of acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x2_2x4_conf() [11/16]

v16acc64 mac_4x2_2x4_conf ( v16uint32  a,
int  sgn_x,
v16uint32  b0,
int  sgn_y,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix 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_4x2_2x4_conf() [12/16]

v16acc64 mac_4x2_2x4_conf ( v16uint32  a,
int  sgn_x,
v16uint32  b0,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask of acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x2_2x4_conf() [13/16]

v16acc64 mac_4x2_2x4_conf ( v16uint32  a,
v16int32  b0,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x2_2x4_conf() [14/16]

v16acc64 mac_4x2_2x4_conf ( v16uint32  a,
v16int32  b0,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask of acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x2_2x4_conf() [15/16]

v16acc64 mac_4x2_2x4_conf ( v16uint32  a,
v16uint32  b0,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_4x2_2x4_conf() [16/16]

v16acc64 mac_4x2_2x4_conf ( v16uint32  a,
v16uint32  b0,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask of acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_elem_16_2() [1/8]

v16acc64 mac_elem_16_2 ( v16int32  a0,
v16int32  a1,
int  sgn_x,
v16int32  b0,
v16int32  b1,
int  sgn_y,
v16acc64  acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_16_2() [2/8]

v16acc64 mac_elem_16_2 ( v16int32  a0,
v16int32  a1,
int  sgn_x,
v16uint32  b0,
v16uint32  b1,
int  sgn_y,
v16acc64  acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_16_2() [3/8]

v16acc64 mac_elem_16_2 ( v16int32  a0,
v16int32  a1,
v16int32  b0,
v16int32  b1,
v16acc64  acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_16_2() [4/8]

v16acc64 mac_elem_16_2 ( v16int32  a0,
v16int32  a1,
v16uint32  b0,
v16uint32  b1,
v16acc64  acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_16_2() [5/8]

v16acc64 mac_elem_16_2 ( v16uint32  a0,
v16uint32  a1,
int  sgn_x,
v16int32  b0,
v16int32  b1,
int  sgn_y,
v16acc64  acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_16_2() [6/8]

v16acc64 mac_elem_16_2 ( v16uint32  a0,
v16uint32  a1,
int  sgn_x,
v16uint32  b0,
v16uint32  b1,
int  sgn_y,
v16acc64  acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_16_2() [7/8]

v16acc64 mac_elem_16_2 ( v16uint32  a0,
v16uint32  a1,
v16int32  b0,
v16int32  b1,
v16acc64  acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_16_2() [8/8]

v16acc64 mac_elem_16_2 ( v16uint32  a0,
v16uint32  a1,
v16uint32  b0,
v16uint32  b1,
v16acc64  acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
acc1Accumulator 1 input
Returns
Result of operation

◆ mac_elem_16_2_conf() [1/16]

v16acc64 mac_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
int  sgn_x,
v16int32  b0,
v16int32  b1,
int  sgn_y,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [2/16]

v16acc64 mac_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
int  sgn_x,
v16int32  b0,
v16int32  b1,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [3/16]

v16acc64 mac_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
int  sgn_x,
v16uint32  b0,
v16uint32  b1,
int  sgn_y,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [4/16]

v16acc64 mac_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
int  sgn_x,
v16uint32  b0,
v16uint32  b1,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [5/16]

v16acc64 mac_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
v16int32  b0,
v16int32  b1,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_elem_16_2_conf() [6/16]

v16acc64 mac_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
v16int32  b0,
v16int32  b1,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [7/16]

v16acc64 mac_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
v16uint32  b0,
v16uint32  b1,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_elem_16_2_conf() [8/16]

v16acc64 mac_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
v16uint32  b0,
v16uint32  b1,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [9/16]

v16acc64 mac_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
int  sgn_x,
v16int32  b0,
v16int32  b1,
int  sgn_y,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [10/16]

v16acc64 mac_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
int  sgn_x,
v16int32  b0,
v16int32  b1,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [11/16]

v16acc64 mac_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
int  sgn_x,
v16uint32  b0,
v16uint32  b1,
int  sgn_y,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [12/16]

v16acc64 mac_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
int  sgn_x,
v16uint32  b0,
v16uint32  b1,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [13/16]

v16acc64 mac_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
v16int32  b0,
v16int32  b1,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_elem_16_2_conf() [14/16]

v16acc64 mac_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
v16int32  b0,
v16int32  b1,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [15/16]

v16acc64 mac_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
v16uint32  b0,
v16uint32  b1,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mac_elem_16_2_conf() [16/16]

v16acc64 mac_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
v16uint32  b0,
v16uint32  b1,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_4x2_2x4() [1/8]

v16acc64 msc_4x2_2x4 ( v16int32  a,
int  sgn_x,
v16int32  b0,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x2_2x4() [2/8]

v16acc64 msc_4x2_2x4 ( v16int32  a,
int  sgn_x,
v16uint32  b0,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x2_2x4() [3/8]

v16acc64 msc_4x2_2x4 ( v16int32  a,
v16int32  b0,
v16acc64  acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x2_2x4() [4/8]

v16acc64 msc_4x2_2x4 ( v16int32  a,
v16uint32  b0,
v16acc64  acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x2_2x4() [5/8]

v16acc64 msc_4x2_2x4 ( v16uint32  a,
int  sgn_x,
v16int32  b0,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x2_2x4() [6/8]

v16acc64 msc_4x2_2x4 ( v16uint32  a,
int  sgn_x,
v16uint32  b0,
int  sgn_y,
v16acc64  acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x2_2x4() [7/8]

v16acc64 msc_4x2_2x4 ( v16uint32  a,
v16int32  b0,
v16acc64  acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x2_2x4() [8/8]

v16acc64 msc_4x2_2x4 ( v16uint32  a,
v16uint32  b0,
v16acc64  acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_4x2_2x4_conf() [1/16]

v16acc64 msc_4x2_2x4_conf ( v16int32  a,
int  sgn_x,
v16int32  b0,
int  sgn_y,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix 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_4x2_2x4_conf() [2/16]

v16acc64 msc_4x2_2x4_conf ( v16int32  a,
int  sgn_x,
v16int32  b0,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask of 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_4x2_2x4_conf() [3/16]

v16acc64 msc_4x2_2x4_conf ( v16int32  a,
int  sgn_x,
v16uint32  b0,
int  sgn_y,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix 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_4x2_2x4_conf() [4/16]

v16acc64 msc_4x2_2x4_conf ( v16int32  a,
int  sgn_x,
v16uint32  b0,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask of 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_4x2_2x4_conf() [5/16]

v16acc64 msc_4x2_2x4_conf ( v16int32  a,
v16int32  b0,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_4x2_2x4_conf() [6/16]

v16acc64 msc_4x2_2x4_conf ( v16int32  a,
v16int32  b0,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask of acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_4x2_2x4_conf() [7/16]

v16acc64 msc_4x2_2x4_conf ( v16int32  a,
v16uint32  b0,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_4x2_2x4_conf() [8/16]

v16acc64 msc_4x2_2x4_conf ( v16int32  a,
v16uint32  b0,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask of acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_4x2_2x4_conf() [9/16]

v16acc64 msc_4x2_2x4_conf ( v16uint32  a,
int  sgn_x,
v16int32  b0,
int  sgn_y,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix 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_4x2_2x4_conf() [10/16]

v16acc64 msc_4x2_2x4_conf ( v16uint32  a,
int  sgn_x,
v16int32  b0,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask of 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_4x2_2x4_conf() [11/16]

v16acc64 msc_4x2_2x4_conf ( v16uint32  a,
int  sgn_x,
v16uint32  b0,
int  sgn_y,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix 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_4x2_2x4_conf() [12/16]

v16acc64 msc_4x2_2x4_conf ( v16uint32  a,
int  sgn_x,
v16uint32  b0,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask of 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_4x2_2x4_conf() [13/16]

v16acc64 msc_4x2_2x4_conf ( v16uint32  a,
v16int32  b0,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_4x2_2x4_conf() [14/16]

v16acc64 msc_4x2_2x4_conf ( v16uint32  a,
v16int32  b0,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask of acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_4x2_2x4_conf() [15/16]

v16acc64 msc_4x2_2x4_conf ( v16uint32  a,
v16uint32  b0,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_4x2_2x4_conf() [16/16]

v16acc64 msc_4x2_2x4_conf ( v16uint32  a,
v16uint32  b0,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
aMatrix A
b0Matrix B
acc1Accumulator 1 input
zero_acc1Zeroing mask of acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_elem_16_2() [1/8]

v16acc64 msc_elem_16_2 ( v16int32  a0,
v16int32  a1,
int  sgn_x,
v16int32  b0,
v16int32  b1,
int  sgn_y,
v16acc64  acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_16_2() [2/8]

v16acc64 msc_elem_16_2 ( v16int32  a0,
v16int32  a1,
int  sgn_x,
v16uint32  b0,
v16uint32  b1,
int  sgn_y,
v16acc64  acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_16_2() [3/8]

v16acc64 msc_elem_16_2 ( v16int32  a0,
v16int32  a1,
v16int32  b0,
v16int32  b1,
v16acc64  acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_16_2() [4/8]

v16acc64 msc_elem_16_2 ( v16int32  a0,
v16int32  a1,
v16uint32  b0,
v16uint32  b1,
v16acc64  acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_16_2() [5/8]

v16acc64 msc_elem_16_2 ( v16uint32  a0,
v16uint32  a1,
int  sgn_x,
v16int32  b0,
v16int32  b1,
int  sgn_y,
v16acc64  acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_16_2() [6/8]

v16acc64 msc_elem_16_2 ( v16uint32  a0,
v16uint32  a1,
int  sgn_x,
v16uint32  b0,
v16uint32  b1,
int  sgn_y,
v16acc64  acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
sgn_ySign mask for matrix B
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_16_2() [7/8]

v16acc64 msc_elem_16_2 ( v16uint32  a0,
v16uint32  a1,
v16int32  b0,
v16int32  b1,
v16acc64  acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_16_2() [8/8]

v16acc64 msc_elem_16_2 ( v16uint32  a0,
v16uint32  a1,
v16uint32  b0,
v16uint32  b1,
v16acc64  acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
acc1Accumulator 1 input
Returns
Result of operation

◆ msc_elem_16_2_conf() [1/16]

v16acc64 msc_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
int  sgn_x,
v16int32  b0,
v16int32  b1,
int  sgn_y,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [2/16]

v16acc64 msc_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
int  sgn_x,
v16int32  b0,
v16int32  b1,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [3/16]

v16acc64 msc_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
int  sgn_x,
v16uint32  b0,
v16uint32  b1,
int  sgn_y,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [4/16]

v16acc64 msc_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
int  sgn_x,
v16uint32  b0,
v16uint32  b1,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [5/16]

v16acc64 msc_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
v16int32  b0,
v16int32  b1,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_elem_16_2_conf() [6/16]

v16acc64 msc_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
v16int32  b0,
v16int32  b1,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [7/16]

v16acc64 msc_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
v16uint32  b0,
v16uint32  b1,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_elem_16_2_conf() [8/16]

v16acc64 msc_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
v16uint32  b0,
v16uint32  b1,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [9/16]

v16acc64 msc_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
int  sgn_x,
v16int32  b0,
v16int32  b1,
int  sgn_y,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [10/16]

v16acc64 msc_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
int  sgn_x,
v16int32  b0,
v16int32  b1,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [11/16]

v16acc64 msc_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
int  sgn_x,
v16uint32  b0,
v16uint32  b1,
int  sgn_y,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [12/16]

v16acc64 msc_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
int  sgn_x,
v16uint32  b0,
v16uint32  b1,
int  sgn_y,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [13/16]

v16acc64 msc_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
v16int32  b0,
v16int32  b1,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_elem_16_2_conf() [14/16]

v16acc64 msc_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
v16int32  b0,
v16int32  b1,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [15/16]

v16acc64 msc_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
v16uint32  b0,
v16uint32  b1,
v16acc64  acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
acc1Accumulator 1 input
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ msc_elem_16_2_conf() [16/16]

v16acc64 msc_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
v16uint32  b0,
v16uint32  b1,
v16acc64  acc1,
int  zero_acc1,
int  sub_mul,
int  sub_acc1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
acc1Accumulator 1 input
zero_acc1Zeroing mask for acc1
sub_mulNegation mask of multiplication result
sub_acc1Negation mask of acc1
Returns
Result of operation

◆ mul_4x2_2x4() [1/8]

v16acc64 mul_4x2_2x4 ( v16int32  a,
int  sgn_x,
v16int32  b0,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_4x2_2x4() [2/8]

v16acc64 mul_4x2_2x4 ( v16int32  a,
int  sgn_x,
v16uint32  b0,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_4x2_2x4() [3/8]

v16acc64 mul_4x2_2x4 ( v16int32  a,
v16int32  b0 
)
Parameters
aMatrix A
b0Matrix B
Returns
Result of operation

◆ mul_4x2_2x4() [4/8]

v16acc64 mul_4x2_2x4 ( v16int32  a,
v16uint32  b0 
)
Parameters
aMatrix A
b0Matrix B
Returns
Result of operation

◆ mul_4x2_2x4() [5/8]

v16acc64 mul_4x2_2x4 ( v16uint32  a,
int  sgn_x,
v16int32  b0,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_4x2_2x4() [6/8]

v16acc64 mul_4x2_2x4 ( v16uint32  a,
int  sgn_x,
v16uint32  b0,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_4x2_2x4() [7/8]

v16acc64 mul_4x2_2x4 ( v16uint32  a,
v16int32  b0 
)
Parameters
aMatrix A
b0Matrix B
Returns
Result of operation

◆ mul_4x2_2x4() [8/8]

v16acc64 mul_4x2_2x4 ( v16uint32  a,
v16uint32  b0 
)
Parameters
aMatrix A
b0Matrix B
Returns
Result of operation

◆ mul_4x2_2x4_conf() [1/8]

v16acc64 mul_4x2_2x4_conf ( v16int32  a,
int  sgn_x,
v16int32  b0,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix 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_4x2_2x4_conf() [2/8]

v16acc64 mul_4x2_2x4_conf ( v16int32  a,
int  sgn_x,
v16uint32  b0,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix 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_4x2_2x4_conf() [3/8]

v16acc64 mul_4x2_2x4_conf ( v16int32  a,
v16int32  b0,
int  sub_mul 
)
Parameters
aMatrix A
b0Matrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_4x2_2x4_conf() [4/8]

v16acc64 mul_4x2_2x4_conf ( v16int32  a,
v16uint32  b0,
int  sub_mul 
)
Parameters
aMatrix A
b0Matrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_4x2_2x4_conf() [5/8]

v16acc64 mul_4x2_2x4_conf ( v16uint32  a,
int  sgn_x,
v16int32  b0,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix 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_4x2_2x4_conf() [6/8]

v16acc64 mul_4x2_2x4_conf ( v16uint32  a,
int  sgn_x,
v16uint32  b0,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix 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_4x2_2x4_conf() [7/8]

v16acc64 mul_4x2_2x4_conf ( v16uint32  a,
v16int32  b0,
int  sub_mul 
)
Parameters
aMatrix A
b0Matrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_4x2_2x4_conf() [8/8]

v16acc64 mul_4x2_2x4_conf ( v16uint32  a,
v16uint32  b0,
int  sub_mul 
)
Parameters
aMatrix A
b0Matrix B
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_elem_16_2() [1/8]

v16acc64 mul_elem_16_2 ( v16int32  a0,
v16int32  a1,
int  sgn_x,
v16int32  b0,
v16int32  b1,
int  sgn_y 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_elem_16_2() [2/8]

v16acc64 mul_elem_16_2 ( v16int32  a0,
v16int32  a1,
int  sgn_x,
v16uint32  b0,
v16uint32  b1,
int  sgn_y 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_elem_16_2() [3/8]

v16acc64 mul_elem_16_2 ( v16int32  a0,
v16int32  a1,
v16int32  b0,
v16int32  b1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
Returns
Result of operation

◆ mul_elem_16_2() [4/8]

v16acc64 mul_elem_16_2 ( v16int32  a0,
v16int32  a1,
v16uint32  b0,
v16uint32  b1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
Returns
Result of operation

◆ mul_elem_16_2() [5/8]

v16acc64 mul_elem_16_2 ( v16uint32  a0,
v16uint32  a1,
int  sgn_x,
v16int32  b0,
v16int32  b1,
int  sgn_y 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_elem_16_2() [6/8]

v16acc64 mul_elem_16_2 ( v16uint32  a0,
v16uint32  a1,
int  sgn_x,
v16uint32  b0,
v16uint32  b1,
int  sgn_y 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
sgn_ySign mask for matrix B
Returns
Result of operation

◆ mul_elem_16_2() [7/8]

v16acc64 mul_elem_16_2 ( v16uint32  a0,
v16uint32  a1,
v16int32  b0,
v16int32  b1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
Returns
Result of operation

◆ mul_elem_16_2() [8/8]

v16acc64 mul_elem_16_2 ( v16uint32  a0,
v16uint32  a1,
v16uint32  b0,
v16uint32  b1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
Returns
Result of operation

◆ mul_elem_16_2_conf() [1/8]

v16acc64 mul_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
int  sgn_x,
v16int32  b0,
v16int32  b1,
int  sgn_y,
int  sub_mul 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [2/8]

v16acc64 mul_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
int  sgn_x,
v16uint32  b0,
v16uint32  b1,
int  sgn_y,
int  sub_mul 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [3/8]

v16acc64 mul_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
v16int32  b0,
v16int32  b1,
int  sub_mul 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_elem_16_2_conf() [4/8]

v16acc64 mul_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
v16uint32  b0,
v16uint32  b1,
int  sub_mul 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_elem_16_2_conf() [5/8]

v16acc64 mul_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
int  sgn_x,
v16int32  b0,
v16int32  b1,
int  sgn_y,
int  sub_mul 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [6/8]

v16acc64 mul_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
int  sgn_x,
v16uint32  b0,
v16uint32  b1,
int  sgn_y,
int  sub_mul 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [7/8]

v16acc64 mul_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
v16int32  b0,
v16int32  b1,
int  sub_mul 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ mul_elem_16_2_conf() [8/8]

v16acc64 mul_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
v16uint32  b0,
v16uint32  b1,
int  sub_mul 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
sub_mulNegation mask for multiplication result
Returns
Result of operation

◆ negmul_4x2_2x4() [1/8]

v16acc64 negmul_4x2_2x4 ( v16int32  a,
int  sgn_x,
v16int32  b0,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_4x2_2x4() [2/8]

v16acc64 negmul_4x2_2x4 ( v16int32  a,
int  sgn_x,
v16uint32  b0,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_4x2_2x4() [3/8]

v16acc64 negmul_4x2_2x4 ( v16int32  a,
v16int32  b0 
)
Parameters
aMatrix A
b0Matrix B
Returns
Result of operation

◆ negmul_4x2_2x4() [4/8]

v16acc64 negmul_4x2_2x4 ( v16int32  a,
v16uint32  b0 
)
Parameters
aMatrix A
b0Matrix B
Returns
Result of operation

◆ negmul_4x2_2x4() [5/8]

v16acc64 negmul_4x2_2x4 ( v16uint32  a,
int  sgn_x,
v16int32  b0,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_4x2_2x4() [6/8]

v16acc64 negmul_4x2_2x4 ( v16uint32  a,
int  sgn_x,
v16uint32  b0,
int  sgn_y 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_4x2_2x4() [7/8]

v16acc64 negmul_4x2_2x4 ( v16uint32  a,
v16int32  b0 
)
Parameters
aMatrix A
b0Matrix B
Returns
Result of operation

◆ negmul_4x2_2x4() [8/8]

v16acc64 negmul_4x2_2x4 ( v16uint32  a,
v16uint32  b0 
)
Parameters
aMatrix A
b0Matrix B
Returns
Result of operation

◆ negmul_4x2_2x4_conf() [1/8]

v16acc64 negmul_4x2_2x4_conf ( v16int32  a,
int  sgn_x,
v16int32  b0,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_4x2_2x4_conf() [2/8]

v16acc64 negmul_4x2_2x4_conf ( v16int32  a,
int  sgn_x,
v16uint32  b0,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_4x2_2x4_conf() [3/8]

v16acc64 negmul_4x2_2x4_conf ( v16int32  a,
v16int32  b0,
int  sub_mul 
)
Parameters
aMatrix A
b0Matrix 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_4x2_2x4_conf() [4/8]

v16acc64 negmul_4x2_2x4_conf ( v16int32  a,
v16uint32  b0,
int  sub_mul 
)
Parameters
aMatrix A
b0Matrix 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_4x2_2x4_conf() [5/8]

v16acc64 negmul_4x2_2x4_conf ( v16uint32  a,
int  sgn_x,
v16int32  b0,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_4x2_2x4_conf() [6/8]

v16acc64 negmul_4x2_2x4_conf ( v16uint32  a,
int  sgn_x,
v16uint32  b0,
int  sgn_y,
int  sub_mul 
)
Parameters
aMatrix A
sgn_xSign mask for matrix A
b0Matrix B
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_4x2_2x4_conf() [7/8]

v16acc64 negmul_4x2_2x4_conf ( v16uint32  a,
v16int32  b0,
int  sub_mul 
)
Parameters
aMatrix A
b0Matrix 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_4x2_2x4_conf() [8/8]

v16acc64 negmul_4x2_2x4_conf ( v16uint32  a,
v16uint32  b0,
int  sub_mul 
)
Parameters
aMatrix A
b0Matrix 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_16_2() [1/8]

v16acc64 negmul_elem_16_2 ( v16int32  a0,
v16int32  a1,
int  sgn_x,
v16int32  b0,
v16int32  b1,
int  sgn_y 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_elem_16_2() [2/8]

v16acc64 negmul_elem_16_2 ( v16int32  a0,
v16int32  a1,
int  sgn_x,
v16uint32  b0,
v16uint32  b1,
int  sgn_y 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_elem_16_2() [3/8]

v16acc64 negmul_elem_16_2 ( v16int32  a0,
v16int32  a1,
v16int32  b0,
v16int32  b1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
Returns
Result of operation

◆ negmul_elem_16_2() [4/8]

v16acc64 negmul_elem_16_2 ( v16int32  a0,
v16int32  a1,
v16uint32  b0,
v16uint32  b1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
Returns
Result of operation

◆ negmul_elem_16_2() [5/8]

v16acc64 negmul_elem_16_2 ( v16uint32  a0,
v16uint32  a1,
int  sgn_x,
v16int32  b0,
v16int32  b1,
int  sgn_y 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_elem_16_2() [6/8]

v16acc64 negmul_elem_16_2 ( v16uint32  a0,
v16uint32  a1,
int  sgn_x,
v16uint32  b0,
v16uint32  b1,
int  sgn_y 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
sgn_ySign mask for matrix B
Returns
Result of operation

◆ negmul_elem_16_2() [7/8]

v16acc64 negmul_elem_16_2 ( v16uint32  a0,
v16uint32  a1,
v16int32  b0,
v16int32  b1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
Returns
Result of operation

◆ negmul_elem_16_2() [8/8]

v16acc64 negmul_elem_16_2 ( v16uint32  a0,
v16uint32  a1,
v16uint32  b0,
v16uint32  b1 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
Returns
Result of operation

◆ negmul_elem_16_2_conf() [1/8]

v16acc64 negmul_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
int  sgn_x,
v16int32  b0,
v16int32  b1,
int  sgn_y,
int  sub_mul 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_elem_16_2_conf() [2/8]

v16acc64 negmul_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
int  sgn_x,
v16uint32  b0,
v16uint32  b1,
int  sgn_y,
int  sub_mul 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_elem_16_2_conf() [3/8]

v16acc64 negmul_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
v16int32  b0,
v16int32  b1,
int  sub_mul 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [4/8]

v16acc64 negmul_elem_16_2_conf ( v16int32  a0,
v16int32  a1,
v16uint32  b0,
v16uint32  b1,
int  sub_mul 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [5/8]

v16acc64 negmul_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
int  sgn_x,
v16int32  b0,
v16int32  b1,
int  sgn_y,
int  sub_mul 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_elem_16_2_conf() [6/8]

v16acc64 negmul_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
int  sgn_x,
v16uint32  b0,
v16uint32  b1,
int  sgn_y,
int  sub_mul 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
sgn_xSign mask for matrix A
b0Matrix B (first halft)
b1Matrix B (second halft)
sgn_ySign mask for matrix B
sub_mulNegation mask of multiplication result
Returns
Result of operation

◆ negmul_elem_16_2_conf() [7/8]

v16acc64 negmul_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
v16int32  b0,
v16int32  b1,
int  sub_mul 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
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_16_2_conf() [8/8]

v16acc64 negmul_elem_16_2_conf ( v16uint32  a0,
v16uint32  a1,
v16uint32  b0,
v16uint32  b1,
int  sub_mul 
)
Parameters
a0Matrix A (first halft)
a1Matrix A (Second halft)
b0Matrix B (first halft)
b1Matrix B (second halft)
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