HomeSort by relevance Sort by last modified time
    Searched refs:float64_to_int32_round_to_zero (Results 1 - 7 of 7) sorted by null

  /external/qemu/target-i386/
exec.h 112 #define floatx_to_int32_round_to_zero float64_to_int32_round_to_zero
ops_sse.h 741 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);
    [all...]
  /external/qemu/fpu/
softfloat-native.c 282 int float64_to_int32_round_to_zero( float64 a STATUS_PARAM) function
softfloat-native.h 305 int float64_to_int32_round_to_zero( float64 STATUS_PARAM );
softfloat.h 415 int32 float64_to_int32_round_to_zero( float64 STATUS_PARAM );