Searched refs:FLOAT_ONE32 (Results 1 – 1 of 1) sorted by relevance
/external/qemu/target-mips/ |
D | op_helper.c | 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() [all …]
|