Searched refs:float64_to_int32_round_to_zero (Results 1 - 7 of 7) sorted by relevance

/external/qemu/target-i386/
H A Dexec.h112 #define floatx_to_int32_round_to_zero float64_to_int32_round_to_zero
H A Dops_sse.h741 d->XMM_L(0) = float64_to_int32_round_to_zero(s->XMM_D(0), &env->sse_status);
742 d->XMM_L(1) = float64_to_int32_round_to_zero(s->XMM_D(1), &env->sse_status);
754 d->MMX_L(0) = float64_to_int32_round_to_zero(s->XMM_D(0), &env->sse_status);
755 d->MMX_L(1) = float64_to_int32_round_to_zero(s->XMM_D(1), &env->sse_status);
765 return float64_to_int32_round_to_zero(s->XMM_D(0), &env->sse_status);
/external/qemu/fpu/
H A Dsoftfloat-native.c282 int float64_to_int32_round_to_zero( float64 a STATUS_PARAM) function
H A Dsoftfloat-native.h305 int float64_to_int32_round_to_zero( float64 STATUS_PARAM );
H A Dsoftfloat.h415 int32 float64_to_int32_round_to_zero( float64 STATUS_PARAM );
H A Dsoftfloat.c2582 int32 float64_to_int32_round_to_zero( float64 a STATUS_PARAM ) function
/external/qemu/target-mips/
H A Dop_helper.c2392 wt2 = float64_to_int32_round_to_zero(fdt0, &env->active_fpu.fp_status);

Completed in 122 milliseconds