Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c410 val = floatx80_to_int32_round_to_zero(ST0, &env->fp_status); in helper_fistt_ST0()
424 val = floatx80_to_int32_round_to_zero(ST0, &env->fp_status); in helper_fisttl_ST0()
2374 n = floatx80_to_int32_round_to_zero(ST1, &env->fp_status); in helper_fscale()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc350 floatx80_to_int32_round_to_zero, int_fast32_t)
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h953 int32_t floatx80_to_int32_round_to_zero(floatx80, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c3478 int32_t floatx80_to_int32_round_to_zero(floatx80 a, float_status *s) in floatx80_to_int32_round_to_zero() function