aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/scfi/aarch64/ginsn-arith-1.s
blob: 749a51a70b4d1113234a807ee980111110d18b4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Testcase for a variety of arith instructions
	.text
	.align  2
	.global foo
	.type   foo, %function
foo:
	add     sp, sp, 32
	adds    x29, sp, 2134
	sub     sp, sp, 32
	subs    x29, sp, 2134
	add     x29, sp, x2
	sub     x29, sp, x3
	add     sp, x29, x3
	sub     sp, x29, x2
	ret
	.size   foo, .-foo