Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1239 uint32_t fstl0 = fdt0 & 0XFFFFFFFF; in helper_float_add_ps() local
1580 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_madd_ps()
1581 fstl0 = float32_add(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_madd_ps()
1619 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_msub_ps()
1620 fstl0 = float32_sub(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_msub_ps()
1660 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_nmadd_ps()
1661 fstl0 = float32_add(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_nmadd_ps()
1662 fstl0 = float32_chs(fstl0); in helper_float_nmadd_ps()
1703 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_nmsub_ps()
1704 fstl0 = float32_sub(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_nmsub_ps()
[all …]