Searched refs:DO_CMP_PPZZ_H (Results 1 – 1 of 1) sorted by relevance
/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 3678 #define DO_CMP_PPZZ_H(NAME, TYPE, OP) \ macro 3686 DO_CMP_PPZZ_H(sve_cmpeq_ppzz_h, uint16_t, ==) 3691 DO_CMP_PPZZ_H(sve_cmpne_ppzz_h, uint16_t, !=) 3696 DO_CMP_PPZZ_H(sve_cmpgt_ppzz_h, int16_t, >) 3701 DO_CMP_PPZZ_H(sve_cmpge_ppzz_h, int16_t, >=) 3706 DO_CMP_PPZZ_H(sve_cmphi_ppzz_h, uint16_t, >) 3711 DO_CMP_PPZZ_H(sve_cmphs_ppzz_h, uint16_t, >=) 3716 #undef DO_CMP_PPZZ_H
|