Searched refs:DO_FPCMP_PPZ0 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4945 #define DO_FPCMP_PPZ0(NAME, TYPE, H, OP) \ in DO_FPCMP_PPZZ_ALL() macro 4965 DO_FPCMP_PPZ0(NAME##_h, float16, H1_2, OP) 4967 DO_FPCMP_PPZ0(NAME##_s, float32, H1_4, OP) 4969 DO_FPCMP_PPZ0(NAME##_d, float64, H1_8, OP)
|