Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Ds390x-internal.h299 #define S390_IEEE_MASK_QUANTUM 0x04 macro
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c949 } else if (s390_exc & S390_IEEE_MASK_QUANTUM) { in HELPER()
950 s390_exc = S390_IEEE_MASK_QUANTUM; in HELPER()