OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MO_LO
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcBaseInfo.h
32
MO_LO
,
/external/llvm/lib/Target/PowerPC/
PPC.h
77
///
MO_LO
, MO_HA - lo16(symbol) and ha16(symbol)
78
MO_LO
= 1 << 4,
PPCMCInstLower.cpp
152
case PPCII::
MO_LO
:
PPCCodeEmitter.cpp
221
case PPCII::
MO_LO
: RelocID = PPC::reloc_absolute_low; break;
PPCISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp
85
assert((TF == SPII::
MO_LO
|| TF == SPII::MO_M44 || TF == SPII::MO_L44 ||
98
case SPII::
MO_LO
: O << "%lo("; break;
SparcISelLowering.cpp
[
all
...]
Completed in 979 milliseconds