summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_gen_asm/memcpy.asm
blob: eedd5ad5dcb8472eb6e885fcd4f533cff82ee911 (plain)
1
2
3
4
5
6
7
8
9
callMemcpy:
        subq
        movq  ; Move arguments into place
        movq
        movl
        xorl
        call memcpy
        addq
        jmp