Change VLDMQ and VSTMQ to be pseudo instructions. They are expanded after
authorBob Wilson <bob.wilson@apple.com>
Thu, 16 Sep 2010 00:31:02 +0000 (00:31 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 16 Sep 2010 00:31:02 +0000 (00:31 +0000)
commit9d4ebc0eb80c770aab5b51ca459748a6ac8f1699
treeb935119fa11d3141ce99854e3b70be957fa6e104
parentcb86def1c2084f2b1c72fd04e5384d472e7cf3a0
Change VLDMQ and VSTMQ to be pseudo instructions.  They are expanded after
register allocation to VLDMD and VSTMD respectively.  This avoids using the
dregpair operand modifier.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114047 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMExpandPseudoInsts.cpp
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrNEON.td