[mips][msa] Add fill.d instruction.
authorMatheus Almeida <matheus.almeida@imgtec.com>
Wed, 29 Jan 2014 15:12:02 +0000 (15:12 +0000)
committerMatheus Almeida <matheus.almeida@imgtec.com>
Wed, 29 Jan 2014 15:12:02 +0000 (15:12 +0000)
commit72d4223ff57f6d03d7802e100cc38634c14c70dc
tree896cea50b6e7a7956ee0ff3bc1c44cf94892dcff
parent88390209daa6a501e010624a4328508f9b6ffd24
[mips][msa] Add fill.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@200400 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsMSAInstrFormats.td
lib/Target/Mips/MipsMSAInstrInfo.td
test/CodeGen/Mips/msa/2r_vector_scalar.ll
test/MC/Mips/msa/test_2r_msa64.s [new file with mode: 0644]