[mips][mips64r6] Added mul/mulu/muh/muhu
authorDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 12 May 2014 15:12:45 +0000 (15:12 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 12 May 2014 15:12:45 +0000 (15:12 +0000)
commitd76eeb1bceafac52f0e2d031f6d2ed51b4e66fd8
tree88741c4d76ddae8ee4b2df1ddee2372308c7b99e
parent64d3ae0c39a5ab00134d910959e4082da72e7aaa
[mips][mips64r6] Added mul/mulu/muh/muhu

Summary: The 'mul' line of the test is temporarily commented out because it currently matches the MIPS32 mul instead of the MIPS32r6 mul. This line will be uncommented when we disable the MIPS32 mul on MIPS32r6.

Reviewers: jkolek, zoran.jovanovic, vmedic

Reviewed By: vmedic

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208576 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/Mips.td
lib/Target/Mips/Mips32r6InstrFormats.td [new file with mode: 0644]
lib/Target/Mips/Mips32r6InstrInfo.td
lib/Target/Mips/Mips64r6InstrInfo.td
lib/Target/Mips/MipsInstrInfo.td
test/MC/Mips/mips32r6/valid.s [new file with mode: 0644]
test/MC/Mips/mips64r6/valid.s [new file with mode: 0644]