Searched refs:DO_ZZZ_NTB (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 1124 #define DO_ZZZ_NTB(NAME, TYPE, H, OP) \ macro 1137 DO_ZZZ_NTB(sve2_eoril_b, uint8_t, H1, DO_EOR) 1138 DO_ZZZ_NTB(sve2_eoril_h, uint16_t, H1_2, DO_EOR) 1139 DO_ZZZ_NTB(sve2_eoril_s, uint32_t, H1_4, DO_EOR) 1140 DO_ZZZ_NTB(sve2_eoril_d, uint64_t, H1_8, DO_EOR) 1142 #undef DO_ZZZ_NTB
|