Added bits of the ARM target assembler to llvm-mc to parse some load instruction
authorKevin Enderby <enderby@apple.com>
Tue, 6 Oct 2009 22:26:42 +0000 (22:26 +0000)
committerKevin Enderby <enderby@apple.com>
Tue, 6 Oct 2009 22:26:42 +0000 (22:26 +0000)
commita7ba3a81c008142a91d799e2ec3152cfd6bbb15f
tree40b27f8a2c6cf13e86da8478ac1d0a682d454f53
parent3bf12ab860751a55fc8c16517a992497b98be11b
Added bits of the ARM target assembler to llvm-mc to parse some load instruction
operands.  Some parsing of arm memory operands for preindexing and postindexing
forms including with register controled shifts.  This is a work in progress.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83424 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmParser/ARMAsmParser.cpp