[mips][msa] Added load/store intrinsics.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Wed, 28 Aug 2013 12:04:29 +0000 (12:04 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Wed, 28 Aug 2013 12:04:29 +0000 (12:04 +0000)
commit2fd3e67dc6438cee5e32e0d7d7d42891df7edd96
tree18af658b2968c9b89f4c114de28ec3c4eaaa2495
parentf1db2a6a0e0ca2e0f03169ba4dc7c8332bd6ed74
[mips][msa] Added load/store intrinsics.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189476 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicsMips.td
lib/Target/Mips/MipsISelDAGToDAG.cpp
lib/Target/Mips/MipsISelDAGToDAG.h
lib/Target/Mips/MipsInstrInfo.td
lib/Target/Mips/MipsMSAInstrInfo.td
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
lib/Target/Mips/MipsSEISelDAGToDAG.h
lib/Target/Mips/MipsSEISelLowering.cpp
lib/Target/Mips/MipsSEISelLowering.h
test/CodeGen/Mips/msa/3r_ld_st.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/i5_ld_st.ll [new file with mode: 0644]