Add an option with a color type.
[binutils-gdb.git] / sim / testsuite / cr16 / tbitw.cgs
blob018c73e53ee4b4503fa53e625f9e80a0f3b31cf4
1 # cr16 testcase for tbitw
2 # mach:  cr16
4         .include "testutils.inc"
6         start
8         .global tbitw
9 tbitw:
10         movw $0, r1
11         lpr     r1, psr
12         tbitw   $0,_y
13         spr  psr, r1
14         cmpb    $0x20, r1
15         beq ok1
16 not_ok:
17         fail
19 ok1:
20         movw $0, r1
21         lpr     r1, psr
22         movd   $_y, (r1,r0)
23         tbitw   $1,0(r1,r0)
24         loadw   _y, r1
25         spr  psr, r1
26         cmpb    $0x20, r1
27         beq ok2
28         br not_ok
29 ok2:
31         pass
33 _y:     .word   0xf7