Update release-README after completing the 2.43 release.
[binutils-gdb.git] / sim / testsuite / mcore / lsri.s
blobbb7bec620eec3429fd770bf2074f1a15d33a7a55
1 # check that lsri works correctly
2 # mach: mcore
4 .include "testutils.inc"
6 start
7 # Construct -1
8 bmaski r2, 32
10 # logical shift right by 24
11 lsri r2, 24
13 # Construct 255
14 bmaski r1, 8
16 # Compare them, they should be equal
17 cmpne r2,r1
18 jbt .L1
19 pass
20 .L1:
21 fail