summaryrefslogtreecommitdiffstats
path: root/gas/testsuite/gas/i386/x86-64-crx.s
blob: bc288c3623b850b912c3f65954bad117cc52646b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.text
_start:
	movq	%cr8, %rax
	movq	%cr8, %rdi
	movq	%rax, %cr8
	movq	%rdi, %cr8

.att_syntax noprefix
	movq	cr8, rax
	movq	cr8, rdi
	movq	rax, cr8
	movq	rdi, cr8

.intel_syntax noprefix
	mov	rax, cr8
	mov	rdi, cr8
	mov	cr8, rax
	mov	cr8, rdi
OpenPOWER on IntegriCloud