llvm-6502/lib/Target/X86/MCTargetDesc
Preston Gurd 15b64d0e28 In the X86 back end, getMemoryOperandNo() returns the offset
into the operand array of the start of the memory reference descriptor.

Additional code in EncodeInstruction provides an additional adjustment.

This patch places that additional code in a separate function,
called getOperandBias, so that any caller of getMemoryOperandNo
can also call getOperandBias.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179211 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-10 20:11:59 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
X86AsmBackend.cpp The current X86 NOP padding uses one long NOP followed by the remainder in 2013-03-05 00:02:23 +00:00
X86BaseInfo.h In the X86 back end, getMemoryOperandNo() returns the offset 2013-04-10 20:11:59 +00:00
X86ELFObjectWriter.cpp Enable ELF machine type to be specified explicitly in X86 backend 2012-10-30 17:33:39 +00:00
X86FixupKinds.h Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore. 2012-02-18 12:03:15 +00:00
X86MachObjectWriter.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
X86MCAsmInfo.cpp Initial patch for x32 ABI support. 2013-01-22 18:02:49 +00:00
X86MCAsmInfo.h Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore. 2012-02-18 12:03:15 +00:00
X86MCCodeEmitter.cpp In the X86 back end, getMemoryOperandNo() returns the offset 2013-04-10 20:11:59 +00:00
X86MCTargetDesc.cpp MC: Add MCInstrDesc::mayAffectControlFlow() method. 2012-12-19 23:38:53 +00:00
X86MCTargetDesc.h Enable ELF machine type to be specified explicitly in X86 backend 2012-10-30 17:33:39 +00:00
X86WinCOFFObjectWriter.cpp Add support for implicit TLS model used with MS VC runtime. 2012-02-11 17:26:53 +00:00