18 lines
173 B
Text
18 lines
173 B
Text
|
# m32r testcase for mv $dr,$sr
|
||
|
# mach(): m32r m32rx
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global mv
|
||
|
mv:
|
||
|
mvi_h_gr r4, 1
|
||
|
mvi_h_gr r5, 0
|
||
|
|
||
|
mv r5, r4
|
||
|
|
||
|
test_h_gr r5, 1
|
||
|
|
||
|
pass
|