From 136ea8742027eaa257be7ef9a4dbdc86c08aba27 Mon Sep 17 00:00:00 2001 From: Nelson Chu Date: Tue, 4 Oct 2022 21:11:59 +0800 Subject: RISC-V: Renamed INSN_CLASS for floating point in integer extensions. Just added suffix _INX for those INSN_CLASS should be enough to represent their fpr can be replaced by gpr. --- include/opcode/riscv.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'include/opcode') diff --git a/include/opcode/riscv.h b/include/opcode/riscv.h index 9417dcf..9cc0016 100644 --- a/include/opcode/riscv.h +++ b/include/opcode/riscv.h @@ -389,14 +389,14 @@ enum riscv_insn_class INSN_CLASS_ZIHINTPAUSE, INSN_CLASS_ZMMUL, INSN_CLASS_ZAWRS, - INSN_CLASS_F_OR_ZFINX, - INSN_CLASS_D_OR_ZDINX, - INSN_CLASS_Q_OR_ZQINX, - INSN_CLASS_ZFH_OR_ZHINX, + INSN_CLASS_F_INX, + INSN_CLASS_D_INX, + INSN_CLASS_Q_INX, + INSN_CLASS_ZFH_INX, INSN_CLASS_ZFHMIN, - INSN_CLASS_ZFHMIN_OR_ZHINXMIN, - INSN_CLASS_ZFHMIN_AND_D, - INSN_CLASS_ZFHMIN_AND_Q, + INSN_CLASS_ZFHMIN_INX, + INSN_CLASS_ZFHMIN_AND_D_INX, + INSN_CLASS_ZFHMIN_AND_Q_INX, INSN_CLASS_ZBA, INSN_CLASS_ZBB, INSN_CLASS_ZBC, -- cgit v1.1