OSDN Git Service

The Mips standalone assembler memory instruction support.
authorJack Carter <jcarter@mips.com>
Thu, 6 Sep 2012 20:00:02 +0000 (20:00 +0000)
committerJack Carter <jcarter@mips.com>
Thu, 6 Sep 2012 20:00:02 +0000 (20:00 +0000)
commit6b96c3f71fce6b0a7c380dfc3b7ebf22c40e804b
treefb916862ba719f22e1bac98944f6695e98c9b21f
parentcc77eece74c8db09acc2af425e7e6c88a5bb30d1
The Mips standalone assembler memory instruction support.

This includes sb,sc,sh,sw,lb,lw,lbu,lh,lhu,ll,lw

Test case included

Contributer: Vladimir Medic

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