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

  /external/llvm/lib/Target/Hexagon/InstPrinter/
HexagonInstPrinter.cpp 99 const MCOperand& MO0 = MI->getOperand(OpNo);
102 O << getRegisterName(MO0.getReg());
108 const MCOperand& MO0 = MI->getOperand(OpNo);
111 O << getRegisterName(MO0.getReg()) << ", #" << MO1.getImm();
  /external/llvm/lib/CodeGen/
ProcessImplicitDefs.cpp 66 MachineOperand &MO0 = MI->getOperand(0);
70 if (!MO0.readsReg() || ImpDefRegs.count(MO0.getReg()))
TailDuplication.cpp 463 MachineOperand &MO0 = II->getOperand(Idx);
464 unsigned Reg = MO0.getReg();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 731 const MachineOperand &MO0 = MI.getOperand(0);
743 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
758 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
767 const MachineOperand &MO0 = MI.getOperand(0);
781 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
796 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
799 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRnShift;
    [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
X86InstrInfo.cpp     [all...]

Completed in 406 milliseconds