Add an option with a color type.
[binutils-gdb.git] / sim / testsuite / cr16 / slo.cgs
blob4e9332aeb5d6cd4f3c4791d340481328335a2f30
1 # cr16 testcase for slo reg
2 # mach(): cr16
4         .include "testutils.inc"
6         start
8         .global slo
9 slo:
10         mvi_h_condbit 0
11         movw $1, r4
12         movw $2, r5
13         cmpw r4, r5
14         slo r3
16         cmpw $1, r3
17         beq ok
18 not_ok:
19         fail
20 ok:
21         pass