summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_gen_asm/memcpy-unroll-conprop.asm
blob: 074fa59dcb8cd630efb40590049ba41c249e2c5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.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)
	ud2
	.size callMemcpy, .-callMemcpy
.section .note.GNU-stack,"",@progbits
.ident "GHC 7.7.20121009"