Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Ds390x-internal.h300 uint8_t s390_softfloat_exc_to_ieee(unsigned int exc);
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c46 uint8_t s390_softfloat_exc_to_ieee(unsigned int exc) in s390_softfloat_exc_to_ieee() function
72 s390_exc = s390_softfloat_exc_to_ieee(qemu_exc); in handle_exceptions()
H A Dvec_fpu_helper.c42 vece_exc = s390_softfloat_exc_to_ieee(qemu_exc); in check_ieee_exc()