summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorGravatar Andrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2010-09-12 19:13:48 -0700
committerGravatar Andrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2010-09-12 19:13:48 -0700
commit4599bddadd22fde723da3ce11e0c0b6772d76398 (patch)
tree453e75aaf5902f9fb1bd271ad08f25a50c38aa3e /opcodes
parentc12b39030265006a1b5af2261d459b55feb33b72 (diff)
[sim] renamed sllv to sll (same for other shifts)
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes12
1 files changed, 6 insertions, 6 deletions
diff --git a/opcodes b/opcodes
index 44cab0c..e04f866 100644
--- a/opcodes
+++ b/opcodes
@@ -38,9 +38,9 @@ and 31..25=0x75 14..12=0 11..5=4 xc xb xa
or 31..25=0x75 14..12=0 11..5=5 xc xb xa
xor 31..25=0x75 14..12=0 11..5=6 xc xb xa
nor 31..25=0x75 14..12=0 11..5=7 xc xb xa
-sllv 31..25=0x75 14..12=7 11..6=1 5=0 xc xb xa
-srlv 31..25=0x75 14..12=7 11..6=2 5=0 xc xb xa
-srav 31..25=0x75 14..12=7 11..6=3 5=0 xc xb xa
+sll 31..25=0x75 14..12=7 11..6=1 5=0 xc xb xa
+srl 31..25=0x75 14..12=7 11..6=2 5=0 xc xb xa
+sra 31..25=0x75 14..12=7 11..6=3 5=0 xc xb xa
mul 31..25=0x75 14..12=1 11..5=0 xc xb xa
mulh 31..25=0x75 14..12=1 11..5=2 xc xb xa
@@ -59,9 +59,9 @@ sraiw 31..25=0x76 14..12=7 11..6=3 5=0 xa xb shamtw
addw 31..25=0x77 14..12=0 11..5=0 xc xb xa
subw 31..25=0x77 14..12=0 11..5=1 xc xb xa
-sllvw 31..25=0x77 14..12=7 11..6=1 5=0 xc xb xa
-srlvw 31..25=0x77 14..12=7 11..6=2 5=0 xc xb xa
-sravw 31..25=0x77 14..12=7 11..6=3 5=0 xc xb xa
+sllw 31..25=0x77 14..12=7 11..6=1 5=0 xc xb xa
+srlw 31..25=0x77 14..12=7 11..6=2 5=0 xc xb xa
+sraw 31..25=0x77 14..12=7 11..6=3 5=0 xc xb xa
mulw 31..25=0x77 14..12=1 11..5=0 xc xb xa
mulhw 31..25=0x77 14..12=1 11..5=2 xc xb xa