Lines Matching full:aligned
30 * If the destination and source are both aligned,
33 * If destination is aligned and source unaligned,
38 * case of aligned destinations (except for the branches to
70 .Ldstaligned: # return here from .Ldstunaligned when dst is aligned
73 movi a8, 3 # if source is also aligned,
84 .Ldst1mod2: # dst is only byte aligned
93 bbci.l a5, 1, .Ldstaligned # if dst is now aligned, then
95 .Ldst2mod4: # dst 16-bit aligned
105 j .Ldstaligned # dst is now aligned, return to main algorithm
133 * Destination and source are word-aligned.
135 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
193 * Destination is aligned, Source is unaligned
200 # copy 16 bytes per iteration for word-aligned dst and unaligned src