aboutsummaryrefslogtreecommitdiff
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
commit354df0ae6dfaf904cfba1c70c576ee55a62bec75 (patch)
treeb54fe4bbabdde296101e5e1a0c41b91ba63c6c15
parent1f24df632481c09eb45672c16a95eb0987000388 (diff)
Remove some instructions we no longer generate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22976 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/PowerPC/PPCInstrInfo.td24
1 files changed, 0 insertions, 24 deletions
diff --git a/lib/Target/PowerPC/PPCInstrInfo.td b/lib/Target/PowerPC/PPCInstrInfo.td
index 5c15a3f674..a42ccf3050 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">;