Don't decompress the section in bfd_is_section_compressed
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / rex.d
CommitLineData
b1905489
JB
1#objdump: -dw
2#name: x86-64 manual rex prefix use
3
99ad8390 4.*: +file format .*
b1905489
JB
5
6Disassembly of section .text:
7
80+ <_start>:
d72de478 9[ ]*[0-9a-f]+:[ ]+40 0f ae 00[ ]+rex fxsave[ ]+\(%rax\)
eacc9c89 10[ ]*[0-9a-f]+:[ ]+48 0f ae 00[ ]+fxsave64[ ]+\(%rax\)
d72de478 11[ ]*[0-9a-f]+:[ ]+41 0f ae 00[ ]+fxsave[ ]+\(%r8\)
eacc9c89 12[ ]*[0-9a-f]+:[ ]+49 0f ae 00[ ]+fxsave64[ ]+\(%r8\)
d72de478 13[ ]*[0-9a-f]+:[ ]+42 0f ae 04 05 00 00 00 00[ ]+fxsave[ ]+(0x0)?\(,%r8(,1)?\)
eacc9c89 14[ ]*[0-9a-f]+:[ ]+4a 0f ae 04 05 00 00 00 00[ ]+fxsave64[ ]+(0x0)?\(,%r8(,1)?\)
d72de478 15[ ]*[0-9a-f]+:[ ]+43 0f ae 04 00[ ]+fxsave[ ]+\(%r8,%r8(,1)?\)
eacc9c89 16[ ]*[0-9a-f]+:[ ]+4b 0f ae 04 00[ ]+fxsave64[ ]+\(%r8,%r8(,1)?\)
2a70cca4 17[ ]*[0-9a-f]+:[ ]+40 c5 f9 28 00[ ]+rex vmovapd \(%rax\),%xmm0
0003779b
L
18[ ]*[0-9a-f]+:[ ]+40[ ]+rex
19[ ]*[0-9a-f]+:[ ]+41[ ]+rex.B
20[ ]*[0-9a-f]+:[ ]+42[ ]+rex.X
21[ ]*[0-9a-f]+:[ ]+43[ ]+rex.XB
22[ ]*[0-9a-f]+:[ ]+44[ ]+rex.R
23[ ]*[0-9a-f]+:[ ]+45[ ]+rex.RB
24[ ]*[0-9a-f]+:[ ]+46[ ]+rex.RX
25[ ]*[0-9a-f]+:[ ]+47[ ]+rex.RXB
26[ ]*[0-9a-f]+:[ ]+48[ ]+rex.W
27[ ]*[0-9a-f]+:[ ]+49[ ]+rex.WB
28[ ]*[0-9a-f]+:[ ]+4a[ ]+rex.WX
29[ ]*[0-9a-f]+:[ ]+4b[ ]+rex.WXB
30[ ]*[0-9a-f]+:[ ]+4c[ ]+rex.WR
31[ ]*[0-9a-f]+:[ ]+4d[ ]+rex.WRB
32[ ]*[0-9a-f]+:[ ]+4e[ ]+rex.WRX
33[ ]*[0-9a-f]+:[ ]+4f[ ]+rex.WRXB
b1905489 34#pass
This page took 0.287248 seconds and 4 git commands to generate.