[mips][msa] Implemented insert.d intrinsic.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 27 Sep 2013 13:36:54 +0000 (13:36 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 27 Sep 2013 13:36:54 +0000 (13:36 +0000)
commit4d835f1cbe5d8c5f6cea4040bea9b180927a1c05
treed243473606125f7ff04b142cbbc52671e6a4a0c7
parentcca114611945332852094fcadfaa4ffbd012bfb3
[mips][msa] Implemented insert.d intrinsic.

This intrinsic is lowered into an equivalent INSERT_VECTOR_ELT which is
further lowered into a sequence of insert.w's on MIPS32.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191521 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicsMips.td
lib/Target/Mips/MipsSEISelLowering.cpp
test/CodeGen/Mips/msa/elm_insv.ll