HomeSort by relevance Sort by last modified time
    Searched refs:MO_LO (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPC.h 84 /// MO_LO, MO_HA - lo16(symbol) and ha16(symbol)
85 MO_LO = 1 << 4,
PPCMCInstLower.cpp 156 case PPCII::MO_LO:
PPCCodeEmitter.cpp 224 case PPCII::MO_LO: RelocID = PPC::reloc_absolute_low; break;
PPCISelLowering.cpp     [all...]

Completed in 83 milliseconds