mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
12 lines
261 B
ArmAsm
12 lines
261 B
ArmAsm
.include "t-macros.i"
|
|
|
|
start
|
|
|
|
load $8 0x00ff0000ffff0000 0x0000ffffffff0000
|
|
load $9 0x00ff0000ffff0000 0x0000ffffffff0000
|
|
test_psrlvw:
|
|
psrlvw $10,$8,$9 #Expectation:
|
|
check10 0xffffffffffff0000 0xffffffffffff0000
|
|
|
|
exit0
|