aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNelson Chu <nelson@rivosinc.com>2022-10-04 21:11:59 +0800
committerNelson Chu <nelson@rivosinc.com>2022-10-04 21:15:51 +0800
commit136ea8742027eaa257be7ef9a4dbdc86c08aba27 (patch)
tree15c993bb1cc57a40b87490a209d583b0f930734c /include
parentd71eca64e70c31e0d32396a0b6c60e3ea9eb420b (diff)
downloadfsf-binutils-gdb-136ea8742027eaa257be7ef9a4dbdc86c08aba27.zip
fsf-binutils-gdb-136ea8742027eaa257be7ef9a4dbdc86c08aba27.tar.gz
fsf-binutils-gdb-136ea8742027eaa257be7ef9a4dbdc86c08aba27.tar.bz2
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.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/riscv.h14
1 files changed, 7 insertions, 7 deletions
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,