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
Add an option with a color type.
[binutils-gdb.git]
/
sim
/
testsuite
/
cr16
/
subw.cgs
blob
12a12293b3c3ab37049a31ecfef7b4fc3cb9369f
1
# cr16 testcase for subw $sr,$dr
2
# mach(): cr16
3
4
.include "testutils.inc"
5
6
start
7
8
.global subw
9
subw:
10
11
movw $0x1234, r4
12
movw $0x1111, r5
13
14
subw r5, r4
15
16
test_h_gr r4, 0x123
17
18
pass