Lines Matching refs:instr
253 #define ALT_SMP(instr...) \
254 9998: instr
260 #define ALT_UP(instr...) \
263 9997: instr ;\
277 #define ALT_SMP(instr...)
278 #define ALT_UP(instr...) instr
372 .macro usraccoff, instr, reg, ptr, inc, off, cond, abort, t=TUSER()
375 \instr\()b\t\cond\().w \reg, [\ptr, #\off]
377 \instr\t\cond\().w \reg, [\ptr, #\off]
388 .macro usracc, instr, reg, ptr, inc, cond, rept, abort
402 usraccoff \instr, \reg, \ptr, \inc, 0, \cond, \abort
404 usraccoff \instr, \reg, \ptr, \inc, \inc, \cond, \abort
412 .macro usracc, instr, reg, ptr, inc, cond, rept, abort, t=TUSER()
416 \instr\()b\t\cond \reg, [\ptr], #\inc
418 \instr\t\cond \reg, [\ptr], #\inc