Lines Matching refs:exception
383 .macro __BUILD_silent exception argument
400 .macro __BUILD_count exception argument
401 LONG_L t0,exception_count_\exception
403 LONG_S t0,exception_count_\exception
404 .comm exception_count\exception, 8, 8
407 .macro __BUILD_HANDLER exception handler clear verbose ext
409 NESTED(handle_\exception, PT_SIZE, sp)
412 FEXPORT(handle_\exception\ext)
415 __BUILD_\verbose \exception
419 END(handle_\exception)
422 .macro BUILD_HANDLER exception handler clear verbose
423 __BUILD_HANDLER \exception \handler \clear \verbose _int