[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPCInstrInfo.td

Nate Begeman natebegeman at mac.com
Sat Aug 14 15:12:30 PDT 2004



Changes in directory llvm/lib/Target/PowerPC:

PowerPCInstrInfo.td updated: 1.20 -> 1.21
---
Log message:

Add indexed forms of load doubleword and load word algebraic for 64 bit targets

---
Diffs of the changes:  (+2 -0)

Index: llvm/lib/Target/PowerPC/PowerPCInstrInfo.td
diff -u llvm/lib/Target/PowerPC/PowerPCInstrInfo.td:1.20 llvm/lib/Target/PowerPC/PowerPCInstrInfo.td:1.21
--- llvm/lib/Target/PowerPC/PowerPCInstrInfo.td:1.20	Thu Aug 12 21:19:26 2004
+++ llvm/lib/Target/PowerPC/PowerPCInstrInfo.td	Sat Aug 14 17:12:20 2004
@@ -111,7 +111,9 @@
 def LWZ : DForm_1<"lwz", 32, 0, 0>;
 def LWZX : XForm_1<"lwzx", 31, 23, 0, 0>;
 def LWA : DSForm_1<"lwa", 58, 2, 1, 0>;
+def LWAX : XForm_1<"lwax", 31, 341, 1, 0>;
 def LD : DSForm_2<"ld", 58, 0, 1, 0>;
+def LDX : XForm_1<"ldx", 31, 21, 1, 0>;
 def LMW : DForm_1<"lmw", 46, 0, 0>;
 def STMW : DForm_3<"stmw", 47, 0, 0>;
 def LFS : DForm_8<"lfs", 48, 0, 0>;






More information about the llvm-commits mailing list