Lines Matching defs:label
92 #define TT_TRACE(label) \
93 ba label ;\
97 #define TT_TRACE_L(label) \
98 ba label ;\
105 #define TT_TRACE(label)
108 #define TT_TRACE_L(label)
202 * GOTO just jumps to a label.
205 #define GOTO(label) \
206 .global label ;\
207 ba,a label ;\
212 * GOTO_TT just jumps to a label.
216 #define GOTO_TT(label, ttlabel) \
217 .global label ;\
219 ba,a label ;\
227 #define PRIV(label) \
230 bnz label ;\
285 * handler. This is done by branching back to label 1: for 32b frames,
286 * or label 2: for 64b frames; which implies the handler order is: 32b,