Home
last modified time | relevance | path

Searched refs:DO_SQDMLAL (Results 1 – 1 of 1) sorted by relevance

/qemu/target/arm/tcg/
H A Dsve_helper.c1298 #define DO_SQDMLAL(NAME, TYPEW, TYPEN, HW, HN, DMUL_OP, SUM_OP) \ macro
1312 DO_SQDMLAL(sve2_sqdmlal_zzzw_h, int16_t, int8_t, H1_2, H1, in DO_SQDMLAL() function
1314 DO_SQDMLAL(sve2_sqdmlal_zzzw_s, int32_t, int16_t, H1_4, H1_2, in DO_SQDMLAL()
1316 DO_SQDMLAL(sve2_sqdmlal_zzzw_d, int64_t, int32_t, H1_8, H1_4, in DO_SQDMLAL()
1319 DO_SQDMLAL(sve2_sqdmlsl_zzzw_h, int16_t, int8_t, H1_2, H1, in DO_SQDMLAL()
1321 DO_SQDMLAL(sve2_sqdmlsl_zzzw_s, int32_t, int16_t, H1_4, H1_2, in DO_SQDMLAL()
1323 DO_SQDMLAL(sve2_sqdmlsl_zzzw_d, int64_t, int32_t, H1_8, H1_4, in DO_SQDMLAL()
1326 #undef DO_SQDMLAL in DO_SQDMLAL()