[mips] Marked up instructions added in MIPS-II and tested that IAS for -mcpu=mips1...
authorDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 8 May 2014 12:40:48 +0000 (12:40 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 8 May 2014 12:40:48 +0000 (12:40 +0000)
commit13517260e38ad5d33dc743388d0045bff88b3e89
tree6c4424078c74df32700318cce10ece7c97059bd3
parentdd9080a2460e35db1a7d0549d1563de3560e74e8
[mips] Marked up instructions added in MIPS-II and tested that IAS for -mcpu=mips1 does not accept them

Summary:
A small number of instructions are rejected with the wrong error message.
These have been placed in a separate test for now. There seems to be some
parsing quirk that triggers when these instructions are disabled.

Depends on D3571

Reviewers: vmedic

Reviewed By: vmedic

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208305 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsInstrFPU.td
lib/Target/Mips/MipsInstrInfo.td
lib/Target/Mips/MipsSubtarget.h
test/MC/Mips/mips1/invalid-mips2-wrong-error.s [new file with mode: 0644]
test/MC/Mips/mips1/invalid-mips2.s [new file with mode: 0644]