17 lines
215 B
Text
17 lines
215 B
Text
# m32r testcase for mvfaclo $dr
|
|
# mach(): m32r m32rx
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global mvfaclo
|
|
mvfaclo:
|
|
mvi_h_accum0 0x11223344, 0x55667788
|
|
mvi_h_gr r4, 0
|
|
|
|
mvfaclo r4
|
|
|
|
test_h_gr r4, 0x55667788
|
|
|
|
pass
|