]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/testsuite/sim/m32r/mvtachi.cgs
This commit was manufactured by cvs2svn to create branch 'csl-
[thirdparty/binutils-gdb.git] / sim / testsuite / sim / m32r / mvtachi.cgs
CommitLineData
c906108c
SS
1# m32r testcase for mvtachi $src1
2# mach(): m32r m32rx
3
4 .include "testutils.inc"
5
6 start
7
8 .global mvtachi
9mvtachi:
10 mvi_h_accum0 0, 0
11
12 mvi_h_gr r4, 0x11223344
13 mvtachi r4
14 test_h_accum0 0x223344, 0x0
15
16 mvi_h_gr r4, 0x99aabbcc
17 mvtachi r4
18 test_h_accum0 0xffaabbcc, 0x0
19
20 pass