Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c3714 #define DO_CMP_PPZW_S(NAME, TYPE, TYPEW, OP) \ macro
3719 DO_CMP_PPZW_S(sve_cmpeq_ppzw_s, int32_t, uint64_t, ==)
3723 DO_CMP_PPZW_S(sve_cmpne_ppzw_s, int32_t, uint64_t, !=)
3727 DO_CMP_PPZW_S(sve_cmpgt_ppzw_s, int32_t, int64_t, >)
3731 DO_CMP_PPZW_S(sve_cmpge_ppzw_s, int32_t, int64_t, >=)
3735 DO_CMP_PPZW_S(sve_cmphi_ppzw_s, uint32_t, uint64_t, >)
3739 DO_CMP_PPZW_S(sve_cmphs_ppzw_s, uint32_t, uint64_t, >=)
3743 DO_CMP_PPZW_S(sve_cmplt_ppzw_s, int32_t, int64_t, <)
3747 DO_CMP_PPZW_S(sve_cmple_ppzw_s, int32_t, int64_t, <=)
3751 DO_CMP_PPZW_S(sve_cmplo_ppzw_s, uint32_t, uint64_t, <)
[all …]