D | ttable.h | 25 #define TRAP(routine) \ argument 29 call routine; \ 35 #define TRAP_7INSNS(routine) \ argument 39 call routine; \ 44 #define TRAP_SAVEFPU(routine) \ argument 48 call routine; \ 54 #define TRAP_NOSAVE(routine) \ argument 55 ba,pt %xcc, routine; \ 59 #define TRAP_NOSAVE_7INSNS(routine) \ argument 60 ba,pt %xcc, routine; \ [all …]
|