Searched defs:VFP_HELPER (Results 1 – 1 of 1) sorted by relevance
/qemu/target/arm/tcg/ |
H A D | vfp_helper.c | 264 #define VFP_HELPER(name, p) HELPER(glue(glue(vfp_,name),p)) macro 294 float32 VFP_HELPER(sqrt, s)(float32 a, float_status *fpst) in VFP_HELPER() function 299 float64 VFP_HELPER(sqrt, d)(float64 a, float_status *fpst) in VFP_HELPER() function 383 float32 VFP_HELPER(fcvts, d)(float64 x, float_status *status) in VFP_HELPER() function 1106 dh_ctype_f16 VFP_HELPER(muladd, h)(dh_ctype_f16 a, dh_ctype_f16 b, in VFP_HELPER() function 1112 float32 VFP_HELPER(muladd, s)(float32 a, float32 b, float32 c, in VFP_HELPER() function 1118 float64 VFP_HELPER(muladd, d)(float64 a, float64 b, float64 c, in VFP_HELPER() function
|