]> Git Repo - binutils.git/blob - sim/testsuite/m32r/rach.cgs
Automatic date update in version.in
[binutils.git] / sim / testsuite / 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
This page took 0.023997 seconds and 4 git commands to generate.