Lines Matching refs:from
196 * STR (vector from ZA array):253 .macro __for from:req, to:req254 .if (\from) == (\to)255 _for__body %\from257 __for %\from, %((\from) + ((\to) - (\from)) / 2)258 __for %((\from) + ((\to) - (\from)) / 2 + 1), %\to262 .macro _for var:req, from:req, to:req, insn:vararg270 __for \from, \to