diff options
Diffstat (limited to 'include/opcode/riscv.h')
-rw-r--r-- | include/opcode/riscv.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/opcode/riscv.h b/include/opcode/riscv.h index 8cef449..568e33b 100644 --- a/include/opcode/riscv.h +++ b/include/opcode/riscv.h @@ -529,6 +529,11 @@ enum riscv_extended_insn_class INSN_CLASS_THEADC_OR_THEADE_OR_THEADSE, INSN_CLASS_THEADE, INSN_CLASS_THEADSE, + + /* SiFive. */ + INSN_CLASS_XSF_CDISCARDDLONE, + INSN_CLASS_XSF_CFLUSHDLONE, + INSN_CLASS_XSF_CFLUSHILONE, }; /* This is a list of macro expanded instructions for extended |