x86-64: generalize SIMD test expectations
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / xsave-intel.d
CommitLineData
475a2301
L
1#source: xsave.s
2#as: -J
3#objdump: -dw -Mintel
4#name: i386 xsave (Intel mode)
5
6.*: +file format .*
7
8Disassembly of section .text:
9
100+ <_start>:
11[ ]*[a-f0-9]+: 0f ae 2b xrstor \[ebx\]
12[ ]*[a-f0-9]+: 0f ae 23 xsave \[ebx\]
c7b8aa3a 13[ ]*[a-f0-9]+: 0f ae 33 xsaveopt \[ebx\]
475a2301
L
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\]
c7b8aa3a 18[ ]*[a-f0-9]+: 0f ae 31 xsaveopt \[ecx\]
59ef5df4
JB
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\]
475a2301 31#pass
This page took 0.558562 seconds and 4 git commands to generate.