mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
19 lines
233 B
Plaintext
19 lines
233 B
Plaintext
|
# m32r testcase for mulwhi $src1,$src2
|
||
|
# mach(): m32r m32rx
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global mulwhi
|
||
|
mulwhi:
|
||
|
mvi_h_accum0 0, 1
|
||
|
mvi_h_gr r4, 0x10123
|
||
|
mvi_h_gr r5, 0x20456
|
||
|
|
||
|
mulwhi r4, r5
|
||
|
|
||
|
test_h_accum0 0, 0x20246
|
||
|
|
||
|
pass
|