summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsInstrInfo.td
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2013-08-28 12:04:29 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2013-08-28 12:04:29 +0000
commit2fd3e67dc6438cee5e32e0d7d7d42891df7edd96 (patch)
tree18af658b2968c9b89f4c114de28ec3c4eaaa2495 /lib/Target/Mips/MipsInstrInfo.td
parentf1db2a6a0e0ca2e0f03169ba4dc7c8332bd6ed74 (diff)
downloadllvm-2fd3e67dc6438cee5e32e0d7d7d42891df7edd96.tar.gz
llvm-2fd3e67dc6438cee5e32e0d7d7d42891df7edd96.tar.bz2
llvm-2fd3e67dc6438cee5e32e0d7d7d42891df7edd96.tar.xz
[mips][msa] Added load/store intrinsics.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189476 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsInstrInfo.td')
-rw-r--r--lib/Target/Mips/MipsInstrInfo.td3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/Mips/MipsInstrInfo.td b/lib/Target/Mips/MipsInstrInfo.td
index 5518b8c532..9b6c8575ee 100644
--- a/lib/Target/Mips/MipsInstrInfo.td
+++ b/lib/Target/Mips/MipsInstrInfo.td
@@ -376,6 +376,9 @@ def addr :
def addrRegImm :
ComplexPattern<iPTR, 2, "selectAddrRegImm", [frameindex]>;
+def addrRegReg :
+ ComplexPattern<iPTR, 2, "selectAddrRegReg", [frameindex]>;
+
def addrDefault :
ComplexPattern<iPTR, 2, "selectAddrDefault", [frameindex]>;