18 lines
188 B
Text
18 lines
188 B
Text
|
# m32r testcase for div $dr,$sr
|
||
|
# mach(): m32r m32rx
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global div
|
||
|
div:
|
||
|
mvi_h_gr r4, 0x18000
|
||
|
mvi_h_gr r5, 8
|
||
|
|
||
|
div r4, r5
|
||
|
|
||
|
test_h_gr r4, 0x3000
|
||
|
|
||
|
pass
|