summaryrefslogtreecommitdiff
path: root/sim/testsuite/cr16/storw.cgs
blob: 92876361ffebb952e9f17f8f8e4852576a2cb515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# cr16 testcase for st $src1,@$src2
# mach(): cr16

	.include "testutils.inc"

	start

	.global st
st:
	movd $data_loc,  (r4,r3)
	movw $0x1234,r5

	storw r5,0(r4,r3)

	loadw 0(r4,r3),r1
	test_h_gr r1, 0x1234

	pass

data_loc:
	.word 0