Replace CpuSSE3 with CpuCX16 for cmpxchg16b
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-branch.d
CommitLineData
003519a7 1#as: -J
13077567 2#objdump: -dw
003519a7
L
3#name: x86-64 indirect branch
4
99ad8390 5.*: +file format .*
003519a7
L
6
7Disassembly of section .text:
8
28dbc079
L
90+ <.text>:
10[ ]*[a-f0-9]+: ff d0 callq \*%rax
11[ ]*[a-f0-9]+: ff d0 callq \*%rax
12[ ]*[a-f0-9]+: 66 ff d0 callw \*%ax
13[ ]*[a-f0-9]+: 66 ff d0 callw \*%ax
14[ ]*[a-f0-9]+: 66 ff 10 callw \*\(%rax\)
15[ ]*[a-f0-9]+: ff e0 jmpq \*%rax
16[ ]*[a-f0-9]+: ff e0 jmpq \*%rax
17[ ]*[a-f0-9]+: 66 ff e0 jmpw \*%ax
18[ ]*[a-f0-9]+: 66 ff e0 jmpw \*%ax
19[ ]*[a-f0-9]+: 66 ff 20 jmpw \*\(%rax\)
13077567
L
20[ ]*[a-f0-9]+: e8 (00|5b) 00 (00|10) 00 callq (0x1f|10007a <.text\+0x10007a>)
21[ ]*[a-f0-9]+: e9 (00|60) 00 (00|10) 00 jmpq (0x24|100084 <.text\+0x100084>)
28dbc079
L
22[ ]*[a-f0-9]+: ff d0 callq \*%rax
23[ ]*[a-f0-9]+: ff d0 callq \*%rax
24[ ]*[a-f0-9]+: 66 ff d0 callw \*%ax
25[ ]*[a-f0-9]+: 66 ff d0 callw \*%ax
26[ ]*[a-f0-9]+: 66 ff 10 callw \*\(%rax\)
27[ ]*[a-f0-9]+: ff e0 jmpq \*%rax
28[ ]*[a-f0-9]+: ff e0 jmpq \*%rax
29[ ]*[a-f0-9]+: 66 ff e0 jmpw \*%ax
30[ ]*[a-f0-9]+: 66 ff e0 jmpw \*%ax
31[ ]*[a-f0-9]+: 66 ff 20 jmpw \*\(%rax\)
13077567
L
32[ ]*[a-f0-9]+: e8 (00|7f) 00 (00|10) 00 callq (0x43|1000c2 <.text\+0x1000c2>)
33[ ]*[a-f0-9]+: e9 (00|84) 00 (00|10) 00 jmpq (0x48|1000cc <.text\+0x1000cc>)
99ad8390 34#pass
This page took 0.307152 seconds and 4 git commands to generate.