Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1240 uint32_t fsth0 = fdt0 >> 32; in helper_float_add_ps() local
1247 wth2 = float32_add(fsth0, fsth1, &env->active_fpu.fp_status); in helper_float_add_ps()
1276 uint32_t fsth0 = fdt0 >> 32; in helper_float_sub_ps() local
1283 wth2 = float32_sub(fsth0, fsth1, &env->active_fpu.fp_status); in helper_float_sub_ps()
1312 uint32_t fsth0 = fdt0 >> 32; in helper_float_mul_ps() local
1319 wth2 = float32_mul(fsth0, fsth1, &env->active_fpu.fp_status); in helper_float_mul_ps()
1348 uint32_t fsth0 = fdt0 >> 32; in helper_float_div_ps() local
1355 wth2 = float32_div(fsth0, fsth1, &env->active_fpu.fp_status); in helper_float_div_ps()
1383 uint32_t fsth0 = fdt0 >> 32; in helper_float_recip2_ps() local
1388 fsth2 = float32_mul(fsth0, fsth2, &env->active_fpu.fp_status); in helper_float_recip2_ps()
[all …]