Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/nwfpe/
H A Dsoftfloat.h205 signed int floatx80_to_int32_round_to_zero( floatx80 );
H A Dsoftfloat.c2569 int32 floatx80_to_int32_round_to_zero( floatx80 a ) in floatx80_to_int32_round_to_zero() function
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c387 val = floatx80_to_int32_round_to_zero(ST0, &env->fp_status); in helper_fistt_ST0()
401 val = floatx80_to_int32_round_to_zero(ST0, &env->fp_status); in helper_fisttl_ST0()
2348 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.h945 int32_t floatx80_to_int32_round_to_zero(floatx80, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c3401 int32_t floatx80_to_int32_round_to_zero(floatx80 a, float_status *s) in floatx80_to_int32_round_to_zero() function