URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [sim/] [testsuite/] [sim/] [m32r/] [sll.cgs] - Rev 1765
Compare with Previous | Blame | View Log
# m32r testcase for sll $dr,$sr
# mach(): m32r m32rx
.include "testutils.inc"
start
.global sll
sll:
mvi_h_gr r4, 6
mvi_h_gr r5, 1
sll r4, r5
test_h_gr r4, 12
pass