summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2005-08-23 01:16:46 +0000
committerNate Begeman <natebegeman@mac.com>2005-08-23 01:16:46 +0000
commit06436b2b7dc5e31c81e0d22422343969a14a0cd5 (patch)
tree8768fbf7a09c38c48e59120a18f4cd21b7658572
parent46323cf0e24b0455c716dcf5103a8d5d0923f45e (diff)
downloadbcm5719-llvm-06436b2b7dc5e31c81e0d22422343969a14a0cd5.tar.gz
bcm5719-llvm-06436b2b7dc5e31c81e0d22422343969a14a0cd5.zip
Remove some instructions we no longer generate
llvm-svn: 22976
-rw-r--r--llvm/lib/Target/PowerPC/PowerPCInstrInfo.td24
1 files changed, 0 insertions, 24 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPCInstrInfo.td b/llvm/lib/Target/PowerPC/PowerPCInstrInfo.td
index 5c15a3f674b..a42ccf30503 100644
--- a/llvm/lib/Target/PowerPC/PowerPCInstrInfo.td
+++ b/llvm/lib/Target/PowerPC/PowerPCInstrInfo.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">;
OpenPOWER on IntegriCloud