aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/riscv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/opcode/riscv.h')
-rw-r--r--include/opcode/riscv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/opcode/riscv.h b/include/opcode/riscv.h
index d967b78..5f516a1 100644
--- a/include/opcode/riscv.h
+++ b/include/opcode/riscv.h
@@ -422,7 +422,6 @@ enum riscv_insn_class
INSN_CLASS_I,
INSN_CLASS_C,
- INSN_CLASS_A,
INSN_CLASS_M,
INSN_CLASS_F,
INSN_CLASS_D,
@@ -436,6 +435,8 @@ enum riscv_insn_class
INSN_CLASS_ZIHINTNTL_AND_C,
INSN_CLASS_ZIHINTPAUSE,
INSN_CLASS_ZMMUL,
+ INSN_CLASS_ZAAMO,
+ INSN_CLASS_ZALRSC,
INSN_CLASS_ZAWRS,
INSN_CLASS_F_INX,
INSN_CLASS_D_INX,