Home
last modified time | relevance | path

Searched refs:float_flag_underflow (Results 1 – 3 of 3) sorted by relevance

/external/qemu/fpu/
Dsoftfloat.h182 float_flag_underflow = 16, enumerator
Dsoftfloat.c307 if ( isTiny && roundBits ) float_raise( float_flag_underflow STATUS_VAR); in roundAndPackFloat32()
471 if ( isTiny && roundBits ) float_raise( float_flag_underflow STATUS_VAR); in roundAndPackFloat64()
650 if ( isTiny && roundBits ) float_raise( float_flag_underflow STATUS_VAR); in roundAndPackFloatx80()
716 if ( isTiny && zSig1 ) float_raise( float_flag_underflow STATUS_VAR); in roundAndPackFloatx80()
987 if ( isTiny && zSig2 ) float_raise( float_flag_underflow STATUS_VAR); in roundAndPackFloat128()
2548 float_raise( float_flag_underflow STATUS_VAR ); in float32_to_float16()
2574 float_raise( float_flag_underflow STATUS_VAR); in float32_to_float16()
/external/qemu/target-arm/
Dhelper.c2285 if (host_bits & float_flag_underflow) in vfp_exceptbits_from_host()
2317 host_bits |= float_flag_underflow; in vfp_exceptbits_to_host()