aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/cr16/macuw.cgs
blob: ea4c3fc4d39de672f834806d61445be883e608a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# cr16 testcase for macuw reg, reg, (regp)
# mach(): cr16 

	.include "testutils.inc"

	start  # REVIST to update testcase

	.global macuw
macuw:
	movw  $0x123,r3
	movw  $0x456,r4
	macuw r3, r4, (r6,r5)
	test_h_grp "(r6,r5)", 0x4edc2

	pass