[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPCInstrInfo.td
Misha Brukman
brukman at cs.uiuc.edu
Fri Oct 22 22:39:05 PDT 2004
Changes in directory llvm/lib/Target/PowerPC:
PowerPCInstrInfo.td updated: 1.38 -> 1.39
---
Log message:
The value of the XO field for MFLR and MFCTR is 339, not 399
---
Diffs of the changes: (+2 -2)
Index: llvm/lib/Target/PowerPC/PowerPCInstrInfo.td
diff -u llvm/lib/Target/PowerPC/PowerPCInstrInfo.td:1.38 llvm/lib/Target/PowerPC/PowerPCInstrInfo.td:1.39
--- llvm/lib/Target/PowerPC/PowerPCInstrInfo.td:1.38 Sat Oct 16 15:43:38 2004
+++ llvm/lib/Target/PowerPC/PowerPCInstrInfo.td Sat Oct 23 00:38:55 2004
@@ -324,8 +324,8 @@
// XFX-Form instructions. Instructions that deal with SPRs
//
-def MFCTR : XFXForm_1_ext<31, 399, 9, 0, 0, (ops GPRC:$rT), "mfctr $rT">;
-def MFLR : XFXForm_1_ext<31, 399, 8, 0, 0, (ops GPRC:$rT), "mflr $rT">;
+def MFCTR : XFXForm_1_ext<31, 339, 9, 0, 0, (ops GPRC:$rT), "mfctr $rT">;
+def MFLR : XFXForm_1_ext<31, 339, 8, 0, 0, (ops GPRC:$rT), "mflr $rT">;
def MTCTR : XFXForm_7_ext<31, 467, 9, 0, 0, (ops GPRC:$rS), "mtctr $rS">;
def MTLR : XFXForm_7_ext<31, 467, 8, 0, 0, (ops GPRC:$rS), "mtlr $rS">;
More information about the llvm-commits
mailing list