Searched refs:DO_VFP_cmp (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | vfp_helper.c | 337 #define DO_VFP_cmp(P, FLOATTYPE, ARGTYPE, FPST) \ macro 348 DO_VFP_cmp(h, float16, dh_ctype_f16, FPST_A32_F16) in DO_VFP_cmp() function 349 DO_VFP_cmp(s, float32, float32, FPST_A32) in DO_VFP_cmp() 350 DO_VFP_cmp(d, float64, float64, FPST_A32) in DO_VFP_cmp() 351 #undef DO_VFP_cmp in DO_VFP_cmp()
|