old-cross-binutils/sim/testsuite/mips64vr5900el-elf/t-psllvw.s
1997-07-11 21:36:11 +00:00

11 lines
261 B
ArmAsm

.include "t-macros.i"
start
test_psllvw:
load $8 0x00000000ffffffff 0x00000000ffffffff
load $9 0x000000000000001f 0x000000000000001f
psllvw $10,$8,$9 #Expectation:
check10 0xffffffff80000000 0xffffffff80000000
exit0