Update release-README after completing the 2.43 release.
[binutils-gdb.git] / sim / testsuite / cr16 / subd.cgs
blob2e2a33428df5f0c2f5c215f51663711f9ffb62c3
1 # cr16 testcase for subd $sr,$dr
2 # mach(): cr16
4         .include "testutils.inc"
6         start
8         .global subd
9 subd:
11         movd $0x12345678, (r4,r3)
12         movd $0x11111111, (r6,r5)
14         subd (r6,r5), (r4,r3)
16         test_h_grp "(r4,r3)", 0x1234567
18         pass