Removes support in the ARM assembler for the unsigned variants of the VQ(R)DMLAH...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / dlx / lhi.d
1 #as:
2 #objdump: -dr
3 #name: lhi
4
5 .*: +file format .*
6
7 Disassembly of section .text:
8
9 00000000 <.text>:
10 0: 3c 03 7f ff lhi r3,0x7fff
11 4: 3c 03 00 00 lhi r3,0x0000
12 6: R_DLX_RELOC_16_HI .text
13 8: 3c 04 00 00 lhi r4,0x0000
14 a: R_DLX_RELOC_16_LO .text
15 c: 3c 04 ff fb lhi r4,0xfffb
16 e: R_DLX_RELOC_16 .text
17 10: 3c 04 00 0c lhi r4,0x000c
18 14: 20 04 00 00 addi r4,r0,0x0000
19 18: 20 04 00 00 addi r4,r0,0x0000
20 1a: R_DLX_RELOC_16_HI .text
21 1c: 34 84 00 18 ori r4,r4,0x0018
22 1e: R_DLX_RELOC_16_LO .text
23 20: 20 64 00 00 addi r4,r3,0x0000
This page took 0.030948 seconds and 4 git commands to generate.