Lines Matching refs:exception
524 .macro __BUILD_silent exception
541 .macro __BUILD_count exception
542 LONG_L t0,exception_count_\exception
544 LONG_S t0,exception_count_\exception
545 .comm exception_count\exception, 8, 8
548 .macro __BUILD_HANDLER exception handler clear verbose ext
550 NESTED(handle_\exception, PT_SIZE, sp)
554 FEXPORT(handle_\exception\ext)
557 __BUILD_\verbose \exception
561 END(handle_\exception)
564 .macro BUILD_HANDLER exception handler clear verbose
565 __BUILD_HANDLER \exception \handler \clear \verbose _int