Lines Matching refs:exception
380 .macro __BUILD_silent exception
397 .macro __BUILD_count exception
398 LONG_L t0,exception_count_\exception
400 LONG_S t0,exception_count_\exception
401 .comm exception_count\exception, 8, 8
404 .macro __BUILD_HANDLER exception handler clear verbose ext
406 NESTED(handle_\exception, PT_SIZE, sp)
409 FEXPORT(handle_\exception\ext)
412 __BUILD_\verbose \exception
416 END(handle_\exception)
419 .macro BUILD_HANDLER exception handler clear verbose
420 __BUILD_HANDLER \exception \handler \clear \verbose _int