aboutsummaryrefslogtreecommitdiff
path: root/opcodes-v
diff options
context:
space:
mode:
authorColin Schmidt <colins@eecs.berkeley.edu>2018-10-29 12:11:47 -0700
committerColin Schmidt <colins@eecs.berkeley.edu>2018-10-29 19:16:39 -0700
commitc948773153456578e216a1218d6d1a88571769e8 (patch)
tree84a930b45c6cc2eb39a1eb5f735e597533dc0290 /opcodes-v
parentdd3bbcd0ed4d7c86938c5c8b4ed32ecfeb11ee04 (diff)
downloadriscv-opcodes-c948773153456578e216a1218d6d1a88571769e8.zip
riscv-opcodes-c948773153456578e216a1218d6d1a88571769e8.tar.gz
riscv-opcodes-c948773153456578e216a1218d6d1a88571769e8.tar.bz2
add unary negation operation
Diffstat (limited to 'opcodes-v')
-rw-r--r--opcodes-v1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes-v b/opcodes-v
index 051f2b8..6a55ae6 100644
--- a/opcodes-v
+++ b/opcodes-v
@@ -166,6 +166,7 @@ vselect m vd vs1 vs2 27..25=2 31..28=12 14=1 6..0=0x57
vclass m vd vs1 27..25=7 31..28=12 14=1 6..0=0x57 24..20=0
vpopc m vd vs1 27..25=7 31..28=12 14=1 6..0=0x57 24..20=1
vsqrt m vd vs1 27..25=7 31..28=12 14=1 6..0=0x57 24..20=2
+vneg m vd vs1 27..25=7 31..28=12 14=1 6..0=0x57 24..20=3
vredsum m vd vs1 27..25=7 31..28=12 14=1 6..0=0x57 24..20=4
vredmax m vd vs1 27..25=7 31..28=12 14=1 6..0=0x57 24..20=5
vredmin m vd vs1 27..25=7 31..28=12 14=1 6..0=0x57 24..20=6