Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dfop_helper.c51 uint32_t cexc = 0; in check_ieee_exceptions() local
59 cexc |= FSR_NVC; in check_ieee_exceptions()
62 cexc |= FSR_OFC; in check_ieee_exceptions()
65 cexc |= FSR_UFC; in check_ieee_exceptions()
68 cexc |= FSR_DZC; in check_ieee_exceptions()
71 cexc |= FSR_NXC; in check_ieee_exceptions()
74 if (cexc & (env->fsr >> FSR_TEM_SHIFT)) { in check_ieee_exceptions()
76 env->fsr_cexc_ftt = cexc | FSR_FTT_IEEE_EXCP; in check_ieee_exceptions()
81 env->fsr |= cexc << FSR_AEXC_SHIFT; in check_ieee_exceptions()
85 env->fsr_cexc_ftt = cexc; in check_ieee_exceptions()