From: Nate Begeman Date: Tue, 23 Aug 2005 01:16:46 +0000 (+0000) Subject: Remove some instructions we no longer generate X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=354df0ae6dfaf904cfba1c70c576ee55a62bec75;p=oota-llvm.git Remove some instructions we no longer generate git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22976 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCInstrInfo.td b/lib/Target/PowerPC/PPCInstrInfo.td index 5c15a3f674b..a42ccf30503 100644 --- a/lib/Target/PowerPC/PPCInstrInfo.td +++ b/lib/Target/PowerPC/PPCInstrInfo.td @@ -330,30 +330,6 @@ def STFDX : XForm_28<31, 727, (ops FPRC:$frS, GPRC:$rA, GPRC:$rB), // XL-Form instructions. condition register logical ops. // -def CRAND : XLForm_1<19, 257, (ops CRRC:$D, crbit:$Db, - CRRC:$A, crbit:$Ab, CRRC:$B, crbit:$Bb), - "crand $Db, $Ab, $Bb">; -def CRANDC : XLForm_1<19, 129, (ops CRRC:$D, crbit:$Db, - CRRC:$A, crbit:$Ab, CRRC:$B, crbit:$Bb), - "crandc $Db, $Ab, $Bb">; -def CREQV : XLForm_1<19, 289, (ops CRRC:$D, crbit:$Db, - CRRC:$A, crbit:$Ab, CRRC:$B, crbit:$Bb), - "creqv $Db, $Ab, $Bb">; -def CRNAND : XLForm_1<19, 225, (ops CRRC:$D, crbit:$Db, - CRRC:$A, crbit:$Ab, CRRC:$B, crbit:$Bb), - "crnand $Db, $Ab, $Bb">; -def CRNOR : XLForm_1<19, 33, (ops CRRC:$D, crbit:$Db, - CRRC:$A, crbit:$Ab, CRRC:$B, crbit:$Bb), - "crnor $Db, $Ab, $Bb">; -def CROR : XLForm_1<19, 449, (ops CRRC:$D, crbit:$Db, - CRRC:$A, crbit:$Ab, CRRC:$B, crbit:$Bb), - "cror $Db, $Ab, $Bb">; -def CRORC : XLForm_1<19, 417, (ops CRRC:$D, crbit:$Db, - CRRC:$A, crbit:$Ab, CRRC:$B, crbit:$Bb), - "crorc $Db, $Ab, $Bb">; -def CRXOR : XLForm_1<19, 193, (ops CRRC:$D, crbit:$Db, - CRRC:$A, crbit:$Ab, CRRC:$B, crbit:$Bb), - "crxor $Db, $Ab, $Bb">; def MCRF : XLForm_3<19, 0, (ops CRRC:$BF, CRRC:$BFA), "mcrf $BF, $BFA">;