Add support to the ARM MC infrastructure to support mcr and friends. This requires...
authorOwen Anderson <resistor@mac.com>
Thu, 13 Jan 2011 21:46:02 +0000 (21:46 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 13 Jan 2011 21:46:02 +0000 (21:46 +0000)
commite4e5e2aae7e1e0e84877061432e7b981a360a77d
tree9ae265aca7bbd0c4d8e4e56ac2b4957c19cd63e5
parent82caf1a867852010ae70dee04989609e25e72856
Add support to the ARM MC infrastructure to support mcr and friends. This requires supporting
the symbolic immediate names used for these instructions, fixing their pretty-printers, and
adding proper encoding information for them.

With this, we can properly pretty-print and encode assembly like:
mrc p15, #0, r3, c13, c0, #3

Fixes <rdar://problem/8857858>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123404 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.h
utils/TableGen/EDEmitter.cpp