Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1074 uint32_t fstl2; in helper_float_recip1_ps() local
1106 uint32_t fstl2; in helper_float_rsqrt1_ps() local
1111 fstl2 = float32_div(float32_one, fstl2, &env->active_fpu.fp_status); in helper_float_rsqrt1_ps()
1384 uint32_t fstl2 = fdt2 & 0XFFFFFFFF; in helper_float_recip2_ps() local
1387 fstl2 = float32_mul(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_recip2_ps()
1389 fstl2 = float32_chs(float32_sub(fstl2, float32_one, in helper_float_recip2_ps()
1424 fstl2 = float32_mul(fstl0, fstl2, &env->active_fpu.fp_status); in helper_float_rsqrt2_ps()
1426 fstl2 = float32_sub(fstl2, float32_one, &env->active_fpu.fp_status); in helper_float_rsqrt2_ps()
1428 fstl2 = float32_chs(float32_div(fstl2, FLOAT_TWO32, in helper_float_rsqrt2_ps()
1442 uint32_t fstl2; in helper_float_addr_ps() local
[all …]