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
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,
388 * Destination and source are word-aligned, use word copy.
390 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
452 * Destination is aligned, Source is unaligned
458 # copy 16 bytes per iteration for word-aligned dst and unaligned src