URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [sim/] [testsuite/] [sim/] [cr16/] [lshb.cgs] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
# cr16 testcase for lshb count, reg
# mach(): cr16
.include "testutils.inc"
start
.global lshb
lshb:
movb $6, r4
movb $1, r5
lshb r5, r4
test_h_gr r4, 12
pass
Go to most recent revision | Compare with Previous | Blame | View Log