[mips] Added support for assembling sdbbp.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 24 Jun 2014 13:00:32 +0000 (13:00 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 24 Jun 2014 13:00:32 +0000 (13:00 +0000)
commite6198bf886cf02bb377528e3aab5fac7e6f41f4a
treedc463712608662aea85250496633f3191d54dd29
parente2f07d47feb0a34c75a87777fe6f81343b908829
[mips] Added support for assembling sdbbp.

Summary:
This instruction is re-encoded in MIPS32r6/MIPS64r6 without changing the
restrictions. We hadn't implemented it for earlier ISA's so it has been added to those too.

Differential Revision: http://reviews.llvm.org/D4265

llvm-svn: 211590
llvm/lib/Target/Mips/Mips32r6InstrFormats.td
llvm/lib/Target/Mips/Mips32r6InstrInfo.td
llvm/lib/Target/Mips/MipsInstrFormats.td
llvm/lib/Target/Mips/MipsInstrInfo.td
llvm/test/MC/Mips/mips32/valid.s
llvm/test/MC/Mips/mips32r2/valid.s
llvm/test/MC/Mips/mips32r6/valid.s
llvm/test/MC/Mips/mips64/valid.s
llvm/test/MC/Mips/mips64r2/valid.s
llvm/test/MC/Mips/mips64r6/valid.s