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.c50 uint32_t cexc = 0; in check_ieee_exceptions() local
58 cexc |= FSR_NVC; in check_ieee_exceptions()
61 cexc |= FSR_OFC; in check_ieee_exceptions()
64 cexc |= FSR_UFC; in check_ieee_exceptions()
67 cexc |= FSR_DZC; in check_ieee_exceptions()
70 cexc |= FSR_NXC; in check_ieee_exceptions()
73 if (cexc & (env->fsr >> FSR_TEM_SHIFT)) { in check_ieee_exceptions()
75 env->fsr_cexc_ftt = cexc | FSR_FTT_IEEE_EXCP; in check_ieee_exceptions()
80 env->fsr |= cexc << FSR_AEXC_SHIFT; in check_ieee_exceptions()
84 env->fsr_cexc_ftt = cexc; in check_ieee_exceptions()