Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c63 unsigned s390_exc, qemu_exc; in handle_exceptions() local
67 qemu_exc = env->fpu_status.float_exception_flags; in handle_exceptions()
68 if (qemu_exc == 0) { in handle_exceptions()
72 s390_exc = s390_softfloat_exc_to_ieee(qemu_exc); in handle_exceptions()
H A Dvec_fpu_helper.c33 unsigned qemu_exc; in check_ieee_exc() local
36 qemu_exc = env->fpu_status.float_exception_flags; in check_ieee_exc()
37 if (qemu_exc == 0) { in check_ieee_exc()
42 vece_exc = s390_softfloat_exc_to_ieee(qemu_exc); in check_ieee_exc()