[mips][msa] Add copy_{u,s}.d.
authorMatheus Almeida <matheus.almeida@imgtec.com>
Wed, 29 Jan 2014 14:05:28 +0000 (14:05 +0000)
committerMatheus Almeida <matheus.almeida@imgtec.com>
Wed, 29 Jan 2014 14:05:28 +0000 (14:05 +0000)
commitba67c2a4ee21ec86a86df56c230819d2bd85451d
tree9403687230a799b12c302522711cc04d97aa7e59
parentcf78698270967eb9e9fd44566674ee0a154bd210
[mips][msa] Add copy_{u,s}.d.

These instructions are only available on Mips64 cores
that implement the MSA ASE.

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