Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Dfpu_helper.c1240 uint32_t fsth0 = fdt0 >> 32; in helper_float_add_ps() local
1582 fsth0 = float32_mul(fsth0, fsth1, &env->active_fpu.fp_status); in helper_float_madd_ps()
1583 fsth0 = float32_add(fsth0, fsth2, &env->active_fpu.fp_status); in helper_float_madd_ps()
1621 fsth0 = float32_mul(fsth0, fsth1, &env->active_fpu.fp_status); in helper_float_msub_ps()
1622 fsth0 = float32_sub(fsth0, fsth2, &env->active_fpu.fp_status); in helper_float_msub_ps()
1663 fsth0 = float32_mul(fsth0, fsth1, &env->active_fpu.fp_status); in helper_float_nmadd_ps()
1664 fsth0 = float32_add(fsth0, fsth2, &env->active_fpu.fp_status); in helper_float_nmadd_ps()
1665 fsth0 = float32_chs(fsth0); in helper_float_nmadd_ps()
1706 fsth0 = float32_mul(fsth0, fsth1, &env->active_fpu.fp_status); in helper_float_nmsub_ps()
1707 fsth0 = float32_sub(fsth0, fsth2, &env->active_fpu.fp_status); in helper_float_nmsub_ps()
[all …]