15 lines
198 B
Text
15 lines
198 B
Text
# m32r testcase for mvfacmi $dr
|
|
# mach(): m32r m32rx
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global mvfacmi
|
|
mvfacmi:
|
|
|
|
mvi_h_accum0 0x12345678, 0x87654321
|
|
mvfacmi r4
|
|
test_h_gr r4, 0x56788765
|
|
|
|
pass
|