Lines Matching refs:exception
499 .macro __BUILD_silent exception
516 .macro __BUILD_count exception
517 LONG_L t0,exception_count_\exception
519 LONG_S t0,exception_count_\exception
520 .comm exception_count\exception, 8, 8
523 .macro __BUILD_HANDLER exception handler clear verbose ext
525 NESTED(handle_\exception, PT_SIZE, sp)
529 FEXPORT(handle_\exception\ext)
532 __BUILD_\verbose \exception
536 END(handle_\exception)
539 .macro BUILD_HANDLER exception handler clear verbose
540 __BUILD_HANDLER \exception \handler \clear \verbose _int