x86: CpuXSAVE is a prereq for various other features
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / xsave-intel.d
1 #source: xsave.s
2 #as: -J
3 #objdump: -dw -Mintel
4 #name: i386 xsave (Intel mode)
5
6 .*: +file format .*
7
8 Disassembly of section .text:
9
10 0+ <_start>:
11 [ ]*[a-f0-9]+: 0f ae 2b xrstor \[ebx\]
12 [ ]*[a-f0-9]+: 0f ae 23 xsave \[ebx\]
13 [ ]*[a-f0-9]+: 0f ae 33 xsaveopt \[ebx\]
14 [ ]*[a-f0-9]+: 0f 01 d0 xgetbv
15 [ ]*[a-f0-9]+: 0f 01 d1 xsetbv
16 [ ]*[a-f0-9]+: 0f ae 29 xrstor \[ecx\]
17 [ ]*[a-f0-9]+: 0f ae 21 xsave \[ecx\]
18 [ ]*[a-f0-9]+: 0f ae 31 xsaveopt \[ecx\]
19 [a-f0-9]+ <avx>:
20 [ ]*[a-f0-9]+: 0f ae 20 xsave \[eax\]
21 [ ]*[a-f0-9]+: 0f ae 28 xrstor \[eax\]
22 [a-f0-9]+ <lwp>:
23 [ ]*[a-f0-9]+: 0f ae 20 xsave \[eax\]
24 [ ]*[a-f0-9]+: 0f ae 28 xrstor \[eax\]
25 [a-f0-9]+ <mpx>:
26 [ ]*[a-f0-9]+: 0f ae 20 xsave \[eax\]
27 [ ]*[a-f0-9]+: 0f ae 28 xrstor \[eax\]
28 [a-f0-9]+ <pku>:
29 [ ]*[a-f0-9]+: 0f ae 20 xsave \[eax\]
30 [ ]*[a-f0-9]+: 0f ae 28 xrstor \[eax\]
31 #pass
This page took 0.029987 seconds and 4 git commands to generate.