tizen 2.4 release
[external/binutils.git] / sim / testsuite / sim / m32r / rach.cgs
1 # m32r testcase for rach
2 # mach(): m32r m32rx
3
4         .include "testutils.inc"
5
6         start
7
8         .global rach
9 rach:
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