Lines Matching refs:instr
248 #define ALT_SMP(instr...) \
249 9998: instr
255 #define ALT_UP(instr...) \
258 9997: instr ;\
273 #define ALT_SMP(instr...)
274 #define ALT_UP(instr...) instr
368 .macro usraccoff, instr, reg, ptr, inc, off, cond, abort, t=TUSER()
371 \instr\cond\()b\()\t\().w \reg, [\ptr, #\off]
373 \instr\cond\()\t\().w \reg, [\ptr, #\off]
384 .macro usracc, instr, reg, ptr, inc, cond, rept, abort
398 usraccoff \instr, \reg, \ptr, \inc, 0, \cond, \abort
400 usraccoff \instr, \reg, \ptr, \inc, \inc, \cond, \abort
408 .macro usracc, instr, reg, ptr, inc, cond, rept, abort, t=TUSER()
412 \instr\cond\()b\()\t \reg, [\ptr], #\inc
414 \instr\cond\()\t \reg, [\ptr], #\inc