From 7b8b1b126fa4ab3f781090efcdb66b8c54b837d7 Mon Sep 17 00:00:00 2001 From: Ved Shanbhogue Date: Tue, 26 Sep 2023 13:20:36 -0500 Subject: [PATCH] update encoding.h --- riscv/encoding.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/riscv/encoding.h b/riscv/encoding.h index a27433e419..da28e21d81 100644 --- a/riscv/encoding.h +++ b/riscv/encoding.h @@ -4,7 +4,7 @@ /* * This file is auto-generated by running 'make' in - * https://github.com/riscv/riscv-opcodes (2a95ee7) + * https://github.com/riscv/riscv-opcodes (92b4dcd) */ #ifndef RISCV_CSR_ENCODING_H @@ -3681,6 +3681,12 @@ #define INSN_FIELD_C_RS2 0x7c #define INSN_FIELD_C_SREG1 0x380 #define INSN_FIELD_C_SREG2 0x1c +#define INSN_FIELD_MOP_R_T_30 0x40000000 +#define INSN_FIELD_MOP_R_T_27_26 0xc000000 +#define INSN_FIELD_MOP_R_T_21_20 0x300000 +#define INSN_FIELD_MOP_RR_T_30 0x40000000 +#define INSN_FIELD_MOP_RR_T_27_26 0xc000000 +#define INSN_FIELD_C_MOP_T 0x700 #endif #ifdef DECLARE_INSN DECLARE_INSN(add, MATCH_ADD, MASK_ADD)