summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/x86-64-xsave.s
blob: e3316b225f9d4cdba2b4f97e37a349b7b00337a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Check 64bit xsave/xrstor
	.text
_start:
	xgetbv
	xsetbv

	xsave (%rax)
	xsave (%r8)
	xsave (%r8, %rax)
	xsave (%rax, %r8)
	xsave (%r8, %r15)
	xsave64 (%rax)
	xsave64 (%r8)
	xsave64 (%r8, %rax)
	xsave64 (%rax, %r8)
	xrstor (%rax)
	xrstor (%r8)
	xrstor (%r8, %rax)
	xrstor (%rax, %r8)
	xrstor (%r8, %r15)
	xrstor64 (%rax)
	xrstor64 (%r8)
	xrstor64 (%r8, %rax)
	xrstor64 (%rax, %r8)
	xrstor64 (%r8, %r15)

	xsaveopt (%rax)
	xsaveopt (%r8)
	xsaveopt (%r8, %rax)
	xsaveopt (%rax, %r8)
	xsaveopt (%r8, %r15)
	xsaveopt64 (%rax)
	xsaveopt64 (%r8)
	xsaveopt64 (%r8, %rax)
	xsaveopt64 (%rax, %r8)

	.intel_syntax noprefix
	xsave [rax]
	xsave [r8]
	xsave [r8+rax*1]
	xsave [rax+r8*1]
	xsave [r8+r15*1]
	xsave64 [rax]
	xsave64 [r8]
	xsave64 [r8+rax*1]
	xsave64 [rax+r8*1]
	xrstor [rax]
	xrstor [r8]
	xrstor [r8+rax*1]
	xrstor [rax+r8*1]
	xrstor [r8+r15*1]
	xrstor64 [rax]
	xrstor64 [r8]
	xrstor64 [r8+rax*1]
	xrstor64 [rax+r8*1]
	xrstor64 [r8+r15*1]

	xsaveopt [rax]
	xsaveopt [r8]
	xsaveopt [r8+rax*1]
	xsaveopt [rax+r8*1]
	xsaveopt [r8+r15*1]
	xsaveopt64 [rax]
	xsaveopt64 [r8]
	xsaveopt64 [r8+rax*1]
	xsaveopt64 [rax+r8*1]