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

  /external/qemu/target-i386/
fpu_helper.c 173 FT0 = int32_to_floatx80(val, &env->fp_status);
208 env->fpregs[new_fpstt].d = int32_to_floatx80(val, &env->fp_status);
706 ST0 = int32_to_floatx80(expdif, &env->fp_status);
  /external/qemu/include/fpu/
softfloat.h 232 floatx80 int32_to_floatx80( int32 STATUS_PARAM );
  /external/qemu/fpu/
softfloat.c 1164 floatx80 int32_to_floatx80( int32 a STATUS_PARAM ) function
    [all...]

Completed in 93 milliseconds