OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MO_TLVP
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/X86/
X86InstrInfo.h
109
case X86II::
MO_TLVP
: // ??? Pretty sure..
X86AsmPrinter.cpp
166
case X86II::
MO_TLVP
: O << "@TLVP"; break;
X86MCInstLower.cpp
184
case X86II::
MO_TLVP
: RefKind = MCSymbolRefExpr::VK_TLVP; break;
[
all
...]
X86ISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h
200
///
MO_TLVP
- On a symbol operand this indicates that the immediate is
204
MO_TLVP
,
Completed in 45 milliseconds