gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / ulw-reloc.s
CommitLineData
f2ae14a1
RS
1 .ent func
2func:
3 ulw $4,($4)
4 ulw $4,0x7fc($4)
5 ulw $4,0x7fd($4)
6 ulw $4,0x7ff($4)
7 ulw $4,0x800($4)
8 ulw $4,0x7ffc($4)
9 ulw $4,0x7ffd($4)
10 ulw $4,0x7fff($4)
11 ulw $4,0x8000($4)
12
13 ulw $4,($5)
14 ulw $4,0x7fc($5)
15 ulw $4,0x7fd($5)
16 ulw $4,0x7ff($5)
17 ulw $4,0x800($5)
18 ulw $4,0x7ffc($5)
19 ulw $4,0x7ffd($5)
20 ulw $4,0x7fff($5)
21 ulw $4,0x8000($5)
22 ulw $4,0x37ffc($5)
23 ulw $4,0x37ffd($5)
24 ulw $4,0x37fff($5)
25 ulw $4,0x38000($5)
26
27 ulw $4,%lo(foo)
28 ulw $4,%hi(foo)
29 ulw $4,%gp_rel(foo)
30 ulw $4,%lo(0x12348765)
31 ulw $4,%hi(0x12348765)
32
33 ulw $4,%lo(foo)($4)
34 ulw $4,%hi(foo)($4)
35 ulw $4,%gp_rel(foo)($4)
36
37 ulw $4,%lo(foo)($5)
38 ulw $4,%hi(foo)($5)
39 ulw $4,%gp_rel(foo)($5)
40 ulw $4,%lo(0x12348765)($5)
41 ulw $4,%hi(0x12348765)($5)
42 ulw $4,%lo(foo+0x12348765)($5)
43 ulw $4,%hi(foo+0x12348765)($5)
44 .end func
This page took 0.0292 seconds and 4 git commands to generate.