Home
last modified time | relevance | path

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

/dports/emulators/qemu5/qemu-5.2.0/target/mips/
H A Dfpu_helper.c1251 uint32_t fstl0 = fdt0 & 0XFFFFFFFF; in helper_float_add_ps() local
1592 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_madd_ps()
1593 fstl0 = float32_add(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_madd_ps()
1631 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_msub_ps()
1632 fstl0 = float32_sub(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_msub_ps()
1672 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_nmadd_ps()
1673 fstl0 = float32_add(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_nmadd_ps()
1674 fstl0 = float32_chs(fstl0); in helper_float_nmadd_ps()
1715 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_nmsub_ps()
1716 fstl0 = float32_sub(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_nmsub_ps()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/mips/tcg/
H A Dfpu_helper.c1240 uint32_t fstl0 = fdt0 & 0XFFFFFFFF; in helper_float_add_ps() local
1581 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_madd_ps()
1582 fstl0 = float32_add(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_madd_ps()
1620 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_msub_ps()
1621 fstl0 = float32_sub(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_msub_ps()
1661 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_nmadd_ps()
1662 fstl0 = float32_add(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_nmadd_ps()
1663 fstl0 = float32_chs(fstl0); in helper_float_nmadd_ps()
1704 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_nmsub_ps()
1705 fstl0 = float32_sub(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_nmsub_ps()
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/mips/tcg/
H A Dfpu_helper.c1240 uint32_t fstl0 = fdt0 & 0XFFFFFFFF; in helper_float_add_ps() local
1581 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_madd_ps()
1582 fstl0 = float32_add(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_madd_ps()
1620 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_msub_ps()
1621 fstl0 = float32_sub(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_msub_ps()
1661 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_nmadd_ps()
1662 fstl0 = float32_add(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_nmadd_ps()
1663 fstl0 = float32_chs(fstl0); in helper_float_nmadd_ps()
1704 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_nmsub_ps()
1705 fstl0 = float32_sub(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_nmsub_ps()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/target/mips/
H A Dfpu_helper.c1248 uint32_t fstl0 = fdt0 & 0XFFFFFFFF; in helper_float_add_ps() local
1589 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_madd_ps()
1590 fstl0 = float32_add(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_madd_ps()
1628 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_msub_ps()
1629 fstl0 = float32_sub(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_msub_ps()
1669 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_nmadd_ps()
1670 fstl0 = float32_add(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_nmadd_ps()
1671 fstl0 = float32_chs(fstl0); in helper_float_nmadd_ps()
1712 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_nmsub_ps()
1713 fstl0 = float32_sub(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_nmsub_ps()
[all …]