Lines Matching full:copy
61 * Byte by byte copy
92 # copy 1 byte
101 # copy 2 bytes
117 mov a5, a2 # copy dst so that a2 is return value
125 _bany a3, a8, .Lsrcunaligned # then use shifting copy
127 * Destination and source are word-aligned, use word copy.
129 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
153 # copy 8 bytes
166 # copy 4 bytes
175 # copy 2 bytes
183 # copy 1 byte
195 # copy 16 bytes per iteration for word-aligned dst and unaligned src
233 # copy 8 bytes
245 # copy 4 bytes
260 # copy 2 bytes
270 # copy 1 byte
314 * Byte by byte copy
346 # copy 1 byte
355 # copy 2 bytes
372 mov a5, a2 # copy dst so that a2 is return value
386 _bany a3, a8, .Lbacksrcunaligned # then use shifting copy
388 * Destination and source are word-aligned, use word copy.
390 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
414 # copy 8 bytes
427 # copy 4 bytes
436 # copy 2 bytes
444 # copy 1 byte
458 # copy 16 bytes per iteration for word-aligned dst and unaligned src
495 # copy 8 bytes
507 # copy 4 bytes
523 # copy 2 bytes
533 # copy 1 byte