Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dvec_helper.c1487 #define DO_MLA_IDX(NAME, TYPE, OP, H) \ macro
1503 DO_MLA_IDX(gvec_mla_idx_h, uint16_t, +, H2)
1504 DO_MLA_IDX(gvec_mla_idx_s, uint32_t, +, H4)
1505 DO_MLA_IDX(gvec_mla_idx_d, uint64_t, +, H8)
1507 DO_MLA_IDX(gvec_mls_idx_h, uint16_t, -, H2)
1508 DO_MLA_IDX(gvec_mls_idx_s, uint32_t, -, H4)
1509 DO_MLA_IDX(gvec_mls_idx_d, uint64_t, -, H8)
1511 #undef DO_MLA_IDX