Searched refs:DO_VFP_cmp (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 355 #define DO_VFP_cmp(P, FLOATTYPE, ARGTYPE, FPST) \ macro 366 DO_VFP_cmp(h, float16, dh_ctype_f16, fp_status_f16) in DO_VFP_cmp() function 367 DO_VFP_cmp(s, float32, float32, fp_status) in DO_VFP_cmp() 368 DO_VFP_cmp(d, float64, float64, fp_status) in DO_VFP_cmp() 369 #undef DO_VFP_cmp in DO_VFP_cmp()
|