[mips] Update MipsAsmParser so that it's possible to handle immediates that start...
authorMatheus Almeida <matheus.almeida@imgtec.com>
Wed, 18 Jun 2014 13:55:18 +0000 (13:55 +0000)
committerMatheus Almeida <matheus.almeida@imgtec.com>
Wed, 18 Jun 2014 13:55:18 +0000 (13:55 +0000)
commit20887ffc80ef65deef446f702b903a7f1cab7d69
treee8301ae9f6b908943a28b7027083ddccf06f6795
parent86f9d299d7a93df88c2c2509c20f0f6191683876
[mips] Update MipsAsmParser so that it's possible to handle immediates that start with the binary operator NOT (~).

Reviewers: dsanders

Reviewed By: dsanders

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211163 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
test/MC/Mips/mips-expansions.s
test/MC/Mips/mips1/valid.s
test/MC/Mips/mips2/valid.s
test/MC/Mips/mips3/valid.s
test/MC/Mips/mips32/valid.s
test/MC/Mips/mips32r2/valid.s
test/MC/Mips/mips4/valid.s
test/MC/Mips/mips5/valid.s
test/MC/Mips/mips64/valid.s
test/MC/Mips/mips64r2/valid.s