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-mvtac.s
blob
68452dc827a27e027d2972e748eaf11afb55c5e4
1
.include
"t-macros.i"
2
3
start
4
5
ldi
r8
,
0xbeef
6
mvtaclo
r8
,
a0
7
checkacc2
1
a0
0xff 0xffff 0xbeef
8
9
mvtacg
r0
,
a0
10
checkacc2
2
a0
0x00 0xffff 0xbeef
11
12
ldi
r8
,
0xdead
13
mvtachi
r8
,
a0
14
checkacc2
3
a0
0xff 0xdead 0xbeef
15
16
loadacc2 a1
0xfe 0xbeef 0xdead
17
checkacc2
4
a1
0xfe 0xbeef 0xdead
18
19
exit0