Add support to GDB for the Renesas rl78 architecture.
[external/binutils.git] / sim / testsuite / sim / frv / mov.cgs
1 # frv testcase for mov $GRi,$GRk
2 # mach: all
3
4         .include "testutils.inc"
5
6         start
7
8         .global ori
9 ori:
10         set_gr_immed    0xdeadbeef,gr7
11         set_gr_immed    0xbeefdead,gr8
12         set_icc         0x08,0
13         mov             gr7,gr8
14         test_icc        1 0 0 0 icc0
15         test_gr_immed   0xdeadbeef,gr7
16         test_gr_immed   0xdeadbeef,gr8
17
18         pass