[PATCH] D135593: [AArch64]]SME2 multi-vec to multi-vec FP/INT down convert 2/4 registers
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 21 04:04:47 PDT 2022
sdesmalen added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td:294-301
+def FCVTZS_2Z2Z_S : sme2_fp_cvt_vg2_multi<"fcvtzs", 0b010>;
+def FCVTZS_4Z4Z_S : sme2_fp_cvt_vg4_multi<"fcvtzs", 0b010>;
+def FCVTZU_2Z2Z_S : sme2_fp_cvt_vg2_multi<"fcvtzu", 0b011>;
+def FCVTZU_4Z4Z_S : sme2_fp_cvt_vg4_multi<"fcvtzu", 0b011>;
+def SCVTF_2Z2Z_S : sme2_fp_cvt_vg2_multi<"scvtf", 0b100>;
+def SCVTF_4Z4Z_S : sme2_fp_cvt_vg4_multi<"scvtf", 0b100>;
+def UCVTF_2Z2Z_S : sme2_fp_cvt_vg2_multi<"ucvtf", 0b101>;
----------------
Can you rename the suffix for these from `_S` -> `_StoS` ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135593/new/
https://reviews.llvm.org/D135593
More information about the llvm-commits
mailing list