Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dfop_helper.c207 float128 ret = int32_to_float128(src, &env->fp_status); in helper_fitoq()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc406 WRAP_INT_TO_128(qemu_i32_to_f128M, int32_to_float128, int32_t)
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h184 float128 int32_to_float128(int32_t, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c4039 float128 int32_to_float128(int32_t a, float_status *status) in int32_to_float128() function