summaryrefslogtreecommitdiff
path: root/inst.v
diff options
context:
space:
mode:
authorGravatar Andrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-03-25 17:44:06 -0700
committerGravatar Andrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-03-25 17:44:06 -0700
commit212fbc7cbaeae9406452eac0ea8016a2ac4d0098 (patch)
treecd284ac0925a444efc924b195190eb8918493ad4 /inst.v
parent3464ec5a9a1393e7e902eed06c5ff1c5970a1be6 (diff)
[sim,pk,xcc,opcodes] removed fminmag/fmaxmag
Diffstat (limited to 'inst.v')
-rw-r--r--inst.v4
1 files changed, 0 insertions, 4 deletions
diff --git a/inst.v b/inst.v
index 43ae5f8..13e9e2b 100644
--- a/inst.v
+++ b/inst.v
@@ -131,12 +131,8 @@
`define FLE_D 32'b?????_?????_?????_1011100001_1010011
`define FMIN_S 32'b?????_?????_?????_1100000000_1010011
`define FMAX_S 32'b?????_?????_?????_1100100000_1010011
-`define FMINMAG_S 32'b?????_?????_?????_1101000000_1010011
-`define FMAXMAG_S 32'b?????_?????_?????_1101100000_1010011
`define FMIN_D 32'b?????_?????_?????_1100000001_1010011
`define FMAX_D 32'b?????_?????_?????_1100100001_1010011
-`define FMINMAG_D 32'b?????_?????_?????_1101000001_1010011
-`define FMAXMAG_D 32'b?????_?????_?????_1101100001_1010011
`define MFTX_S 32'b?????_00000_?????_1110000000_1010011
`define MFTX_D 32'b?????_00000_?????_1110000001_1010011
`define MFFSR 32'b?????_00000_00000_1110100000_1010011