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

  /external/qemu/fpu/
softfloat.h 194 float_flag_underflow = 16, enumerator in enum:__anon12316
softfloat.c 355 if ( isTiny && roundBits ) float_raise( float_flag_underflow STATUS_VAR);
537 if ( isTiny && roundBits ) float_raise( float_flag_underflow STATUS_VAR);
719 if ( isTiny && roundBits ) float_raise( float_flag_underflow STATUS_VAR);
785 if ( isTiny && zSig1 ) float_raise( float_flag_underflow STATUS_VAR);
    [all...]
  /external/qemu/target-arm/
helper.c     [all...]
  /external/qemu/target-mips/
op_helper.c     [all...]

Completed in 749 milliseconds