i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / xsave.d
CommitLineData
475a2301
L
1#objdump: -dw
2#name: i386 xsave
3
4.*: file format .*
5
6Disassembly of section .text:
7
80+ <_start>:
9[ ]*[a-f0-9]+: 0f ae 2b xrstor \(%ebx\)
10[ ]*[a-f0-9]+: 0f ae 23 xsave \(%ebx\)
c7b8aa3a 11[ ]*[a-f0-9]+: 0f ae 33 xsaveopt \(%ebx\)
475a2301
L
12[ ]*[a-f0-9]+: 0f 01 d0 xgetbv
13[ ]*[a-f0-9]+: 0f 01 d1 xsetbv
14[ ]*[a-f0-9]+: 0f ae 29 xrstor \(%ecx\)
15[ ]*[a-f0-9]+: 0f ae 21 xsave \(%ecx\)
c7b8aa3a 16[ ]*[a-f0-9]+: 0f ae 31 xsaveopt \(%ecx\)
59ef5df4
JB
17[a-f0-9]+ <avx>:
18[ ]*[a-f0-9]+: 0f ae 20 xsave \(%eax\)
19[ ]*[a-f0-9]+: 0f ae 28 xrstor \(%eax\)
20[a-f0-9]+ <lwp>:
21[ ]*[a-f0-9]+: 0f ae 20 xsave \(%eax\)
22[ ]*[a-f0-9]+: 0f ae 28 xrstor \(%eax\)
23[a-f0-9]+ <mpx>:
24[ ]*[a-f0-9]+: 0f ae 20 xsave \(%eax\)
25[ ]*[a-f0-9]+: 0f ae 28 xrstor \(%eax\)
26[a-f0-9]+ <pku>:
27[ ]*[a-f0-9]+: 0f ae 20 xsave \(%eax\)
28[ ]*[a-f0-9]+: 0f ae 28 xrstor \(%eax\)
475a2301 29#pass
This page took 0.542007 seconds and 4 git commands to generate.