summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_gen_asm/memcpy-unroll-conprop.asm
blob: 1bafb34ce9a699d6647b2533e7b9113ee7e83b4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.text
	.align 8
.globl callMemcpy
.type callMemcpy, @object
callMemcpy:
.Lc8:
	testq %rbx,%rbx
	je .Lcb
	movl 0(%r14),%eax
	movl %eax,0(%rbx)
	movl 4(%r14),%eax
	movl %eax,4(%rbx)
	movl 8(%r14),%eax
	movl %eax,8(%rbx)
	movl 12(%r14),%eax
	movl %eax,12(%rbx)
.Lcb:
	jmp *(%rbp)
	.size callMemcpy, .-callMemcpy
.section .note.GNU-stack,"",@progbits
.ident "GHC 7.7.20121009"