Lines Matching refs:FLOAT_ONE32
2021 #define FLOAT_ONE32 make_float32(0x3f8 << 20) macro
2562 fst2 = float32_div(FLOAT_ONE32, fst0, &env->active_fpu.fp_status); in helper_float_recip_s()
2584 fst2 = float32_div(FLOAT_ONE32, fst2, &env->active_fpu.fp_status); in helper_float_rsqrt_s()
2604 fst2 = float32_div(FLOAT_ONE32, fst0, &env->active_fpu.fp_status); in helper_float_recip1_s()
2615 fst2 = float32_div(FLOAT_ONE32, fdt0 & 0XFFFFFFFF, &env->active_fpu.fp_status); in helper_float_recip1_ps()
2616 fsth2 = float32_div(FLOAT_ONE32, fdt0 >> 32, &env->active_fpu.fp_status); in helper_float_recip1_ps()
2638 fst2 = float32_div(FLOAT_ONE32, fst2, &env->active_fpu.fp_status); in helper_float_rsqrt1_s()
2651 fst2 = float32_div(FLOAT_ONE32, fst2, &env->active_fpu.fp_status); in helper_float_rsqrt1_ps()
2652 fsth2 = float32_div(FLOAT_ONE32, fsth2, &env->active_fpu.fp_status); in helper_float_rsqrt1_ps()
2803 fst2 = float32_chs(float32_sub(fst2, FLOAT_ONE32, &env->active_fpu.fp_status)); in helper_float_recip2_s()
2818 fst2 = float32_chs(float32_sub(fst2, FLOAT_ONE32, &env->active_fpu.fp_status)); in helper_float_recip2_ps()
2819 fsth2 = float32_chs(float32_sub(fsth2, FLOAT_ONE32, &env->active_fpu.fp_status)); in helper_float_recip2_ps()
2838 fst2 = float32_sub(fst2, FLOAT_ONE32, &env->active_fpu.fp_status); in helper_float_rsqrt2_s()
2854 fst2 = float32_sub(fst2, FLOAT_ONE32, &env->active_fpu.fp_status); in helper_float_rsqrt2_ps()
2855 fsth2 = float32_sub(fsth2, FLOAT_ONE32, &env->active_fpu.fp_status); in helper_float_rsqrt2_ps()