Add support to GDB for the Renesas rl78 architecture.
[external/binutils.git] / sim / testsuite / sim / cr16 / movd.cgs
1 # cr16 testcase for movd $imm32, regp
2 # mach(): cr16
3
4         .include "testutils.inc"
5
6         start
7
8         .global movd
9 movd:
10         movd $0x12345678, (r4,r3)
11
12         movd (r4,r3), (r6,r5)
13
14         test_h_grp "(r6,r5)", 0x12345678
15
16         pass