Lines Matching refs:aligned
103 .Ldst1mod2: # dst is only byte aligned
112 _bbci.l a5, 1, .Ldstaligned # if dst is now aligned, then
114 .Ldst2mod4: # dst 16-bit aligned
124 j .Ldstaligned # dst is now aligned, return to main algorithm
137 .Ldstaligned: # return here from .Ldst?mod? once dst is aligned
140 movi a8, 3 # if source is not aligned,
145 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
211 # copy 16 bytes per iteration for word-aligned dst and unaligned src
370 .Lbackdst1mod2: # dst is only byte aligned
379 _bbci.l a5, 1, .Lbackdstaligned # if dst is now aligned, then
381 .Lbackdst2mod4: # dst 16-bit aligned
391 j .Lbackdstaligned # dst is now aligned,
411 .Lbackdstaligned: # return here from .Lbackdst?mod? once dst is aligned
414 movi a8, 3 # if source is not aligned,
419 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
487 # copy 16 bytes per iteration for word-aligned dst and unaligned src