Searched refs:DO_CMP_PPZZ_S (Results 1 – 1 of 1) sorted by relevance
/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 3680 #define DO_CMP_PPZZ_S(NAME, TYPE, OP) \ macro 3687 DO_CMP_PPZZ_S(sve_cmpeq_ppzz_s, uint32_t, ==) 3692 DO_CMP_PPZZ_S(sve_cmpne_ppzz_s, uint32_t, !=) 3697 DO_CMP_PPZZ_S(sve_cmpgt_ppzz_s, int32_t, >) 3702 DO_CMP_PPZZ_S(sve_cmpge_ppzz_s, int32_t, >=) 3707 DO_CMP_PPZZ_S(sve_cmphi_ppzz_s, uint32_t, >) 3712 DO_CMP_PPZZ_S(sve_cmphs_ppzz_s, uint32_t, >=) 3717 #undef DO_CMP_PPZZ_S
|