xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/m32r/rach.cgs (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1# m32r testcase for rach
2# mach(): m32r m32rx
3
4	.include "testutils.inc"
5
6	start
7
8	.global rach
9rach:
10	mvi_h_accum0 1, 0x40004001
11	rach
12	test_h_accum0 3, 0
13
14	mvi_h_accum0 0x3fff, 0xc0000000
15	rach
16	test_h_accum0 0x7fff, 0
17
18	mvi_h_accum0 0xffff8000, 0
19	rach
20	test_h_accum0 0xffff8000, 0
21
22	pass
23