x86: Allow 32-bit registers for tpause and umwait
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sh / pcrel.d
1 #as: -big
2 #objdump: -d
3 #name: PC-relative loads
4 #stderr: pcrel.l
5
6 .*: file format .*sh.*
7
8 Disassembly of section .text:
9
10 00000000 <code>:
11 0: d0 04 mov\.l 14 <litpool>,r0 ! ffffffec
12 2: d1 05 mov\.l 18 <litpool\+0x4>,r1
13 4: d1 03 mov\.l 14 <litpool>,r1 ! ffffffec
14 6: d1 03 mov\.l 14 <litpool>,r1 ! ffffffec
15 8: c7 02 mova 14 <litpool>,r0
16 a: 61 02 mov\.l @r0,r1
17 c: d1 01 mov\.l 14 <litpool>,r1 ! ffffffec
18 e: 01 03 bsrf r1
19 10: 00 09 nop
20 12: 00 09 nop
21
22 00000014 <litpool>:
23 14: ff ff \.word 0xffff
24 16: ff ec \.word 0xffec
This page took 0.031412 seconds and 4 git commands to generate.