Home
last modified time | relevance | path

Searched refs:DO_CMP_PPZZ_S (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c3676 #define DO_CMP_PPZZ_S(NAME, TYPE, OP) \ macro
3683 DO_CMP_PPZZ_S(sve_cmpeq_ppzz_s, uint32_t, ==)
3688 DO_CMP_PPZZ_S(sve_cmpne_ppzz_s, uint32_t, !=)
3693 DO_CMP_PPZZ_S(sve_cmpgt_ppzz_s, int32_t, >)
3698 DO_CMP_PPZZ_S(sve_cmpge_ppzz_s, int32_t, >=)
3703 DO_CMP_PPZZ_S(sve_cmphi_ppzz_s, uint32_t, >)
3708 DO_CMP_PPZZ_S(sve_cmphs_ppzz_s, uint32_t, >=)
3713 #undef DO_CMP_PPZZ_S