Searched refs:fstl2 (Results 1 – 1 of 1) sorted by relevance
1074 uint32_t fstl2; in helper_float_recip1_ps() local1077 fstl2 = float32_div(float32_one, fdt0 & 0XFFFFFFFF, in helper_float_recip1_ps()1081 return ((uint64_t)fsth2 << 32) | fstl2; in helper_float_recip1_ps()1106 uint32_t fstl2; in helper_float_rsqrt1_ps() local1109 fstl2 = float32_sqrt(fdt0 & 0XFFFFFFFF, &env->active_fpu.fp_status); in helper_float_rsqrt1_ps()1111 fstl2 = float32_div(float32_one, fstl2, &env->active_fpu.fp_status); in helper_float_rsqrt1_ps()1114 return ((uint64_t)fsth2 << 32) | fstl2; in helper_float_rsqrt1_ps()1384 uint32_t fstl2 = fdt2 & 0XFFFFFFFF; in helper_float_recip2_ps() local1387 fstl2 = float32_mul(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_recip2_ps()1389 fstl2 = float32_chs(float32_sub(fstl2, float32_one, in helper_float_recip2_ps()[all …]