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
/
loadd.cgs
blob
b6a851d1a36ece09ad5a30df835b1214a0c92909
1
# cr16 testcase for loadd 0(regp),regp
2
# mach(): cr16
3
4
.include "testutils.inc"
5
6
start
7
8
.global ldb
9
ldb:
10
movd $data_loc, (r4,r3)
11
movd $0,(r6,r5)
12
13
loadd 0(r4,r3),(r6,r5)
14
15
test_h_grp "(r6, r5)", 0x12345678 # little endian processor
16
17
pass
18
19
data_loc:
20
.long 0x12345678
21