summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2004-08-14 22:12:20 +0000
committerNate Begeman <natebegeman@mac.com>2004-08-14 22:12:20 +0000
commit9c7ddc3e21ec4076637b8ff9bfa7e8d02d594555 (patch)
tree6feb5e71f7d7a351b56e852c72af06f2254c2acb /llvm/lib
parentcaeb78e720566ba6fb55513c97918ad001b7da15 (diff)
downloadbcm5719-llvm-9c7ddc3e21ec4076637b8ff9bfa7e8d02d594555.tar.gz
bcm5719-llvm-9c7ddc3e21ec4076637b8ff9bfa7e8d02d594555.zip
Add indexed forms of load doubleword and load word algebraic for 64 bit targets
llvm-svn: 15743
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/PowerPC/PowerPCInstrInfo.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPCInstrInfo.td b/llvm/lib/Target/PowerPC/PowerPCInstrInfo.td
index 1304958d311..f21320f5d8f 100644
--- a/llvm/lib/Target/PowerPC/PowerPCInstrInfo.td
+++ b/llvm/lib/Target/PowerPC/PowerPCInstrInfo.td
@@ -111,7 +111,9 @@ def LHAX : XForm_1<"lhax", 31, 343, 0, 0>;
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>;
OpenPOWER on IntegriCloud