Home
last modified time | relevance | path

Searched refs:fsth2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c304 uint32_t fsth2; in helper_float_cvtps_pw() local
1075 uint32_t fsth2; in helper_float_recip1_ps() local
1107 uint32_t fsth2; in helper_float_rsqrt1_ps() local
1112 fsth2 = float32_div(float32_one, fsth2, &env->active_fpu.fp_status); in helper_float_rsqrt1_ps()
1388 fsth2 = float32_mul(fsth0, fsth2, &env->active_fpu.fp_status); in helper_float_recip2_ps()
1391 fsth2 = float32_chs(float32_sub(fsth2, float32_one, in helper_float_recip2_ps()
1425 fsth2 = float32_mul(fsth0, fsth2, &env->active_fpu.fp_status); in helper_float_rsqrt2_ps()
1427 fsth2 = float32_sub(fsth2, float32_one, &env->active_fpu.fp_status); in helper_float_rsqrt2_ps()
1430 fsth2 = float32_chs(float32_div(fsth2, FLOAT_TWO32, in helper_float_rsqrt2_ps()
1443 uint32_t fsth2; in helper_float_addr_ps() local
[all …]