Lines Matching refs:DO_MLS
1560 #define DO_MLS(N, M, A) (A - N * M) macro
1562 DO_ZZXW(sve2_smlsl_idx_s, int32_t, int16_t, H1_4, H1_2, DO_MLS)
1563 DO_ZZXW(sve2_smlsl_idx_d, int64_t, int32_t, H1_8, H1_4, DO_MLS)
1564 DO_ZZXW(sve2_umlsl_idx_s, uint32_t, uint16_t, H1_4, H1_2, DO_MLS)
1565 DO_ZZXW(sve2_umlsl_idx_d, uint64_t, uint32_t, H1_8, H1_4, DO_MLS)
1580 #undef DO_MLS
2370 #define DO_MLS(A, N, M) (A - N * M) macro
2373 DO_ZPZZZ(sve_mls_b, uint8_t, H1, DO_MLS)
2376 DO_ZPZZZ(sve_mls_h, uint16_t, H1_2, DO_MLS)
2379 DO_ZPZZZ(sve_mls_s, uint32_t, H1_4, DO_MLS)
2382 DO_ZPZZZ_D(sve_mls_d, uint64_t, DO_MLS)
2385 #undef DO_MLS