Lines Matching full:loop
32 * cond true condition (used in loop'cond')
36 * restart loop. 'as' register must not have been modified!
46 * loop for given size as immediate
53 loop \at, 99f
62 * loop for given size in register
76 loop\cond \at, 99f
101 * loop from ar to as
112 loop \at, 99f
120 * restart loop. registers must be unchanged
126 loop \as, 99f
134 * end of loop with no increment of the address.
145 * end of loop with increment of the address.