Lines Matching refs:fstl1

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()
1455 uint32_t fstl1 = fdt1 & 0XFFFFFFFF; in helper_float_mulr_ps() local
1461 fsth2 = float32_mul(fstl1, fsth1, &env->active_fpu.fp_status); in helper_float_mulr_ps()
1575 uint32_t fstl1 = fdt1 & 0XFFFFFFFF; in helper_float_madd_ps() local
1580 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_madd_ps()
1614 uint32_t fstl1 = fdt1 & 0XFFFFFFFF; in helper_float_msub_ps() local
1619 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_msub_ps()
1655 uint32_t fstl1 = fdt1 & 0XFFFFFFFF; in helper_float_nmadd_ps() local
1660 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_nmadd_ps()
1698 uint32_t fstl1 = fdt1 & 0XFFFFFFFF; in helper_float_nmsub_ps() local
1703 fstl0 = float32_mul(fstl0, fstl1, &env->active_fpu.fp_status); in helper_float_nmsub_ps()