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