Lines Matching refs:exception
514 .macro __BUILD_silent exception
531 .macro __BUILD_count exception
532 LONG_L t0,exception_count_\exception
534 LONG_S t0,exception_count_\exception
535 .comm exception_count\exception, 8, 8
538 .macro __BUILD_HANDLER exception handler clear verbose ext
540 NESTED(handle_\exception, PT_SIZE, sp)
544 FEXPORT(handle_\exception\ext)
547 __BUILD_\verbose \exception
551 END(handle_\exception)
554 .macro BUILD_HANDLER exception handler clear verbose
555 __BUILD_HANDLER \exception \handler \clear \verbose _int