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

  /external/qemu/fpu/
softfloat-native.h 226 INLINE int float32_le( float32 a, float32 b STATUS_PARAM) function
softfloat.h 326 int float32_le( float32, float32 STATUS_PARAM );
softfloat.c 2363 int float32_le( float32 a, float32 b STATUS_PARAM ) function
    [all...]
  /external/qemu/target-arm/
neon_helper.c     [all...]
  /external/qemu/target-i386/
ops_sse.h 1182 d->MMX_L(0) = float32_le(s->MMX_S(0), d->MMX_S(0), &env->mmx_status) ? -1 : 0;
1183 d->MMX_L(1) = float32_le(s->MMX_S(1), d->MMX_S(1), &env->mmx_status) ? -1 : 0;
    [all...]

Completed in 192 milliseconds