[mips][mips64r6] Correct cond names in the cmp.cond.[ds] instructions
authorDaniel Sanders <daniel.sanders@imgtec.com>
Wed, 9 Jul 2014 10:40:20 +0000 (10:40 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Wed, 9 Jul 2014 10:40:20 +0000 (10:40 +0000)
commit388704618eb783806077fe53c7fa1126d25ff897
tree11603bd10e0e572064a4f790978001b3827ef1d7
parenta2a8a72f6f27f399ef700a029559cb3a7494c1f8
[mips][mips64r6] Correct cond names in the cmp.cond.[ds] instructions

Summary:
It seems we accidentally read the wrong column of the table MIPS64r6 spec
and used the names for c.cond.fmt instead of cmp.cond.fmt.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212607 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/Mips32r6InstrFormats.td
lib/Target/Mips/Mips32r6InstrInfo.td
test/CodeGen/Mips/analyzebranch.ll
test/CodeGen/Mips/fcmp.ll
test/CodeGen/Mips/select.ll
test/MC/Disassembler/Mips/mips32r6.txt
test/MC/Disassembler/Mips/mips64r6.txt
test/MC/Mips/mips32r6/valid.s
test/MC/Mips/mips64r6/valid.s