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
[binutils, ARM, 5/16] BF insns infrastructure with new global reloc R_ARM_THM_BF16
[binutils-gdb.git]
/
sim
/
testsuite
/
d10v-elf
/
t-sachi.s
blob
7774ee045588e35ba38a6897f654ce0a1afa4cce
1
.include
"t-macros.i"
2
3
start
4
5
test_sachi_1
:
6
loadacc2 a0
0x00 0xAFFF 0x0000
7
sachi
r4
,
a0
8
check
1
r4
0x7FFF
9
10
11
test_sachi_2
:
12
loadacc2 a0
0xFF 0x8000 0x1000
13
sachi
r4
,
a0
14
check
2
r4
0x8000
15
16
17
test_sachi_3
:
18
loadacc2 a0
0x00 0x1000 0xA000
19
sachi
r4
,
a0
20
check
3
r4
0x1000
21
22
exit0