Searched refs:fsth1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 1242 uint32_t fsth1 = fdt1 >> 32; in helper_float_add_ps() local 1247 wth2 = float32_add(fsth0, fsth1, &env->active_fpu.fp_status); in helper_float_add_ps() 1278 uint32_t fsth1 = fdt1 >> 32; in helper_float_sub_ps() local 1283 wth2 = float32_sub(fsth0, fsth1, &env->active_fpu.fp_status); in helper_float_sub_ps() 1314 uint32_t fsth1 = fdt1 >> 32; in helper_float_mul_ps() local 1319 wth2 = float32_mul(fsth0, fsth1, &env->active_fpu.fp_status); in helper_float_mul_ps() 1350 uint32_t fsth1 = fdt1 >> 32; in helper_float_div_ps() local 1355 wth2 = float32_div(fsth0, fsth1, &env->active_fpu.fp_status); in helper_float_div_ps() 1441 uint32_t fsth1 = fdt1 >> 32; in helper_float_addr_ps() local 1446 fsth2 = float32_add(fstl1, fsth1, &env->active_fpu.fp_status); in helper_float_addr_ps() [all …]
|