Home
last modified time | relevance | path

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

/qemu/target/s390x/tcg/
H A Dfpu_helper.c48 uint8_t s390_exc = 0; in s390_softfloat_exc_to_ieee() local
57 return s390_exc; in s390_softfloat_exc_to_ieee()
63 unsigned s390_exc, qemu_exc; in handle_exceptions() local
82 if (!(s390_exc & S390_IEEE_MASK_INEXACT) && in handle_exceptions()
84 s390_exc &= ~S390_IEEE_MASK_UNDERFLOW; in handle_exceptions()
102 if (s390_exc & ~S390_IEEE_MASK_INEXACT) { in handle_exceptions()
919 uint32_t s390_exc; in HELPER() local
938 if (s390_exc) { in HELPER()
940 s390_exc = S390_IEEE_MASK_INVALID; in HELPER()
948 s390_exc = S390_IEEE_MASK_INEXACT; in HELPER()
[all …]