summaryrefslogtreecommitdiff
path: root/inst.v
diff options
context:
space:
mode:
authorGravatar Andrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-04-12 18:27:26 -0700
committerGravatar Andrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-04-12 18:27:26 -0700
commit47942892002313b2f8d308f048dce4704d2f860e (patch)
tree7ac80478921d4be997abf49b17f2774793e079f7 /inst.v
parent68875729bcb79cde6925d2db6ee2382020e8d7b6 (diff)
[xcc,pk,sim] added privileged cflush instruction
Diffstat (limited to 'inst.v')
-rw-r--r--inst.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/inst.v b/inst.v
index 4592974..9d38f82 100644
--- a/inst.v
+++ b/inst.v
@@ -94,6 +94,7 @@
`define MFPCR 32'b?????_00000_?????_0000000010_1111011
`define MTPCR 32'b00000_?????_?????_0000000011_1111011
`define ERET 32'b00000_00000_00000_0000000100_1111011
+`define CFLUSH 32'b00000_00000_00000_0000000101_1111011
`define FADD_S 32'b?????_?????_?????_00000_???_00_1010011
`define FSUB_S 32'b?????_?????_?????_00001_???_00_1010011
`define FMUL_S 32'b?????_?????_?????_00010_???_00_1010011