gas/testsuite/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / ilp32 / x86-64-stack-intel.d
CommitLineData
351f65ca
L
1#source: ../x86-64-stack.s
2#objdump: -dwMintel
3#name: x86-64 (ILP32) stack-related opcodes (Intel mode)
4
5.*: +file format .*
6
7Disassembly of section .text:
8
90+ <_start>:
10[ ]*[a-f0-9]+: 50 push rax
11[ ]*[a-f0-9]+: 66 50 push ax
3e645041 12[ ]*[a-f0-9]+: 48 50 rex.W push rax
351f65ca
L
13[ ]*[a-f0-9]+: 66 48 50 data32 push rax
14[ ]*[a-f0-9]+: 58 pop rax
15[ ]*[a-f0-9]+: 66 58 pop ax
3e645041 16[ ]*[a-f0-9]+: 48 58 rex.W pop rax
351f65ca
L
17[ ]*[a-f0-9]+: 66 48 58 data32 pop rax
18[ ]*[a-f0-9]+: 8f c0 pop rax
19[ ]*[a-f0-9]+: 66 8f c0 pop ax
3e645041 20[ ]*[a-f0-9]+: 48 8f c0 rex.W pop rax
351f65ca
L
21[ ]*[a-f0-9]+: 66 48 8f c0 data32 pop rax
22[ ]*[a-f0-9]+: 8f 00 pop QWORD PTR \[rax\]
23[ ]*[a-f0-9]+: 66 8f 00 pop WORD PTR \[rax\]
3e645041 24[ ]*[a-f0-9]+: 48 8f 00 rex.W pop QWORD PTR \[rax\]
351f65ca
L
25[ ]*[a-f0-9]+: 66 48 8f 00 data32 pop QWORD PTR \[rax\]
26[ ]*[a-f0-9]+: ff d0 call rax
27[ ]*[a-f0-9]+: 66 ff d0 call ax
3e645041 28[ ]*[a-f0-9]+: 48 ff d0 rex.W call rax
351f65ca
L
29[ ]*[a-f0-9]+: 66 48 ff d0 data32 call rax
30[ ]*[a-f0-9]+: ff 10 call QWORD PTR \[rax\]
31[ ]*[a-f0-9]+: 66 ff 10 call WORD PTR \[rax\]
3e645041 32[ ]*[a-f0-9]+: 48 ff 10 rex.W call QWORD PTR \[rax\]
351f65ca
L
33[ ]*[a-f0-9]+: 66 48 ff 10 data32 call QWORD PTR \[rax\]
34[ ]*[a-f0-9]+: ff e0 jmp rax
35[ ]*[a-f0-9]+: 66 ff e0 jmp ax
3e645041 36[ ]*[a-f0-9]+: 48 ff e0 rex.W jmp rax
351f65ca
L
37[ ]*[a-f0-9]+: 66 48 ff e0 data32 jmp rax
38[ ]*[a-f0-9]+: ff 20 jmp QWORD PTR \[rax\]
39[ ]*[a-f0-9]+: 66 ff 20 jmp WORD PTR \[rax\]
3e645041 40[ ]*[a-f0-9]+: 48 ff 20 rex.W jmp QWORD PTR \[rax\]
351f65ca
L
41[ ]*[a-f0-9]+: 66 48 ff 20 data32 jmp QWORD PTR \[rax\]
42[ ]*[a-f0-9]+: ff f0 push rax
43[ ]*[a-f0-9]+: 66 ff f0 push ax
3e645041 44[ ]*[a-f0-9]+: 48 ff f0 rex.W push rax
351f65ca
L
45[ ]*[a-f0-9]+: 66 48 ff f0 data32 push rax
46[ ]*[a-f0-9]+: ff 30 push QWORD PTR \[rax\]
47[ ]*[a-f0-9]+: 66 ff 30 push WORD PTR \[rax\]
3e645041 48[ ]*[a-f0-9]+: 48 ff 30 rex.W push QWORD PTR \[rax\]
351f65ca
L
49[ ]*[a-f0-9]+: 66 48 ff 30 data32 push QWORD PTR \[rax\]
50#pass
This page took 0.106457 seconds and 4 git commands to generate.