Searched refs:DO_PPZZ_MATCH (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 7207 #define DO_PPZZ_MATCH(NAME, ESZ, INV) \ macro 7213 DO_PPZZ_MATCH(sve2_match_ppzz_b, MO_8, false) in DO_PPZZ_MATCH() function 7214 DO_PPZZ_MATCH(sve2_match_ppzz_h, MO_16, false) in DO_PPZZ_MATCH() 7216 DO_PPZZ_MATCH(sve2_nmatch_ppzz_b, MO_8, true) in DO_PPZZ_MATCH() 7217 DO_PPZZ_MATCH(sve2_nmatch_ppzz_h, MO_16, true) in DO_PPZZ_MATCH() 7219 #undef DO_PPZZ_MATCH in DO_PPZZ_MATCH()
|