[llvm] [RISC-V] Add P-ext MC Support for More Pair Operations (PR #154088)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 18 08:42:55 PDT 2025


================
@@ -149,6 +149,48 @@ class RVPShiftB_ri<bits<3> f, bits<3> funct3, string opcodestr>
   let Inst{22-20} = shamt;
 }
 
+class RVPPairShift_ri<bits<3> f, string opcodestr, Operand ImmType>
----------------
topperc wrote:

I don't think this is a good name. This name would be better for pslli.db where both the input and output are register pairs.

https://github.com/llvm/llvm-project/pull/154088


More information about the llvm-commits mailing list