19990502 sourceware import
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m32r / uppercase.d
1 #as:
2 #objdump: -dr
3 #name: uppercase
4
5 .*: +file format .*
6
7 Disassembly of section .text:
8
9 0+0000 <foo>:
10 0: 10 81 10 91 * mv r0,r1 -> mvfc r0,cbr
11
12 0+0004 <high>:
13 4: d0 c0 00 00 seth r0,#0x0
14 [ ]*4: R_M32R_HI16_ULO [.]text
15
16 0+0008 <shigh>:
17 8: d0 c0 00 00 seth r0,#0x0
18 [ ]*8: R_M32R_HI16_SLO [.]text
19
20 0+000c <low>:
21 c: 80 e0 00 0c or3 r0,r0,#0xc
22 [ ]*c: R_M32R_LO16 [.]text
23
24 0+0010 <sda>:
25 10: 80 a0 00 00 add3 r0,r0,#0
26 [ ]*10: R_M32R_SDA16 sdavar
This page took 0.030207 seconds and 4 git commands to generate.