URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gdb-7.2/] [sim/] [testsuite/] [sim/] [cr16/] [lshd_i.cgs] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
# cr16 testcase for lshb_i $uimm5, regp
# mach(): cr16
.include "testutils.inc"
start
.global lshb_i
lshb_i:
movd $0x12345678,(r4,r3)
lshd $16, (r4,r3)
test_h_grp "(r4,r3)", 0x56780000
pass
Go to most recent revision | Compare with Previous | Blame | View Log