Lines Matching refs:instr
261 #define ALT_SMP(instr...) \
262 9998: instr
266 * ALT_SMP( W(instr) ... )
268 #define ALT_UP(instr...) \
271 9997: instr ;\
285 #define ALT_SMP(instr...)
286 #define ALT_UP(instr...) instr
380 .macro usraccoff, instr, reg, ptr, inc, off, cond, abort, t=TUSER()
383 \instr\()b\t\cond\().w \reg, [\ptr, #\off]
385 \instr\t\cond\().w \reg, [\ptr, #\off]
393 .macro usracc, instr, reg, ptr, inc, cond, rept, abort
407 usraccoff \instr, \reg, \ptr, \inc, 0, \cond, \abort
409 usraccoff \instr, \reg, \ptr, \inc, \inc, \cond, \abort
417 .macro usracc, instr, reg, ptr, inc, cond, rept, abort, t=TUSER()
421 \instr\()b\t\cond \reg, [\ptr], #\inc
423 \instr\t\cond \reg, [\ptr], #\inc