llvm-6502/lib/Target/ARM/AsmPrinter
Jim Grosbach fe125557dd The register specified for a dregpair is the corresponding Q register, so to
get the pair, we need to look up the sub-regs based on the qreg. Create a
lookup function since we don't have access to TargetRegisterInfo here to
be able to use getSubReg(ARM::dsub_[01]).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113875 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-14 22:20:33 +00:00
..
ARMInstPrinter.cpp The register specified for a dregpair is the corresponding Q register, so to 2010-09-14 22:20:33 +00:00
ARMInstPrinter.h Rename sat_shift operand to shift_imm, in preparation for using it for other 2010-08-16 18:27:34 +00:00
CMakeLists.txt Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." 2010-09-13 23:59:48 +00:00
Makefile Fix LLVM build when the user specifies CPPFLAGS on the make command line. 2010-03-12 21:42:14 +00:00