Accept valid one byte signed and unsigned values for the IMM8 operand.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / metag / tls.d
1 #objdump: -dr
2 #name: tls
3
4 .*: +file format .*
5
6 Disassembly of section \.text:
7
8 00000000 <.text>:
9 0: 03180000 ADD D1Ar1,D1Ar1,#0
10 0: R_METAG_TLS_GD _a
11 4: 03180000 ADD D1Ar1,D1Ar1,#0
12 4: R_METAG_TLS_LDM _b
13 8: 02000001 ADDT D0Re0,D0Re0,#0
14 8: R_METAG_TLS_LDO_HI16 _b
15 c: 02000000 ADD D0Re0,D0Re0,#0
16 c: R_METAG_TLS_LDO_LO16 _b
17 10: a720000d GETD D0FrT,\[A1LbP\]
18 10: R_METAG_TLS_IE _b
19 14: 02000005 MOVT D0Re0,#0
20 14: R_METAG_TLS_IENONPIC_HI16 _b
21 18: 02000000 ADD D0Re0,D0Re0,#0
22 18: R_METAG_TLS_IENONPIC_LO16 _b
23 1c: 02000001 ADDT D0Re0,D0Re0,#0
24 1c: R_METAG_TLS_LE_HI16 _b
25 20: 02000000 ADD D0Re0,D0Re0,#0
26 20: R_METAG_TLS_LE_LO16 _b
This page took 0.038986 seconds and 4 git commands to generate.