Searched refs:DO_CMP_PPZI_S (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 3790 #define DO_CMP_PPZI_S(NAME, TYPE, OP) \ macro 3797 DO_CMP_PPZI_S(sve_cmpeq_ppzi_s, uint32_t, ==) 3802 DO_CMP_PPZI_S(sve_cmpne_ppzi_s, uint32_t, !=) 3807 DO_CMP_PPZI_S(sve_cmpgt_ppzi_s, int32_t, >) 3812 DO_CMP_PPZI_S(sve_cmpge_ppzi_s, int32_t, >=) 3817 DO_CMP_PPZI_S(sve_cmphi_ppzi_s, uint32_t, >) 3822 DO_CMP_PPZI_S(sve_cmphs_ppzi_s, uint32_t, >=) 3827 DO_CMP_PPZI_S(sve_cmplt_ppzi_s, int32_t, <) 3832 DO_CMP_PPZI_S(sve_cmple_ppzi_s, int32_t, <=) 3837 DO_CMP_PPZI_S(sve_cmplo_ppzi_s, uint32_t, <) [all …]
|