Lines Matching refs:instr
258 #define ALT_SMP(instr...) \
259 9998: instr
265 #define ALT_UP(instr...) \
269 9997: instr ;\
284 #define ALT_SMP(instr...)
285 #define ALT_UP(instr...) instr
470 .macro usraccoff, instr, reg, ptr, inc, off, cond, abort, t=TUSER()
473 \instr\()b\t\cond\().w \reg, [\ptr, #\off]
475 \instr\t\cond\().w \reg, [\ptr, #\off]
486 .macro usracc, instr, reg, ptr, inc, cond, rept, abort
500 usraccoff \instr, \reg, \ptr, \inc, 0, \cond, \abort
502 usraccoff \instr, \reg, \ptr, \inc, \inc, \cond, \abort
510 .macro usracc, instr, reg, ptr, inc, cond, rept, abort, t=TUSER()
514 \instr\()b\t\cond \reg, [\ptr], #\inc
516 \instr\t\cond \reg, [\ptr], #\inc