blob: 0a88d849aee6db7c632932ee4c586652efb73f5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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
|