Skip to content

Commit

Permalink
update encoding.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ved-rivos committed Sep 26, 2023
1 parent b267752 commit 7b8b1b1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion riscv/encoding.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 7b8b1b1

Please sign in to comment.