Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c8300 #define DO_PPZZ_MATCH(NAME, ESZ, INV) \ macro
8306 DO_PPZZ_MATCH(sve2_match_ppzz_b, MO_8, false) in DO_PPZZ_MATCH() function
8307 DO_PPZZ_MATCH(sve2_match_ppzz_h, MO_16, false) in DO_PPZZ_MATCH()
8309 DO_PPZZ_MATCH(sve2_nmatch_ppzz_b, MO_8, true) in DO_PPZZ_MATCH()
8310 DO_PPZZ_MATCH(sve2_nmatch_ppzz_h, MO_16, true) in DO_PPZZ_MATCH()
8312 #undef DO_PPZZ_MATCH in DO_PPZZ_MATCH()