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

	.include "testutils.inc"

	start

	.global alu_orr
alu_orr:
	orr r0,r0

	pass