summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/thumb/tst.cgs
blob: 068fccc427e5d8ad1ffbbb66f37ac98ee257bf48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# arm testcase for tst $rd,$rs
# mach: unfinished

	.include "testutils.inc"

	start

	.global alu_tst
alu_tst:
	tst r0,r0

	pass