Add x86-64 ILP32 support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / ilp32 / x86-64-rip.d
1 #source: ../x86-64-rip.s
2 #as: -J
3 #objdump: -drw
4 #name: x86-64 (ILP32) rip addressing
5
6 .*: +file format .*
7
8 Disassembly of section .text:
9
10 0+000 <.text>:
11 [ ]*0:[ ]+8d 05 00 00 00 00[ ]+lea[ ]+0x0\(%rip\),%eax[ ]*(#.*)?
12 [ ]*6:[ ]+8d 05 11 11 11 11[ ]+lea[ ]+0x11111111\(%rip\),%eax[ ]*(#.*)?
13 [ ]*c:[ ]+8d 05 01 00 00 00[ ]+lea[ ]+0x1\(%rip\),%eax[ ]*(#.*)?
14 [ ]*12:[ ]+8d 05 00 00 00 00[ ]+lea[ ]+0x0\(%rip\),%eax[ ]*(#.*)?
15 #pass
This page took 0.029844 seconds and 4 git commands to generate.