Automatic date update in version.in
[binutils-gdb.git] / sim / testsuite / cr16 / movd.cgs
blob8b1b63840340a8c3c0c57ac32084b9394059ce9e
1 # cr16 testcase for movd $imm32, regp
2 # mach(): cr16
4         .include "testutils.inc"
6         start
8         .global movd
9 movd:
10         movd $0x12345678, (r4,r3)
12         movd (r4,r3), (r6,r5)
14         test_h_grp "(r6,r5)", 0x12345678
16         pass