11 lines
261 B
ArmAsm
11 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
|