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

  /external/qemu/include/fpu/
softfloat.h 238 floatx80 int64_to_floatx80( int64 STATUS_PARAM );
  /external/qemu/target-i386/
fpu_helper.c 217 env->fpregs[new_fpstt].d = int64_to_floatx80(val, &env->fp_status);
614 tmp = int64_to_floatx80(val, &env->fp_status);
  /external/qemu/fpu/
softfloat.c 1295 floatx80 int64_to_floatx80( int64 a STATUS_PARAM ) function
    [all...]

Completed in 1393 milliseconds