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
/
movd.cgs
blob
8b1b63840340a8c3c0c57ac32084b9394059ce9e
1
# cr16 testcase for movd $imm32, regp
2
# mach(): cr16
3
4
.include "testutils.inc"
5
6
start
7
8
.global movd
9
movd:
10
movd $0x12345678, (r4,r3)
11
12
movd (r4,r3), (r6,r5)
13
14
test_h_grp "(r6,r5)", 0x12345678
15
16
pass