Update gas/i386/ilp32/x86-64-arch-2.d.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-stack-suffix.d
CommitLineData
1a114b12
JB
1#objdump: -dwMsuffix
2#name: x86-64 stack-related opcodes (with suffixes)
3#source: x86-64-stack.s
4
99ad8390 5.*: +file format .*
1a114b12
JB
6
7Disassembly of section .text:
8
90+ <_start>:
f16cd0d5
L
10[ ]*[a-f0-9]+: 50 pushq %rax
11[ ]*[a-f0-9]+: 66 50 pushw %ax
12[ ]*[a-f0-9]+: 66 48 50 data32 pushq %rax
13[ ]*[a-f0-9]+: 58 popq %rax
14[ ]*[a-f0-9]+: 66 58 popw %ax
15[ ]*[a-f0-9]+: 66 48 58 data32 popq %rax
16[ ]*[a-f0-9]+: 8f c0 popq %rax
17[ ]*[a-f0-9]+: 66 8f c0 popw %ax
18[ ]*[a-f0-9]+: 66 48 8f c0 data32 popq %rax
19[ ]*[a-f0-9]+: 8f 00 popq \(%rax\)
20[ ]*[a-f0-9]+: 66 8f 00 popw \(%rax\)
21[ ]*[a-f0-9]+: 66 48 8f 00 data32 popq \(%rax\)
22[ ]*[a-f0-9]+: ff d0 callq \*%rax
23[ ]*[a-f0-9]+: 66 ff d0 callw \*%ax
24[ ]*[a-f0-9]+: 66 48 ff d0 data32 callq \*%rax
25[ ]*[a-f0-9]+: ff 10 callq \*\(%rax\)
26[ ]*[a-f0-9]+: 66 ff 10 callw \*\(%rax\)
27[ ]*[a-f0-9]+: 66 48 ff 10 data32 callq \*\(%rax\)
28[ ]*[a-f0-9]+: ff e0 jmpq \*%rax
29[ ]*[a-f0-9]+: 66 ff e0 jmpw \*%ax
30[ ]*[a-f0-9]+: 66 48 ff e0 data32 jmpq \*%rax
31[ ]*[a-f0-9]+: ff 20 jmpq \*\(%rax\)
32[ ]*[a-f0-9]+: 66 ff 20 jmpw \*\(%rax\)
33[ ]*[a-f0-9]+: 66 48 ff 20 data32 jmpq \*\(%rax\)
34[ ]*[a-f0-9]+: ff f0 pushq %rax
35[ ]*[a-f0-9]+: 66 ff f0 pushw %ax
36[ ]*[a-f0-9]+: 66 48 ff f0 data32 pushq %rax
37[ ]*[a-f0-9]+: ff 30 pushq \(%rax\)
38[ ]*[a-f0-9]+: 66 ff 30 pushw \(%rax\)
39[ ]*[a-f0-9]+: 66 48 ff 30 data32 pushq \(%rax\)
1a114b12 40#pass
This page took 0.220899 seconds and 4 git commands to generate.