Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-branch-absolute-addend-n64.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS16 branch to absolute expression with addend (n64)
3 #as: -64 -march=from-abi
4 #source: mips16-branch-absolute-addend.s
5
6 .*: +file format .*mips.*
7
8 Disassembly of section \.text:
9 \.\.\.
10 [0-9a-f]+ <[^>]*> f000 1000 b 0000000000001004 <foo\+0x4>
11 [ ]*[0-9a-f]+: R_MIPS16_PC16_S1 \*ABS\*\+0x123468a9
12 [ ]*[0-9a-f]+: R_MIPS_NONE \*ABS\*\+0x123468a9
13 [ ]*[0-9a-f]+: R_MIPS_NONE \*ABS\*\+0x123468a9
14 [0-9a-f]+ <[^>]*> f000 6000 bteqz 0000000000001008 <foo\+0x8>
15 [ ]*[0-9a-f]+: R_MIPS16_PC16_S1 \*ABS\*\+0x123468a9
16 [ ]*[0-9a-f]+: R_MIPS_NONE \*ABS\*\+0x123468a9
17 [ ]*[0-9a-f]+: R_MIPS_NONE \*ABS\*\+0x123468a9
18 [0-9a-f]+ <[^>]*> f000 6100 btnez 000000000000100c <foo\+0xc>
19 [ ]*[0-9a-f]+: R_MIPS16_PC16_S1 \*ABS\*\+0x123468a9
20 [ ]*[0-9a-f]+: R_MIPS_NONE \*ABS\*\+0x123468a9
21 [ ]*[0-9a-f]+: R_MIPS_NONE \*ABS\*\+0x123468a9
22 [0-9a-f]+ <[^>]*> f000 2200 beqz v0,0000000000001010 <foo\+0x10>
23 [ ]*[0-9a-f]+: R_MIPS16_PC16_S1 \*ABS\*\+0x123468a9
24 [ ]*[0-9a-f]+: R_MIPS_NONE \*ABS\*\+0x123468a9
25 [ ]*[0-9a-f]+: R_MIPS_NONE \*ABS\*\+0x123468a9
26 [0-9a-f]+ <[^>]*> f000 2a00 bnez v0,0000000000001014 <foo\+0x14>
27 [ ]*[0-9a-f]+: R_MIPS16_PC16_S1 \*ABS\*\+0x123468a9
28 [ ]*[0-9a-f]+: R_MIPS_NONE \*ABS\*\+0x123468a9
29 [ ]*[0-9a-f]+: R_MIPS_NONE \*ABS\*\+0x123468a9
30 [0-9a-f]+ <[^>]*> 6500 nop
31 \.\.\.
This page took 0.033732 seconds and 4 git commands to generate.