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
[PATCH 47/57][Arm][OBJDUMP] Add support for MVE instructions: vaddv, vmlaldav, vmlada...
[binutils-gdb.git]
/
sim
/
testsuite
/
d10v-elf
/
t-sp.s
blob
84f9ad48676670ae717dbb47de9d1a107adb9923
1
.include
"t-macros.i"
2
3
start
4
5
;;; Read
/
Write values to SPU
/
SPI
6
7
loadpsw2
0
8
ldi sp
,
0xdead
9
loadpsw2 PSW_SM
10
ldi sp
,
0xbeef
11
12
loadpsw2
0
13
check
1
sp
0xdead
14
loadpsw2 PSW_SM
15
check
2
sp
0xbeef
16
17
exit0