gas: Update x86 sse-noavx tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-crx.s
CommitLineData
6dd5059a
L
1.text
2_start:
3 movq %cr8, %rax
4 movq %cr8, %rdi
5 movq %rax, %cr8
6 movq %rdi, %cr8
7
8.att_syntax noprefix
9 movq cr8, rax
10 movq cr8, rdi
11 movq rax, cr8
12 movq rdi, cr8
13
14.intel_syntax noprefix
15 mov rax, cr8
16 mov rdi, cr8
17 mov cr8, rax
18 mov cr8, rdi
This page took 0.516056 seconds and 4 git commands to generate.