Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dfop_helper.c229 float128 ret = int64_to_float128(src, &env->fp_status); in helper_fxtoq()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc407 WRAP_INT_TO_128(qemu_i64_to_f128M, int64_to_float128, int64_t)
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c485 float128 ret = int64_to_float128(v2, &env->fpu_status); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h185 float128 int64_to_float128(int64_t, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c4031 float128 int64_to_float128(int64_t a, float_status *status) in int64_to_float128() function
4041 return int64_to_float128(a, status); in int32_to_float128()