Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Darch.c281 RtV = float32_one; in arch_sf_recip_common()
282 RdV = float32_one; in arch_sf_recip_common()
285 RtV = float32_one; in arch_sf_recip_common()
286 RdV = float32_one; in arch_sf_recip_common()
291 RtV = float32_one; in arch_sf_recip_common()
292 RdV = float32_one; in arch_sf_recip_common()
297 RtV = float32_one; in arch_sf_recip_common()
298 RdV = float32_one; in arch_sf_recip_common()
358 RdV = float32_one; in arch_sf_invsqrt_common()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1029 fst2 = float32_div(float32_one, fst0, &env->active_fpu.fp_status); in helper_float_recip_s()
1049 fst2 = float32_div(float32_one, fst2, &env->active_fpu.fp_status); in helper_float_rsqrt_s()
1067 fst2 = float32_div(float32_one, fst0, &env->active_fpu.fp_status); in helper_float_recip1_s()
1077 fstl2 = float32_div(float32_one, fdt0 & 0XFFFFFFFF, in helper_float_recip1_ps()
1079 fsth2 = float32_div(float32_one, fdt0 >> 32, &env->active_fpu.fp_status); in helper_float_recip1_ps()
1099 fst2 = float32_div(float32_one, fst2, &env->active_fpu.fp_status); in helper_float_rsqrt1_s()
1111 fstl2 = float32_div(float32_one, fstl2, &env->active_fpu.fp_status); in helper_float_rsqrt1_ps()
1112 fsth2 = float32_div(float32_one, fsth2, &env->active_fpu.fp_status); in helper_float_rsqrt1_ps()
1374 fst2 = float32_chs(float32_sub(fst2, float32_one, in helper_float_recip2_s()
1389 fstl2 = float32_chs(float32_sub(fstl2, float32_one, in helper_float_recip2_ps()
[all …]
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c280 fd = nanbox_s(float32_div(float32_one, (uint32_t)fj, &env->fp_status)); in helper_frecip_s()
300 fd = nanbox_s(float32_div(float32_one, fp, &env->fp_status)); in helper_frsqrt_s()
/openbmc/qemu/target/sh4/
H A Dop_helper.c408 t0 = float32_div(float32_one, t0, &env->fp_status); in helper_fsrra_FT()
/openbmc/qemu/target/i386/
H A Dops_sse.h848 d->ZMM_S(i) = float32_div(float32_one, in glue()
860 d->ZMM_S(0) = float32_div(float32_one, in helper_rsqrtss()
875 d->ZMM_S(i) = float32_div(float32_one, s->ZMM_S(i), &env->sse_status); in glue()
885 d->ZMM_S(0) = float32_div(float32_one, s->ZMM_S(0), &env->sse_status); in helper_rcpss()
1413 d->MMX_S(0) = float32_div(float32_one, s->MMX_S(0), &env->mmx_status); in helper_pfrcp()
1420 d->MMX_S(1) = float32_div(float32_one, in helper_pfrsqrt()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h722 #define float32_one make_float32(0x3f800000) macro
/openbmc/qemu/target/ppc/
H A Dint_helper.c1531 r->f32[i] = float32_div(float32_one, b->f32[i], &env->vec_status); in helper_vrefp()
1560 r->f32[i] = float32_div(float32_one, t, &env->vec_status); in VRFI()
/openbmc/qemu/target/sparc/
H A Dtranslate.c1414 TCGv_i32 one = tcg_constant_i32(float32_one); in gen_op_fhadds()
1429 TCGv_i32 one = tcg_constant_i32(float32_one); in gen_op_fhsubs()
1444 TCGv_i32 one = tcg_constant_i32(float32_one); in gen_op_fnhadds()
/openbmc/qemu/fpu/
H A Dsoftfloat.c5218 return float32_one; in float32_exp2()
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c2558 nn = float32_one; in HELPER()