llvm-6502/lib/Target/ARM64/Disassembler
Jim Grosbach fa49d1ade6 ARM64: Extended addressing mode source reg is 64-bit.
The canonical form for the extended addressing mode (e.g.,
"[x1, w2, uxtw #3]" is for the MCInst to have the second register be the
full 64-bit GPR64 register class. The instruction printer cleans up
the output for display to show the 32-bit register instead, per the
specification.

This simplifies 205893 now that the aliasing is handled in the printer
in 206495 so that the codegen path and the disassembler path give the
same MCInst form.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206797 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-21 21:45:44 +00:00
..
ARM64Disassembler.cpp ARM64: Extended addressing mode source reg is 64-bit. 2014-04-21 21:45:44 +00:00
ARM64Disassembler.h [MC] Require an MCContext when constructing an MCDisassembler. 2014-04-15 04:40:56 +00:00
ARM64ExternalSymbolizer.cpp Remove redundant symbolization support from MCDisassembler interface. 2014-04-11 20:07:58 +00:00
ARM64ExternalSymbolizer.h Remove redundant symbolization support from MCDisassembler interface. 2014-04-11 20:07:58 +00:00
CMakeLists.txt Remove redundant symbolization support from MCDisassembler interface. 2014-04-11 20:07:58 +00:00
LLVMBuild.txt
Makefile