Searched refs:DO_PPZW (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sve.c | 2770 #define DO_PPZW(NAME, name) \ in DO_PPZZ() macro 2778 DO_PPZW(CMPEQ, cmpeq) 2779 DO_PPZW(CMPNE, cmpne) 2780 DO_PPZW(CMPGT, cmpgt) 2781 DO_PPZW(CMPGE, cmpge) 2782 DO_PPZW(CMPHI, cmphi) 2783 DO_PPZW(CMPHS, cmphs) 2784 DO_PPZW(CMPLT, cmplt) 2785 DO_PPZW(CMPLE, cmple) 2786 DO_PPZW(CMPLO, cmplo) [all …]
|