aboutsummaryrefslogtreecommitdiff
path: root/riscv/overlap_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/overlap_list.h')
-rw-r--r--riscv/overlap_list.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/riscv/overlap_list.h b/riscv/overlap_list.h
index 2bc7f42..227654e 100644
--- a/riscv/overlap_list.h
+++ b/riscv/overlap_list.h
@@ -1,8 +1,4 @@
-DECLARE_OVERLAP_INSN(c_fsdsp, 'C')
-DECLARE_OVERLAP_INSN(c_fsdsp, 'D')
-DECLARE_OVERLAP_INSN(c_fld, 'C')
-DECLARE_OVERLAP_INSN(c_fld, 'D')
-DECLARE_OVERLAP_INSN(c_fldsp, 'C')
-DECLARE_OVERLAP_INSN(c_fldsp, 'D')
-DECLARE_OVERLAP_INSN(c_fsd, 'C')
-DECLARE_OVERLAP_INSN(c_fsd, 'D')
+DECLARE_OVERLAP_INSN(c_fsdsp, EXT_ZCD)
+DECLARE_OVERLAP_INSN(c_fld, EXT_ZCD)
+DECLARE_OVERLAP_INSN(c_fldsp, EXT_ZCD)
+DECLARE_OVERLAP_INSN(c_fsd, EXT_ZCD)