aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-aarch64/tls-relax-large-ie-le.s
blob: c5c12a1240a27175d9a390a219a42f8504f30751 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
	.section	.tdata,"awT"
x:
	.word	2
y:
	.word	4

	.text
test:
	mrs	x1, tpidr_el0

	movz	x6, #:gottprel_g1:x
	movk	x6, #:gottprel_g0_nc:x
	ldr	x6, [x2, x6]
	add	x6, x6, x1

	movz	x7, #:gottprel_g1:y
	movk	x7, #:gottprel_g0_nc:y
	ldr	x7, [x2, x7]
	add	x7, x7, x1