HomeSort by: relevance | last modified time | path
    Searched refs:MO_LO (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPC.h 153 /// MO_LO, MO_HA - lo16(symbol) and ha16(symbol)
154 MO_LO = 1 << 8,
PPCMCInstLower.cpp 140 case PPCII::MO_LO:
PPCInstrInfo.cpp 2873 {MO_LO, "ppc-lo"},
PPCISelLowering.cpp 3012 LoOpFlags = PPCII::MO_LO;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRInstrInfo.h 52 MO_LO = (1 << 1),
AVRMCInstLower.cpp 41 if (TF & AVRII::MO_LO) {
AVRExpandPseudoInsts.cpp 296 MIBLO.addGlobalAddress(GV, Offs, TF | AVRII::MO_NEG | AVRII::MO_LO);
546 MIBLO.addGlobalAddress(GV, Offs, TF | AVRII::MO_LO);
554 MIBLO.add(MachineOperand::CreateBA(BA, TF | AVRII::MO_LO));
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVBaseInfo.h 140 MO_LO = 3,
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVMCInstLower.cpp 46 case RISCVII::MO_LO:
RISCVMergeBaseOffset.cpp 91 LoADDI->getOperand(2).getTargetFlags() != RISCVII::MO_LO ||
RISCVInstrInfo.cpp 964 {MO_LO, "riscv-lo"},
RISCVISelLowering.cpp 2492 SDValue AddrLo = getTargetNode(N, DL, Ty, DAG, RISCVII::MO_LO);

Completed in 48 milliseconds