mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
15 lines
191 B
Plaintext
15 lines
191 B
Plaintext
|
# m32r testcase for srai $dr,#$uimm5
|
||
|
# mach(): m32r m32rx
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global srai
|
||
|
srai:
|
||
|
mvi_h_gr r5, 0xf0f0f0ff
|
||
|
srai r5, #4
|
||
|
test_h_gr r5, 0xff0f0f0f
|
||
|
|
||
|
pass
|