18 lines
178 B
Text
18 lines
178 B
Text
|
# m32r testcase for mul $dr,$sr
|
||
|
# mach(): m32r m32rx
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global mul
|
||
|
mul:
|
||
|
mvi_h_gr r4, 3
|
||
|
mvi_h_gr r5, 7
|
||
|
|
||
|
mul r5, r4
|
||
|
|
||
|
test_h_gr r5, 21
|
||
|
|
||
|
pass
|