aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/mips64vr5900el-elf/t-psrlvw.s
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/mips64vr5900el-elf/t-psrlvw.s')
-rw-r--r--sim/testsuite/mips64vr5900el-elf/t-psrlvw.s11
1 files changed, 11 insertions, 0 deletions
diff --git a/sim/testsuite/mips64vr5900el-elf/t-psrlvw.s b/sim/testsuite/mips64vr5900el-elf/t-psrlvw.s
new file mode 100644
index 0000000..c3e8597
--- /dev/null
+++ b/sim/testsuite/mips64vr5900el-elf/t-psrlvw.s
@@ -0,0 +1,11 @@
+.include "t-macros.i"
+
+ start
+
+ load $8 0x00ff0000ffff0000 0x0000ffffffff0000
+ load $9 0x00ff0000ffff0000 0x0000ffffffff0000
+test_psrlvw:
+ psrlvw $10,$8,$9 #Expectation:
+ check10 0xffffffffffff0000 0xffffffffffff0000
+
+ exit0