Searched refs:DO_CMP_PPZZ_B (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 3641 #define DO_CMP_PPZZ_B(NAME, TYPE, OP) \ macro 3650 DO_CMP_PPZZ_B(sve_cmpeq_ppzz_b, uint8_t, ==) 3655 DO_CMP_PPZZ_B(sve_cmpne_ppzz_b, uint8_t, !=) 3660 DO_CMP_PPZZ_B(sve_cmpgt_ppzz_b, int8_t, >) 3665 DO_CMP_PPZZ_B(sve_cmpge_ppzz_b, int8_t, >=) 3670 DO_CMP_PPZZ_B(sve_cmphi_ppzz_b, uint8_t, >) 3675 DO_CMP_PPZZ_B(sve_cmphs_ppzz_b, uint8_t, >=) 3680 #undef DO_CMP_PPZZ_B
|