mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
15 lines
174 B
Plaintext
15 lines
174 B
Plaintext
|
# m32r testcase for slli $dr,#$uimm5
|
||
|
# mach(): m32r m32rx
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global slli
|
||
|
slli:
|
||
|
mvi_h_gr r4, 6
|
||
|
slli r4, #1
|
||
|
test_h_gr r4, 12
|
||
|
|
||
|
pass
|