]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/testsuite/sim/cr16/macuw.cgs
This commit was manufactured by cvs2svn to create branch
[thirdparty/binutils-gdb.git] / sim / testsuite / sim / cr16 / macuw.cgs
CommitLineData
49b964e7
SR
1# cr16 testcase for macuw reg, reg, (regp)
2# mach(): cr16
3
4 .include "testutils.inc"
5
6 start # REVIST to update testcase
7
8 .global macuw
9macuw:
10 movw $0x123,r3
11 movw $0x456,r4
12 macuw r3, r4, (r6,r5)
13 test_h_grp "(r6,r5)", 0x4edc2
14
15 pass