Lines Matching refs:exception
502 .macro __BUILD_silent exception
519 .macro __BUILD_count exception
520 LONG_L t0,exception_count_\exception
522 LONG_S t0,exception_count_\exception
523 .comm exception_count\exception, 8, 8
526 .macro __BUILD_HANDLER exception handler clear verbose ext
528 NESTED(handle_\exception, PT_SIZE, sp)
532 FEXPORT(handle_\exception\ext)
535 __BUILD_\verbose \exception
539 END(handle_\exception)
542 .macro BUILD_HANDLER exception handler clear verbose
543 __BUILD_HANDLER \exception \handler \clear \verbose _int