Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c51 s390_exc |= (exc & float_flag_divbyzero) ? S390_IEEE_MASK_DIVBYZERO : 0; in s390_softfloat_exc_to_ieee()
941 } else if (s390_exc & S390_IEEE_MASK_DIVBYZERO) { in HELPER()
942 s390_exc = S390_IEEE_MASK_DIVBYZERO; in HELPER()
H A Dvec_fpu_helper.c52 } else if (trap_exc & S390_IEEE_MASK_DIVBYZERO) { in check_ieee_exc()
/openbmc/qemu/target/s390x/
H A Ds390x-internal.h295 #define S390_IEEE_MASK_DIVBYZERO 0x40 macro