Searched refs:DO_CMP_PPZZ_D (Results 1 – 1 of 1) sorted by relevance
/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 3682 #define DO_CMP_PPZZ_D(NAME, TYPE, OP) \ macro 3688 DO_CMP_PPZZ_D(sve_cmpeq_ppzz_d, uint64_t, ==) 3693 DO_CMP_PPZZ_D(sve_cmpne_ppzz_d, uint64_t, !=) 3698 DO_CMP_PPZZ_D(sve_cmpgt_ppzz_d, int64_t, >) 3703 DO_CMP_PPZZ_D(sve_cmpge_ppzz_d, int64_t, >=) 3708 DO_CMP_PPZZ_D(sve_cmphi_ppzz_d, uint64_t, >) 3713 DO_CMP_PPZZ_D(sve_cmphs_ppzz_d, uint64_t, >=) 3718 #undef DO_CMP_PPZZ_D
|