Lines Matching refs:aligned
89 .Ldst1mod2: # dst is only byte aligned
98 _bbci.l a5, 1, .Ldstaligned # if dst is now aligned, then
100 .Ldst2mod4: # dst 16-bit aligned
110 j .Ldstaligned # dst is now aligned, return to main algorithm
121 .Ldstaligned: # return here from .Ldst?mod? once dst is aligned
124 movi a8, 3 # if source is not aligned,
129 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
195 # copy 16 bytes per iteration for word-aligned dst and unaligned src
343 .Lbackdst1mod2: # dst is only byte aligned
352 _bbci.l a5, 1, .Lbackdstaligned # if dst is now aligned, then
354 .Lbackdst2mod4: # dst 16-bit aligned
364 j .Lbackdstaligned # dst is now aligned,
382 .Lbackdstaligned: # return here from .Lbackdst?mod? once dst is aligned
385 movi a8, 3 # if source is not aligned,
390 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
458 # copy 16 bytes per iteration for word-aligned dst and unaligned src