Lines Matching full:aligned
34 * If source is aligned,
40 * case of aligned source and destination and multiple
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,
127 * Destination and source are word-aligned, use word copy.
129 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
189 * Destination is aligned, Source is unaligned
195 # copy 16 bytes per iteration for word-aligned dst and unaligned src
356 .Lbackdst1mod2: # dst is only byte aligned
365 _bbci.l a5, 1, .Lbackdstaligned # if dst is now aligned, then
367 .Lbackdst2mod4: # dst 16-bit aligned
377 j .Lbackdstaligned # dst is now aligned,
395 .Lbackdstaligned: # return here from .Lbackdst?mod? once dst is aligned
398 movi a8, 3 # if source is not aligned,
401 * Destination and source are word-aligned, use word copy.
403 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
465 * Destination is aligned, Source is unaligned
471 # copy 16 bytes per iteration for word-aligned dst and unaligned src