Home
last modified time | relevance | path

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

/openbmc/qemu/tests/fp/
H A Dwrap.c.inc352 floatx80_to_int64_round_to_zero, int_fast64_t)
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h947 int64_t floatx80_to_int64_round_to_zero(floatx80, float_status *status);
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c414 val = floatx80_to_int64_round_to_zero(ST0, &env->fp_status); in helper_fisttll_ST0()
/openbmc/qemu/fpu/
H A Dsoftfloat.c3406 int64_t floatx80_to_int64_round_to_zero(floatx80 a, float_status *s) in floatx80_to_int64_round_to_zero() function