Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1019 fdt2 = float64_div(float64_one, fdt0, &env->active_fpu.fp_status); in helper_float_recip_d()
1038 fdt2 = float64_div(float64_one, fdt2, &env->active_fpu.fp_status); in helper_float_rsqrt_d()
1057 fdt2 = float64_div(float64_one, fdt0, &env->active_fpu.fp_status); in helper_float_recip1_d()
1088 fdt2 = float64_div(float64_one, fdt2, &env->active_fpu.fp_status); in helper_float_rsqrt1_d()
1364 fdt2 = float64_chs(float64_sub(fdt2, float64_one, in helper_float_recip2_d()
1399 fdt2 = float64_sub(fdt2, float64_one, &env->active_fpu.fp_status); in helper_float_rsqrt2_d()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c296 fd = float64_div(float64_one, fj, &env->fp_status); in helper_frecip_d()
317 fd = float64_div(float64_one, fp, &env->fp_status); in helper_frsqrt_d()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h925 #define float64_one make_float64(0x3ff0000000000000LL) macro
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c735 float64 ret = op(float64_one, arg, &env->fp_status); \ in FPU_FSQRT()
755 float64 retd = op(float64_one, rets, &env->fp_status); \
/openbmc/qemu/target/sparc/
H A Dtranslate.c1426 TCGv_i64 fone = tcg_constant_i64(float64_one); in gen_op_fhaddd()
1443 TCGv_i64 fone = tcg_constant_i64(float64_one); in gen_op_fhsubd()
1460 TCGv_i64 fone = tcg_constant_i64(float64_one); in gen_op_fnhaddd()
/openbmc/qemu/fpu/
H A Dsoftfloat.c5335 float64_unpack_canonical(&rp, float64_one, status); in float32_exp2()
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c2651 nn = float64_one; in HELPER()