aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/cr16/storb.cgs
blob: 289055dd7a93b64e6757e72700cbf7629eac08d1 (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 $1,r5

	storw r5, 0(r4,r3)

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

	pass

data_loc:
	.word 0