[mips][msa] Add insert.d instruction.
authorMatheus Almeida <matheus.almeida@imgtec.com>
Fri, 31 Jan 2014 13:31:20 +0000 (13:31 +0000)
committerMatheus Almeida <matheus.almeida@imgtec.com>
Fri, 31 Jan 2014 13:31:20 +0000 (13:31 +0000)
commit9c45241485c0a1dc6f4ae81440185b54ec118246
tree80c5fff593ebe6a2c1bfa5386c0396be8b990cef
parent27574db5298df2504031616c041dd9a49260a6a1
[mips][msa] Add insert.d instruction.

This instruction is only available on Mips64 cores that implement the MSA ASE.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200543 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsMSAInstrFormats.td
lib/Target/Mips/MipsMSAInstrInfo.td
test/CodeGen/Mips/msa/elm_insv.ll
test/MC/Mips/msa/test_elm_insert_msa64.s [new file with mode: 0644]