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