Lines Matching full:loop
33 * cond true condition (used in loop'cond')
37 * restart loop. 'as' register must not have been modified!
47 * loop for given size as immediate
54 loop \at, 99f
63 * loop for given size in register
77 loop\cond \at, 99f
102 * loop from ar to as
113 loop \at, 99f
121 * restart loop. registers must be unchanged
127 loop \as, 99f
135 * end of loop with no increment of the address.
146 * end of loop with increment of the address.