Searched refs:fstl0 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 1239 uint32_t fstl0 = fdt0 & 0XFFFFFFFF; in helper_float_add_ps() local 1246 wtl2 = float32_add(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_add_ps() 1275 uint32_t fstl0 = fdt0 & 0XFFFFFFFF; in helper_float_sub_ps() local 1282 wtl2 = float32_sub(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_sub_ps() 1311 uint32_t fstl0 = fdt0 & 0XFFFFFFFF; in helper_float_mul_ps() local 1318 wtl2 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_mul_ps() 1347 uint32_t fstl0 = fdt0 & 0XFFFFFFFF; in helper_float_div_ps() local 1354 wtl2 = float32_div(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_div_ps() 1382 uint32_t fstl0 = fdt0 & 0XFFFFFFFF; in helper_float_recip2_ps() local 1387 fstl2 = float32_mul(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_recip2_ps() [all …]
|