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

  /external/qemu/fpu/
softfloat-native.h 230 INLINE int float32_lt( float32 a, float32 b STATUS_PARAM) function
softfloat.h 327 int float32_lt( float32, float32 STATUS_PARAM );
softfloat.c 2392 int float32_lt( float32 a, float32 b STATUS_PARAM ) function
    [all...]
  /external/qemu/target-i386/
ops_sse.h 1188 d->MMX_L(0) = float32_lt(s->MMX_S(0), d->MMX_S(0), &env->mmx_status) ? -1 : 0;
1189 d->MMX_L(1) = float32_lt(s->MMX_S(1), d->MMX_S(1), &env->mmx_status) ? -1 : 0;
1194 if (float32_lt(d->MMX_S(0), s->MMX_S(0), &env->mmx_status))
1196 if (float32_lt(d->MMX_S(1), s->MMX_S(1), &env->mmx_status))
    [all...]
  /external/qemu/target-arm/
neon_helper.c     [all...]

Completed in 425 milliseconds