Home
last modified time | relevance | path

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

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/s390x/
H A Dfpu_helper.c47 unsigned s390_exc, qemu_exc; in handle_exceptions() local
51 qemu_exc = env->fpu_status.float_exception_flags; in handle_exceptions()
52 if (qemu_exc == 0) { in handle_exceptions()
59 s390_exc |= convert_bit(qemu_exc, float_flag_invalid, 0x80); in handle_exceptions()
60 s390_exc |= convert_bit(qemu_exc, float_flag_divbyzero, 0x40); in handle_exceptions()
61 s390_exc |= convert_bit(qemu_exc, float_flag_overflow, 0x20); in handle_exceptions()
62 s390_exc |= convert_bit(qemu_exc, float_flag_underflow, 0x10); in handle_exceptions()
63 s390_exc |= convert_bit(qemu_exc, float_flag_inexact, 0x08); in handle_exceptions()
/dports/emulators/qemu-utils/qemu-4.2.1/target/s390x/
H A Dvec_fpu_helper.c34 unsigned qemu_exc; in check_ieee_exc() local
37 qemu_exc = env->fpu_status.float_exception_flags; in check_ieee_exc()
38 if (qemu_exc == 0) { in check_ieee_exc()
43 vece_exc = s390_softfloat_exc_to_ieee(qemu_exc); in check_ieee_exc()
H A Dfpu_helper.c55 unsigned s390_exc, qemu_exc; in handle_exceptions() local
59 qemu_exc = env->fpu_status.float_exception_flags; in handle_exceptions()
60 if (qemu_exc == 0) { in handle_exceptions()
64 s390_exc = s390_softfloat_exc_to_ieee(qemu_exc); in handle_exceptions()
/dports/emulators/qemu5/qemu-5.2.0/target/s390x/
H A Dvec_fpu_helper.c34 unsigned qemu_exc; in check_ieee_exc() local
37 qemu_exc = env->fpu_status.float_exception_flags; in check_ieee_exc()
38 if (qemu_exc == 0) { in check_ieee_exc()
43 vece_exc = s390_softfloat_exc_to_ieee(qemu_exc); in check_ieee_exc()
H A Dfpu_helper.c55 unsigned s390_exc, qemu_exc; in handle_exceptions() local
59 qemu_exc = env->fpu_status.float_exception_flags; in handle_exceptions()
60 if (qemu_exc == 0) { in handle_exceptions()
64 s390_exc = s390_softfloat_exc_to_ieee(qemu_exc); in handle_exceptions()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/s390x/
H A Dvec_fpu_helper.c34 unsigned qemu_exc; in check_ieee_exc() local
37 qemu_exc = env->fpu_status.float_exception_flags; in check_ieee_exc()
38 if (qemu_exc == 0) { in check_ieee_exc()
43 vece_exc = s390_softfloat_exc_to_ieee(qemu_exc); in check_ieee_exc()
H A Dfpu_helper.c55 unsigned s390_exc, qemu_exc; in handle_exceptions() local
59 qemu_exc = env->fpu_status.float_exception_flags; in handle_exceptions()
60 if (qemu_exc == 0) { in handle_exceptions()
64 s390_exc = s390_softfloat_exc_to_ieee(qemu_exc); in handle_exceptions()
/dports/emulators/qemu42/qemu-4.2.1/target/s390x/
H A Dvec_fpu_helper.c34 unsigned qemu_exc; in check_ieee_exc() local
37 qemu_exc = env->fpu_status.float_exception_flags; in check_ieee_exc()
38 if (qemu_exc == 0) { in check_ieee_exc()
43 vece_exc = s390_softfloat_exc_to_ieee(qemu_exc); in check_ieee_exc()
H A Dfpu_helper.c55 unsigned s390_exc, qemu_exc; in handle_exceptions() local
59 qemu_exc = env->fpu_status.float_exception_flags; in handle_exceptions()
60 if (qemu_exc == 0) { in handle_exceptions()
64 s390_exc = s390_softfloat_exc_to_ieee(qemu_exc); in handle_exceptions()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/s390x/
H A Dvec_fpu_helper.c34 unsigned qemu_exc; in check_ieee_exc() local
37 qemu_exc = env->fpu_status.float_exception_flags; in check_ieee_exc()
38 if (qemu_exc == 0) { in check_ieee_exc()
43 vece_exc = s390_softfloat_exc_to_ieee(qemu_exc); in check_ieee_exc()
H A Dfpu_helper.c55 unsigned s390_exc, qemu_exc; in handle_exceptions() local
59 qemu_exc = env->fpu_status.float_exception_flags; in handle_exceptions()
60 if (qemu_exc == 0) { in handle_exceptions()
64 s390_exc = s390_softfloat_exc_to_ieee(qemu_exc); in handle_exceptions()
/dports/emulators/qemu60/qemu-6.0.0/target/s390x/
H A Dvec_fpu_helper.c34 unsigned qemu_exc; in check_ieee_exc() local
37 qemu_exc = env->fpu_status.float_exception_flags; in check_ieee_exc()
38 if (qemu_exc == 0) { in check_ieee_exc()
43 vece_exc = s390_softfloat_exc_to_ieee(qemu_exc); in check_ieee_exc()
H A Dfpu_helper.c55 unsigned s390_exc, qemu_exc; in handle_exceptions() local
59 qemu_exc = env->fpu_status.float_exception_flags; in handle_exceptions()
60 if (qemu_exc == 0) { in handle_exceptions()
64 s390_exc = s390_softfloat_exc_to_ieee(qemu_exc); in handle_exceptions()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/s390x/tcg/
H A Dfpu_helper.c55 unsigned s390_exc, qemu_exc; in handle_exceptions() local
59 qemu_exc = env->fpu_status.float_exception_flags; in handle_exceptions()
60 if (qemu_exc == 0) { in handle_exceptions()
64 s390_exc = s390_softfloat_exc_to_ieee(qemu_exc); in handle_exceptions()
H A Dvec_fpu_helper.c34 unsigned qemu_exc; in check_ieee_exc() local
37 qemu_exc = env->fpu_status.float_exception_flags; in check_ieee_exc()
38 if (qemu_exc == 0) { in check_ieee_exc()
43 vece_exc = s390_softfloat_exc_to_ieee(qemu_exc); in check_ieee_exc()
/dports/emulators/qemu/qemu-6.2.0/target/s390x/tcg/
H A Dfpu_helper.c55 unsigned s390_exc, qemu_exc; in handle_exceptions() local
59 qemu_exc = env->fpu_status.float_exception_flags; in handle_exceptions()
60 if (qemu_exc == 0) { in handle_exceptions()
64 s390_exc = s390_softfloat_exc_to_ieee(qemu_exc); in handle_exceptions()
H A Dvec_fpu_helper.c34 unsigned qemu_exc; in check_ieee_exc() local
37 qemu_exc = env->fpu_status.float_exception_flags; in check_ieee_exc()
38 if (qemu_exc == 0) { in check_ieee_exc()
43 vece_exc = s390_softfloat_exc_to_ieee(qemu_exc); in check_ieee_exc()