[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPCInstrInfo.td
Nate Begeman
natebegeman at mac.com
Mon Aug 22 18:16:58 PDT 2005
Changes in directory llvm/lib/Target/PowerPC:
PowerPCInstrInfo.td updated: 1.78 -> 1.79
---
Log message:
Remove some instructions we no longer generate
---
Diffs of the changes: (+0 -24)
PowerPCInstrInfo.td | 24 ------------------------
1 files changed, 24 deletions(-)
Index: llvm/lib/Target/PowerPC/PowerPCInstrInfo.td
diff -u llvm/lib/Target/PowerPC/PowerPCInstrInfo.td:1.78 llvm/lib/Target/PowerPC/PowerPCInstrInfo.td:1.79
--- llvm/lib/Target/PowerPC/PowerPCInstrInfo.td:1.78 Mon Aug 22 17:32:13 2005
+++ llvm/lib/Target/PowerPC/PowerPCInstrInfo.td Mon Aug 22 20:16:46 2005
@@ -330,30 +330,6 @@
// 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">;
More information about the llvm-commits
mailing list