[mips][msa] Direct Object Emission support for BIT instructions.
authorMatheus Almeida <matheus.almeida@imgtec.com>
Mon, 14 Oct 2013 13:07:39 +0000 (13:07 +0000)
committerMatheus Almeida <matheus.almeida@imgtec.com>
Mon, 14 Oct 2013 13:07:39 +0000 (13:07 +0000)
commit9672a89c71f7b368455ed193bc23566f3bd4ed2b
tree5526cbbb2d81a61aee01cbcd28cda91043cace2f
parente89c50acc8312c6cd4d3bdbf50e02ba88e54a663
[mips][msa] Direct Object Emission support for BIT instructions.

List of instructions:
bclri.{b,h,w,d}
binsli.{b,h,w,d}
binsri.{b,h,w,d}
bnegi.{b,h,w,d}
bseti.{b,h,w,d}
sat_s.{b,h,w,d}
sat_u.{b,h,w,d}
slli.{b,h,w,d}
srai.{b,h,w,d}
srari.{b,h,w,d}
srli.{b,h,w,d}
srlri.{b,h,w,d}

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