summaryrefslogtreecommitdiff
path: root/inst.chisel
diff options
context:
space:
mode:
Diffstat (limited to 'inst.chisel')
-rw-r--r--inst.chisel2
1 files changed, 2 insertions, 0 deletions
diff --git a/inst.chisel b/inst.chisel
index 137b047..d200281 100644
--- a/inst.chisel
+++ b/inst.chisel
@@ -141,6 +141,8 @@ object Instructions {
def FMAX_D = Bits("b1100101??????????000?????1010011")
def FMV_X_S = Bits("b111000000000?????000?????1010011")
def FMV_X_D = Bits("b111000100000?????000?????1010011")
+ def FCLASS_S = Bits("b111010000000?????000?????1010011")
+ def FCLASS_D = Bits("b111010100000?????000?????1010011")
def FMV_S_X = Bits("b111100000000?????000?????1010011")
def FMV_D_X = Bits("b111100100000?????000?????1010011")
def FLW = Bits("b?????????????????010?????0000111")