24 lines
233 B
Text
24 lines
233 B
Text
|
# 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
|