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

  /external/qemu/target-i386/
exec.h 110 #define floatx_to_int32 float64_to_int32
ops_sse.h 691 d->XMM_L(0) = float64_to_int32(s->XMM_D(0), &env->sse_status);
692 d->XMM_L(1) = float64_to_int32(s->XMM_D(1), &env->sse_status);
704 d->MMX_L(0) = float64_to_int32(s->XMM_D(0), &env->sse_status);
705 d->MMX_L(1) = float64_to_int32(s->XMM_D(1), &env->sse_status);
715 return float64_to_int32(s->XMM_D(0), &env->sse_status);
    [all...]
  /external/qemu/fpu/
softfloat-native.c 278 int float64_to_int32( float64 a STATUS_PARAM) function
softfloat-native.h 304 int float64_to_int32( float64 STATUS_PARAM );
softfloat.h 414 int32 float64_to_int32( float64 STATUS_PARAM );
softfloat.c 2554 int32 float64_to_int32( float64 a STATUS_PARAM ) function
    [all...]
  /external/qemu/target-mips/
op_helper.c     [all...]

Completed in 157 milliseconds