Searched refs:cexc (Results 1 – 1 of 1) sorted by relevance
50 uint32_t cexc = 0; in check_ieee_exceptions() local58 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()