URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.1/] [sim/] [testsuite/] [sim/] [m32r/] [remu.cgs] - Rev 355
Go to most recent revision | Compare with Previous | Blame | View Log
# m32r testcase for remu $dr,$sr
# mach(): m32r m32rx
.include "testutils.inc"
start
.global remu
remu:
mvi_h_gr r4, 17
mvi_h_gr r5, 7
remu r4, r5
test_h_gr r4, 3
mvi_h_gr r4, -17
remu r4, r5
test_h_gr r4, 1
pass
Go to most recent revision | Compare with Previous | Blame | View Log