| //===------------------------- memcopy routines ---------------------------===// |
| // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. |
| // See https://llvm.org/LICENSE.txt for license information. |
| // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
| //===----------------------------------------------------------------------===// |
| .macro FUNCTION_BEGIN name |
| FUNCTION_BEGIN __hexagon_memcpy_likely_aligned_min32bytes_mult8bytes |
| if (p0.new) r5:4 = memd(r1) |
| if (!p0) jump .Lmemcpy_call |
| if (p0) memd(r0++#8) = r5:4 |
| if (p0) r5:4 = memd(r1+#8) |
| FUNCTION_END __hexagon_memcpy_likely_aligned_min32bytes_mult8bytes |
| .globl __qdsp_memcpy_likely_aligned_min32bytes_mult8bytes |
| .set __qdsp_memcpy_likely_aligned_min32bytes_mult8bytes, \ |
| __hexagon_memcpy_likely_aligned_min32bytes_mult8bytes |