URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gdb-7.2/] [sim/] [testsuite/] [sim/] [cr16/] [lshw_i.cgs] - Rev 835
Go to most recent revision | Compare with Previous | Blame | View Log
# cr16 testcase for lshb_i $uimm4, reg
# mach(): cr16
.include "testutils.inc"
start
.global lshb_i
lshb_i:
movw $0x1234,r4
lshw $8, r4
test_h_gr r4, 0x3400
pass
Go to most recent revision | Compare with Previous | Blame | View Log