[llvm] [PowerPC] Implement VSX Vector Integer Arithmetic Instructions (PR #158363)

zhijian lin via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 23 12:55:42 PDT 2025


================
@@ -183,6 +183,25 @@ class XX3Form_XTAB6_P1<bits<5> xo, dag OOL, dag IOL, string asmstr,
   let Inst{31} = XT{5};
 }
 
+class XX3Form_XTAB6<bits<6> opcode, bits<8> xo, dag OOL, dag IOL, string asmstr,
----------------
diggerlin wrote:

just curious, is there any rule for the name of the instruction format class ?

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


More information about the llvm-commits mailing list