repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb.git]
/
sim
/
testsuite
/
cr16
/
tbit.cgs
blob
ac1b7e2c9ec31b455036ee8f389fdb08b9b83549
1
# cr16 testcase for tbit
2
# mach: cr16
3
4
.include "testutils.inc"
5
6
start
7
8
.global tbit
9
tbit:
10
movw $0, r1
11
lpr r1, psr
12
movw $0x7, r1
13
tbit $0, r1
14
spr psr, r1
15
cmpb $0x20, r1
16
beq ok1
17
not_ok:
18
fail
19
20
ok1:
21
movw $0, r1
22
lpr r1, psr
23
movw $0xa, r1
24
movw $0x1, r2
25
tbit r2,r1
26
spr psr, r1
27
cmpb $0x20, r1
28
beq ok2
29
br not_ok
30
ok2:
31
pass