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