Searched refs:fstl1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 1241 uint32_t fstl1 = fdt1 & 0XFFFFFFFF; in helper_float_add_ps() local 1246 wtl2 = float32_add(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_add_ps() 1277 uint32_t fstl1 = fdt1 & 0XFFFFFFFF; in helper_float_sub_ps() local 1282 wtl2 = float32_sub(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_sub_ps() 1313 uint32_t fstl1 = fdt1 & 0XFFFFFFFF; in helper_float_mul_ps() local 1318 wtl2 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_mul_ps() 1349 uint32_t fstl1 = fdt1 & 0XFFFFFFFF; in helper_float_div_ps() local 1354 wtl2 = float32_div(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_div_ps() 1440 uint32_t fstl1 = fdt1 & 0XFFFFFFFF; in helper_float_addr_ps() local 1446 fsth2 = float32_add(fstl1, fsth1, &env->active_fpu.fp_status); in helper_float_addr_ps() [all …]
|