Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c3493 #define DO_ZIP(NAME, TYPE, H) \ macro
3518 DO_ZIP(sve_zip_b, uint8_t, H1)
3519 DO_ZIP(sve_zip_h, uint16_t, H1_2)
3520 DO_ZIP(sve_zip_s, uint32_t, H1_4)
3521 DO_ZIP(sve_zip_d, uint64_t, H1_8)
3522 DO_ZIP(sve2_zip_q, Int128, )
3615 #undef DO_ZIP