summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-tic6x/sbr-reloc-local-1.s
blob: 25bb75c99fe1be7fdbc6e5565eebaf11d0fca483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.text
.nocmp
	ldw .D2T2 *+b14(a),b1
	ldw .D2T2 *+b14(b),b1
	ldh .D2T2 *+b14(b),b1
	ldh .D2T2 *+b14(c),b1
	ldb .D2T2 *+b14(c),b1
	ldb .D2T2 *+b14(d),b1
	mvk .S1 $dpr_byte(d),a1
	mvkl .S1 $dpr_byte(c),a1
	mvkh .S1 $dpr_byte(d),a1
	mvkl .S1 $dpr_hword(b),a1
	mvkh .S1 $dpr_hword(c),a1
	mvkl .S1 $dpr_word(a),a1
	mvkh .S1 $dpr_word(b),a1
.data
a:
	.word 0
b:
	.short 0
c:
	.byte 0
d:
	.byte 0