1 //===------------------------- memcopy routines ---------------------------===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 .macro FUNCTION_BEGIN name
14 .type \name, @function
18 .macro FUNCTION_END name
19 .size \name, . - \name
22 FUNCTION_BEGIN __hexagon_memcpy_likely_aligned_min32bytes_mult8bytes
26 if (p0.new) r5:4 = memd(r1)
30 if (!p0) jump .Lmemcpy_call
31 if (p0) memd(r0++#8) = r5:4
32 if (p0) r5:4 = memd(r1+#8)
52 FUNCTION_END __hexagon_memcpy_likely_aligned_min32bytes_mult8bytes
61 .globl __qdsp_memcpy_likely_aligned_min32bytes_mult8bytes
62 .set __qdsp_memcpy_likely_aligned_min32bytes_mult8bytes, \
63 __hexagon_memcpy_likely_aligned_min32bytes_mult8bytes