llvm-6502/lib
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
..
Analysis RegionInfo: Add helpers to replace entry/exit recursively 2013-04-10 06:54:49 +00:00
Archive
AsmParser Rationalize the formatting of these case labels. Having two sorted 2013-04-09 19:46:46 +00:00
Bitcode
CodeGen Generalize the PassConfig API and remove addFinalizeRegAlloc(). 2013-04-10 01:06:56 +00:00
DebugInfo
ExecutionEngine
IR
IRReader
Linker Specutively revert r178130. 2013-03-27 17:54:41 +00:00
MC Reapply r179115, but use parsePrimaryExpression a little more judiciously. 2013-04-10 17:35:30 +00:00
Object Template MachOObjectFile over endianness too. 2013-04-10 15:33:44 +00:00
Option
Support <rdar://problem/13551789> Fix a race in the LockFileManager. 2013-04-05 20:53:57 +00:00
TableGen
Target In the X86 back end, getMemoryOperandNo() returns the offset 2013-04-10 20:11:59 +00:00
Transforms Make the SLP store-merger less paranoid about function calls. We check for function calls when we check if it is safe to sink instructions. 2013-04-10 19:41:36 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile Split out the IRReader header and the utility functions it provides into 2013-03-26 02:25:37 +00:00