gdb/gdbserver/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-disp32.d
CommitLineData
f8a5c266
L
1#as:
2#objdump: -drw
3#name: x86-64 32bit displacement
4
5.*: +file format .*
6
7
8Disassembly of section .text:
9
9dc9b05c 100+ <.*>:
f8a5c266
L
11[ ]*[a-f0-9]+: 8b 58 03 mov 0x3\(%rax\),%ebx
12[ ]*[a-f0-9]+: 8b 98 03 00 00 00 mov 0x3\(%rax\),%ebx
13[ ]*[a-f0-9]+: eb 05 jmp 10 <foo>
14[ ]*[a-f0-9]+: e9 00 00 00 00 jmpq 10 <foo>
15
160+10 <foo>:
17[ ]*[a-f0-9]+: 89 58 03 mov %ebx,0x3\(%rax\)
18[ ]*[a-f0-9]+: 89 98 03 00 00 00 mov %ebx,0x3\(%rax\)
19#pass
This page took 0.104252 seconds and 4 git commands to generate.