D | ttable.h | 22 #define TRAP(routine) \ argument 26 call routine; \ 32 #define TRAP_7INSNS(routine) \ argument 36 call routine; \ 41 #define TRAP_SAVEFPU(routine) \ argument 45 call routine; \ 51 #define TRAP_NOSAVE(routine) \ argument 52 ba,pt %xcc, routine; \ 56 #define TRAP_NOSAVE_7INSNS(routine) \ argument 57 ba,pt %xcc, routine; \ [all …]
|