D | ttable.h | 24 #define TRAP(routine) \ argument 28 call routine; \ 34 #define TRAP_7INSNS(routine) \ argument 38 call routine; \ 43 #define TRAP_SAVEFPU(routine) \ argument 47 call routine; \ 53 #define TRAP_NOSAVE(routine) \ argument 54 ba,pt %xcc, routine; \ 58 #define TRAP_NOSAVE_7INSNS(routine) \ argument 59 ba,pt %xcc, routine; \ [all …]
|