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