Lines Matching refs:cond
61 .macro notcond, cond, nexti = .+8
62 .ifc \cond, eq
64 .else; .ifc \cond, ne
66 .else; .ifc \cond, ea
68 .else; .ifc \cond, ub
70 .else; .ifc \cond, fs
72 .else; .ifc \cond, ns
74 .else; .ifc \cond, fv
76 .else; .ifc \cond, nv
78 .else; .ifc \cond, ua
80 .else; .ifc \cond, eb
82 .else; .ifc \cond, eg
84 .else; .ifc \cond, sl
86 .else; .ifc \cond, sg
88 .else; .ifc \cond, el
90 .else; .ifnc \cond, al
97 .macro usracc, instr, reg, ptr, inc, cond, rept, abort
99 notcond \cond, .+8
116 .macro strusr, reg, ptr, inc, cond = al, rept = 1, abort = 9001f
117 usracc st, \reg, \ptr, \inc, \cond, \rept, \abort
120 .macro ldrusr, reg, ptr, inc, cond = al, rept = 1, abort = 9001f
121 usracc ld, \reg, \ptr, \inc, \cond, \rept, \abort