Searched refs:DO_CMP_PPZZ_H (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 3643 #define DO_CMP_PPZZ_H(NAME, TYPE, OP) \ macro 3651 DO_CMP_PPZZ_H(sve_cmpeq_ppzz_h, uint16_t, ==) 3656 DO_CMP_PPZZ_H(sve_cmpne_ppzz_h, uint16_t, !=) 3661 DO_CMP_PPZZ_H(sve_cmpgt_ppzz_h, int16_t, >) 3666 DO_CMP_PPZZ_H(sve_cmpge_ppzz_h, int16_t, >=) 3671 DO_CMP_PPZZ_H(sve_cmphi_ppzz_h, uint16_t, >) 3676 DO_CMP_PPZZ_H(sve_cmphs_ppzz_h, uint16_t, >=) 3681 #undef DO_CMP_PPZZ_H
|