summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/thumb/ldsh.cgs
blob: 46d49ac2920929970fdae38f98bb9d134d9d2c67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# arm testcase for ldsh $rd,[$rb,$ro]
# mach: unfinished

	.include "testutils.inc"

	start

	.global ldsh
ldsh:
	ldsh r0,[r0,r0]

	pass