Lines Matching refs:instr
257 #define ALT_SMP(instr...) \
258 9998: instr
262 * ALT_SMP( W(instr) ... )
264 #define ALT_UP(instr...) \
268 9997: instr ;\
283 #define ALT_SMP(instr...)
284 #define ALT_UP(instr...) instr
469 .macro usraccoff, instr, reg, ptr, inc, off, cond, abort, t=TUSER()
472 \instr\()b\t\cond\().w \reg, [\ptr, #\off]
474 \instr\t\cond\().w \reg, [\ptr, #\off]
485 .macro usracc, instr, reg, ptr, inc, cond, rept, abort
499 usraccoff \instr, \reg, \ptr, \inc, 0, \cond, \abort
501 usraccoff \instr, \reg, \ptr, \inc, \inc, \cond, \abort
509 .macro usracc, instr, reg, ptr, inc, cond, rept, abort, t=TUSER()
513 \instr\()b\t\cond \reg, [\ptr], #\inc
515 \instr\t\cond \reg, [\ptr], #\inc