Searched refs:DO_CMP_PPZZ_S (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 3645 #define DO_CMP_PPZZ_S(NAME, TYPE, OP) \ macro 3652 DO_CMP_PPZZ_S(sve_cmpeq_ppzz_s, uint32_t, ==) 3657 DO_CMP_PPZZ_S(sve_cmpne_ppzz_s, uint32_t, !=) 3662 DO_CMP_PPZZ_S(sve_cmpgt_ppzz_s, int32_t, >) 3667 DO_CMP_PPZZ_S(sve_cmpge_ppzz_s, int32_t, >=) 3672 DO_CMP_PPZZ_S(sve_cmphi_ppzz_s, uint32_t, >) 3677 DO_CMP_PPZZ_S(sve_cmphs_ppzz_s, uint32_t, >=) 3682 #undef DO_CMP_PPZZ_S
|