Searched refs:DO_CMP_PPZZ_B (Results 1 – 1 of 1) sorted by relevance
/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 3676 #define DO_CMP_PPZZ_B(NAME, TYPE, OP) \ macro 3685 DO_CMP_PPZZ_B(sve_cmpeq_ppzz_b, uint8_t, ==) 3690 DO_CMP_PPZZ_B(sve_cmpne_ppzz_b, uint8_t, !=) 3695 DO_CMP_PPZZ_B(sve_cmpgt_ppzz_b, int8_t, >) 3700 DO_CMP_PPZZ_B(sve_cmpge_ppzz_b, int8_t, >=) 3705 DO_CMP_PPZZ_B(sve_cmphi_ppzz_b, uint8_t, >) 3710 DO_CMP_PPZZ_B(sve_cmphs_ppzz_b, uint8_t, >=) 3715 #undef DO_CMP_PPZZ_B
|