Home
last modified time | relevance | path

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

/dports/emulators/tme/tme-0.8/ic/m68k/
H A Dm6888x.c71 #define TME_M6888X_FPSR_EXC_INEX2 TME_M6888X_FPCR_ENABLE_INEX2 macro
299 if (exceptions & (TME_M6888X_FPSR_EXC_UNFL | TME_M6888X_FPSR_EXC_INEX2)) { in _tme_m6888x_exception()
305 …if (exceptions & (TME_M6888X_FPSR_EXC_INEX1 | TME_M6888X_FPSR_EXC_INEX2 | TME_M6888X_FPSR_EXC_OVFL… in _tme_m6888x_exception()
336 assert (exceptions & (TME_M6888X_FPSR_EXC_INEX2 | TME_M6888X_FPSR_EXC_INEX1)); in _tme_m6888x_exception()
381 exceptions_m6888x |= TME_M6888X_FPSR_EXC_INEX2; in _tme_m6888x_exception_ieee754()
388 exceptions_m6888x |= TME_M6888X_FPSR_EXC_INEX2; in _tme_m6888x_exception_ieee754()
485 | TME_M6888X_FPSR_EXC_INEX2 in _tme_m6888x_fpgen_enter()