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
327 * Byte by byte copy
359 # copy 1 byte
368 # copy 2 bytes
385 mov a5, a2 # copy dst so that a2 is return value
399 _bany a3, a8, .Lbacksrcunaligned # then use shifting copy
401 * Destination and source are word-aligned, use word copy.
403 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
427 # copy 8 bytes
440 # copy 4 bytes
449 # copy 2 bytes
457 # copy 1 byte
471 # copy 16 bytes per iteration for word-aligned dst and unaligned src
508 # copy 8 bytes
520 # copy 4 bytes
536 # copy 2 bytes
546 # copy 1 byte