Lines Matching refs:instr
229 #define ALT_SMP(instr...) \ argument
230 9998: instr
236 #define ALT_UP(instr...) \ argument
239 9997: instr ;\
254 #define ALT_SMP(instr...)
255 #define ALT_UP(instr...) instr
349 .macro usraccoff, instr, reg, ptr, inc, off, cond, abort, t=TUSER()
352 \instr\cond\()b\()\t\().w \reg, [\ptr, #\off]
354 \instr\cond\()\t\().w \reg, [\ptr, #\off]
365 .macro usracc, instr, reg, ptr, inc, cond, rept, abort
379 usraccoff \instr, \reg, \ptr, \inc, 0, \cond, \abort
381 usraccoff \instr, \reg, \ptr, \inc, \inc, \cond, \abort
389 .macro usracc, instr, reg, ptr, inc, cond, rept, abort, t=TUSER()
393 \instr\cond\()b\()\t \reg, [\ptr], #\inc
395 \instr\cond\()\t \reg, [\ptr], #\inc