Mips specific llvm assembler support for ALU instructions. This includes
authorJack Carter <jcarter@mips.com>
Wed, 5 Sep 2012 23:34:03 +0000 (23:34 +0000)
committerJack Carter <jcarter@mips.com>
Wed, 5 Sep 2012 23:34:03 +0000 (23:34 +0000)
commitec65be84cd630d53233e7a37f0ef9d2303ac5153
tree178e4f7b07adf5940f9d708a0ecc5699dbbb34e4
parent2f1d8154795ad82e500fda27d75ec1449e7a0648
Mips specific llvm assembler support for ALU instructions. This includes
register support. Test case included.

Contributer: Vladimir Medic

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163268 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
test/MC/Mips/mips-alu-instructions.s [new file with mode: 0644]