~linaro-toolchain-dev/cortex-strings/trunk

« back to all changes in this revision

Viewing changes to src/linaro-a9/memcpy.S

  • Committer: Will Newton
  • Date: 2013-09-09 15:34:02 UTC
  • Revision ID: will.newton@linaro.org-20130909153402-40quvmkeofe6g7og
Fix more comments relating to alignment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    ARMv6 (ARMv7-a if using Neon)
39
39
    ARM state
40
40
    Unaligned accesses
41
 
    LDRD/STRD support unaligned word accesses
42
41
 
43
42
 */
44
43
 
354
353
 
355
354
.Ltail63aligned:                        /* Count in tmp2.  */
356
355
        /* Copy up to 7 d-words of data.  Similar to Ltail63unaligned, but
357
 
           we know that the src and dest are 32-bit aligned so we can use
 
356
           we know that the src and dest are 64-bit aligned so we can use
358
357
           LDRD/STRD to improve efficiency.  */
359
358
        /* TMP2 is now negative, but we don't care about that.  The bottom
360
359
           six bits still tell us how many bytes are left to copy.  */