2006-10-20 Andrew Stubbs <andrew.stubbs@st.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sh / pcrel-coff.d
1 #as: -big
2 #objdump: -d -EB
3 #name: PC-relative loads
4
5 .*: file format .*sh.*
6
7 Disassembly of section .text:
8
9 00000000 <code>:
10 0: d1 03 mov\.l 10 <litpool>,r1 ! fffffff0
11 2: d1 03 mov\.l 10 <litpool>,r1 ! fffffff0
12 4: c7 02 mova 10 <litpool>,r0
13 6: 61 02 mov\.l @r0,r1
14 8: d1 01 mov\.l 10 <litpool>,r1 ! fffffff0
15 a: 01 03 bsrf r1
16 c: 00 09 nop
17 e: 00 09 nop
18
19 00000010 <litpool>:
20 10: ff ff \.word 0xffff
21 12: ff f0 fadd fr15,fr15
22 14: 00 09 nop
23 16: 00 09 nop
24 18: 00 09 nop
25 1a: 00 09 nop
26 1c: 00 09 nop
27 1e: 00 09 nop
This page took 0.045604 seconds and 4 git commands to generate.