mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
21 lines
279 B
Plaintext
21 lines
279 B
Plaintext
|
# m32r testcase for mvtachi $src1
|
||
|
# mach(): m32r m32rx
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global mvtachi
|
||
|
mvtachi:
|
||
|
mvi_h_accum0 0, 0
|
||
|
|
||
|
mvi_h_gr r4, 0x11223344
|
||
|
mvtachi r4
|
||
|
test_h_accum0 0x223344, 0x0
|
||
|
|
||
|
mvi_h_gr r4, 0x99aabbcc
|
||
|
mvtachi r4
|
||
|
test_h_accum0 0xffaabbcc, 0x0
|
||
|
|
||
|
pass
|