Home
last modified time | relevance | path

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

/openbmc/qemu/tests/fp/
H A Dwrap.c.inc320 WRAP_INT_TO_80(qemu_i64_to_extF80M, int64_to_floatx80, int64_t)
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c309 env->fpregs[new_fpstt].d = int64_to_floatx80(val, &env->fp_status); in helper_fildll_ST0()
831 tmp = int64_to_floatx80(val, &env->fp_status); in helper_fbld_ST0()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h182 floatx80 int64_to_floatx80(int64_t, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c4044 floatx80 int64_to_floatx80(int64_t a, float_status *status) in int64_to_floatx80() function
4054 return int64_to_floatx80(a, status); in int32_to_floatx80()