Searched refs:S390_IEEE_MASK_UNDERFLOW (Results 1 – 3 of 3) sorted by relevance
53 s390_exc |= (exc & float_flag_underflow) ? S390_IEEE_MASK_UNDERFLOW : 0; in s390_softfloat_exc_to_ieee()83 !((env->fpc >> 24) & S390_IEEE_MASK_UNDERFLOW)) { in handle_exceptions()84 s390_exc &= ~S390_IEEE_MASK_UNDERFLOW; in handle_exceptions()945 } else if (s390_exc & S390_IEEE_MASK_UNDERFLOW) { in HELPER()946 s390_exc &= (S390_IEEE_MASK_UNDERFLOW | S390_IEEE_MASK_INEXACT); in HELPER()
56 } else if (trap_exc & S390_IEEE_MASK_UNDERFLOW) { in check_ieee_exc()
297 #define S390_IEEE_MASK_UNDERFLOW 0x10 macro