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

  /external/llvm/lib/Target/Hexagon/InstPrinter/
HexagonInstPrinter.cpp 130 const MCOperand& MO0 = MI->getOperand(OpNo);
133 O << getRegisterName(MO0.getReg());
139 const MCOperand& MO0 = MI->getOperand(OpNo);
142 O << getRegisterName(MO0.getReg()) << ", #" << MO1.getImm();
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 738 const MachineOperand &MO0 = MI.getOperand(0);
750 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
765 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
774 const MachineOperand &MO0 = MI.getOperand(0);
788 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
803 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
806 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRnShift;
    [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
TailDuplication.cpp 474 MachineOperand &MO0 = II->getOperand(Idx);
475 unsigned Reg = MO0.getReg();
    [all...]

Completed in 197 milliseconds