Add support for the PPC isel instruction.
[oota-llvm.git] / lib / Target / PowerPC / PPCInstr64Bit.td
index e83fd7225cb91c7bea48e55537caee1abdcf1813..a2bd55f533369cb2cd59cf331f0db152b30416bb 100644 (file)
@@ -497,6 +497,10 @@ def RLWINM8 : MForm_2<21,
                      "rlwinm $rA, $rS, $SH, $MB, $ME", IntGeneral,
                      []>;
 
+def ISEL8   : AForm_1<31, 15,
+                     (outs G8RC:$rT), (ins G8RC:$rA, G8RC:$rB, pred:$cond),
+                     "isel $rT, $rA, $rB, $cond", IntGeneral,
+                     []>;
 }  // End FXU Operations.