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 142 const MCOperand& MO0 = MI->getOperand(OpNo);
145 O << getRegisterName(MO0.getReg());
151 const MCOperand& MO0 = MI->getOperand(OpNo);
154 O << getRegisterName(MO0.getReg()) << ", #" << MO1.getImm();
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 742 const MachineOperand &MO0 = MI.getOperand(0);
754 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
769 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
778 const MachineOperand &MO0 = MI.getOperand(0);
792 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
807 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
810 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRnShift;
    [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
TailDuplication.cpp 475 MachineOperand &MO0 = II->getOperand(Idx);
476 unsigned Reg = MO0.getReg();
    [all...]

Completed in 140 milliseconds