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