Searched refs:DO_FPCMP_PPZZ (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4883 #define DO_FPCMP_PPZZ(NAME, TYPE, H, OP) \ macro 4904 DO_FPCMP_PPZZ(NAME##_h, float16, H1_2, OP) 4906 DO_FPCMP_PPZZ(NAME##_s, float32, H1_4, OP) 4908 DO_FPCMP_PPZZ(NAME##_d, float64, H1_8, OP) 4940 #undef DO_FPCMP_PPZZ in DO_FPCMP_PPZZ_ALL()
|