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

	.include "testutils.inc"

	start

	.global alu_mul
alu_mul:
	mul r0,r0

	pass