]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/testsuite/sim/cr16/lpr-spr.cgs
This commit was manufactured by cvs2svn to create branch
[thirdparty/binutils-gdb.git] / sim / testsuite / sim / cr16 / lpr-spr.cgs
1 # cr16 testcase for lpr reg, preg
2 # mach(): cr16
3
4 .include "testutils.inc"
5
6 start
7
8 .global lpr
9 lpr:
10 movw $0x1234,r3
11 lpr r3, psr
12
13 spr psr,r5
14
15
16 test_h_gr r5, 0x1234
17
18 pass