Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cprt.c101 int32_to_floatx80(readRegister(getRd(opcode)), &fpa11->fp_status); in PerformFLT()
/openbmc/qemu/target/m68k/
H A Dsoftfloat.c109 return int32_to_floatx80(aExp - 0x3FFF, status); in floatx80_getexp()
290 fp1 = int32_to_floatx80(k, status); in floatx80_lognp1()
478 fp1 = int32_to_floatx80(k, status); in floatx80_logn()
691 a = int32_to_floatx80(aExp - 0x3FFF, status); in floatx80_log2()
760 fp0 = int32_to_floatx80(n, status); in floatx80_etox()
852 fp0 = int32_to_floatx80(n, status); in floatx80_etox()
965 fp1 = int32_to_floatx80(n, status); in floatx80_twotox()
1115 fp1 = int32_to_floatx80(n, status); in floatx80_tentox()
2333 fp0 = int32_to_floatx80(n, status); in floatx80_etoxm1()
H A Dfpu_helper.c69 res->d = int32_to_floatx80(val, &env->fp_status); in HELPER()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c269 FT0 = int32_to_floatx80(val, &env->fp_status); in helper_fildl_FT0()
319 env->fpregs[new_fpstt].d = int32_to_floatx80(val, &env->fp_status); in helper_fildl_ST0()
1850 ST0 = int32_to_floatx80(expdif, &env->fp_status); in helper_fxtract()
2249 ST1 = floatx80_mul(int32_to_floatx80(int_exp, &env->fp_status), in helper_fyl2x()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc319 WRAP_INT_TO_80(qemu_i32_to_extF80M, int32_to_floatx80, int32_t)
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h183 floatx80 int32_to_floatx80(int32_t, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c4130 floatx80 int32_to_floatx80(int32_t a, float_status *status) in int32_to_floatx80() function