Searched refs:DO_PPZI (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sve.c | 2825 #define DO_PPZI(NAME, name) \ macro 2833 DO_PPZI(CMPEQ, cmpeq) in DO_PPZI() function 2834 DO_PPZI(CMPNE, cmpne) in DO_PPZI() 2835 DO_PPZI(CMPGT, cmpgt) in DO_PPZI() 2836 DO_PPZI(CMPGE, cmpge) in DO_PPZI() 2837 DO_PPZI(CMPHI, cmphi) in DO_PPZI() 2838 DO_PPZI(CMPHS, cmphs) in DO_PPZI() 2839 DO_PPZI(CMPLT, cmplt) in DO_PPZI() 2840 DO_PPZI(CMPLE, cmple) in DO_PPZI() 2841 DO_PPZI(CMPLO, cmplo) in DO_PPZI() [all …]
|