Searched refs:DO_MLA (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 1530 #define DO_MLA(N, M, A) (A + N * M) macro 1532 DO_ZZXW(sve2_smlal_idx_s, int32_t, int16_t, H1_4, H1_2, DO_MLA) 1533 DO_ZZXW(sve2_smlal_idx_d, int64_t, int32_t, H1_8, H1_4, DO_MLA) 1534 DO_ZZXW(sve2_umlal_idx_s, uint32_t, uint16_t, H1_4, H1_2, DO_MLA) 1535 DO_ZZXW(sve2_umlal_idx_d, uint64_t, uint32_t, H1_8, H1_4, DO_MLA) 1556 #undef DO_MLA 2346 #define DO_MLA(A, N, M) (A + N * M) macro 2349 DO_ZPZZZ(sve_mla_b, uint8_t, H1, DO_MLA) 2352 DO_ZPZZZ(sve_mla_h, uint16_t, H1_2, DO_MLA) 2355 DO_ZPZZZ(sve_mla_s, uint32_t, H1_4, DO_MLA) [all …]
|