aboutsummaryrefslogtreecommitdiff
path: root/opcodes-v
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes-v')
-rw-r--r--opcodes-v20
1 files changed, 11 insertions, 9 deletions
diff --git a/opcodes-v b/opcodes-v
index 672dccd..400f0af 100644
--- a/opcodes-v
+++ b/opcodes-v
@@ -129,21 +129,23 @@ vori m vd vs1 vimm 31..28=6 14=1 6..0=0x57
vandi m vd vs1 vimm 31..28=7 14=1 6..0=0x57
# group 31..28=8
-vadd m vd vs1 vs2 27..25=0 31..28=8 14=1 6..0=0x57
-vsub m vd vs1 vs2 27..25=1 31..28=8 14=1 6..0=0x57
-vdiv m vd vs1 vs2 27..25=2 31..28=8 14=1 6..0=0x57
-vrem m vd vs1 vs2 27..25=3 31..28=8 14=1 6..0=0x57
+vdiv m vd vs1 vs2 27..25=0 31..28=8 14=1 6..0=0x57
+vdivu m vd vs1 vs2 27..25=1 31..28=8 14=1 6..0=0x57
+vrem m vd vs1 vs2 27..25=2 31..28=8 14=1 6..0=0x57
+vremu m vd vs1 vs2 27..25=3 31..28=8 14=1 6..0=0x57
vmul m vd vs1 vs2 27..25=4 31..28=8 14=1 6..0=0x57
vmulh m vd vs1 vs2 27..25=5 31..28=8 14=1 6..0=0x57
vmulhu m vd vs1 vs2 27..25=6 31..28=8 14=1 6..0=0x57
vmulhsu m vd vs1 vs2 27..25=7 31..28=8 14=1 6..0=0x57
# group 31..28=9
-vsl m vd vs1 vs2 27..25=0 31..28=9 14=1 6..0=0x57
-vsrl m vd vs1 vs2 27..25=1 31..28=9 14=1 6..0=0x57
-vsra m vd vs1 vs2 27..25=2 31..28=9 14=1 6..0=0x57
-vor m vd vs1 vs2 27..25=3 31..28=9 14=1 6..0=0x57
-vand m vd vs1 vs2 27..25=4 31..28=9 14=1 6..0=0x57
+vadd m vd vs1 vs2 27..25=0 31..28=9 14=1 6..0=0x57
+vsub m vd vs1 vs2 27..25=1 31..28=9 14=1 6..0=0x57
+vsl m vd vs1 vs2 27..25=2 31..28=9 14=1 6..0=0x57
+vsrl m vd vs1 vs2 27..25=3 31..28=9 14=1 6..0=0x57
+vsra m vd vs1 vs2 27..25=4 31..28=9 14=1 6..0=0x57
+vor m vd vs1 vs2 27..25=5 31..28=9 14=1 6..0=0x57
+vand m vd vs1 vs2 27..25=6 31..28=9 14=1 6..0=0x57
# group 31..28=10 includes instructions that write xd
# (and may also read xs1 and/or xs2).