Home
last modified time | relevance | path

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

/openbmc/qemu/tests/fp/
H A Dwrap.c.inc336 WRAP_80_TO_INT(qemu_extF80M_to_i64, floatx80_to_int64, int_fast64_t)
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c374 val = floatx80_to_int64(ST0, &env->fp_status); in helper_fistll_ST0()
851 val = floatx80_to_int64(ST0, &env->fp_status); in helper_fbst_ST0()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h946 int64_t floatx80_to_int64(floatx80, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c3336 int64_t floatx80_to_int64(floatx80 a, float_status *s) in floatx80_to_int64() function