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

	.include "testutils.inc"

	start

	.global alu_bic
alu_bic:
	bic r0,r0

	pass