17 lines
232 B
Text
17 lines
232 B
Text
# m32r testcase for maclo $src1,$src2
|
|
# mach(): m32r m32rx
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global maclo
|
|
maclo:
|
|
|
|
mvi_h_accum0 0, 1
|
|
mvi_h_gr r4, 0x1230001
|
|
mvi_h_gr r5, 0x4560002
|
|
maclo r4, r5
|
|
test_h_accum0 0, 0x20001
|
|
|
|
pass
|