summaryrefslogtreecommitdiff
path: root/inst.v
diff options
context:
space:
mode:
authorGravatar Yunsup Lee <yunsup@cs.berkeley.edu>2011-04-04 01:50:56 -0700
committerGravatar Yunsup Lee <yunsup@cs.berkeley.edu>2011-04-04 02:10:14 -0700
commit57d01f8e913c0fbd07ec61dae082da0db526d5da (patch)
treea96243fc5b8fdd11893b1e87bbcc3a6bd292d21f /inst.v
parentdd6b8266f1d06a0e5acbbed4e8a5fcd3fcd2fcd1 (diff)
[opcodes,pk,sim,xcc] add leftover vector instructions (vf, etc.)
Diffstat (limited to 'inst.v')
-rw-r--r--inst.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/inst.v b/inst.v
index c320bc5..4909c93 100644
--- a/inst.v
+++ b/inst.v
@@ -187,3 +187,8 @@
`define FLWST_V 32'b?????_?????_?????_00000_100_10_0001111
`define FSDST_V 32'b00000_?????_?????_?????_110_11_0001111
`define FSWST_V 32'b00000_?????_?????_?????_110_10_0001111
+`define VCFGIVL 32'b?????_?????_????????????_000_1110011
+`define SETVL 32'b?????_?????_000000000000_001_1110011
+`define VF 32'b00000_00000_????????????_010_1110011
+`define MOV_VV 32'b?????_?????_000000000000_011_1110011
+`define FMOV_VV 32'b?????_?????_000000000000_100_1110011