Lines Matching refs:exception
513 .macro __BUILD_silent exception argument
530 .macro __BUILD_count exception argument
531 LONG_L t0,exception_count_\exception
533 LONG_S t0,exception_count_\exception
534 .comm exception_count\exception, 8, 8
537 .macro __BUILD_HANDLER exception handler clear verbose ext
539 NESTED(handle_\exception, PT_SIZE, sp)
543 FEXPORT(handle_\exception\ext)
546 __BUILD_\verbose \exception
550 END(handle_\exception)
553 .macro BUILD_HANDLER exception handler clear verbose
554 __BUILD_HANDLER \exception \handler \clear \verbose _int