ARM assembly parsing POP/PUSH mnemonics.
authorJim Grosbach <grosbach@apple.com>
Thu, 21 Jul 2011 19:57:11 +0000 (19:57 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 21 Jul 2011 19:57:11 +0000 (19:57 +0000)
commit10c7d70a4e843b3006db9f5f583d6f6f56cc245e
treeb3e98d26af65192890473a6e8e4d707a870e4d43
parent45e11c7cc78e8a826e224b30a2eba4f1eb664c33
ARM assembly parsing POP/PUSH mnemonics.

Aliases for LDM/STM. The single-register versions should encode to LDR/STR
with writeback, but we don't (yet) get that correct. Neither does Darwin's
system assembler, though, so that's not a deal-breaker of a limitation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135702 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrInfo.td
test/MC/ARM/basic-arm-instructions.s