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

  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 80 const MCOperand &MO1 = MI->getOperand(1);
89 << ", " << getRegisterName(MO1.getReg());
100 const MCOperand &MO1 = MI->getOperand(1);
108 << ", " << getRegisterName(MO1.getReg());
249 const MCOperand &MO1 = MI->getOperand(OpNum);
250 if (MO1.isExpr())
251 O << *MO1.getExpr();
252 else if (MO1.isImm())
253 O << "[pc, #" << MO1.getImm() << "]";
265 const MCOperand &MO1 = MI->getOperand(OpNum)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.h 83 const MachineOperand &MO1 = MI->getOperand(OpNo);
86 O << getRegisterName(MO1.getReg())
93 const MachineOperand &MO1 = MI->getOperand(OpNo);
96 O << getRegisterName(MO1.getReg())
HexagonAsmPrinter.cpp 255 const MachineOperand &MO1 = MI->getOperand(OpNo);
258 O << HexagonInstPrinter::getRegisterName(MO1.getReg())
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 437 const MCOperand &MO1 = MI.getOperand(OpIdx + 1);
441 int32_t SImm = MO1.getImm();
712 const MCOperand &MO1 = MI.getOperand(OpIdx);
714 unsigned Rn = CTX.getRegisterInfo().getEncodingValue(MO1.getReg());
846 const MCOperand &MO1 = MI.getOperand(OpIdx + 1);
    [all...]
  /external/llvm/lib/Target/Hexagon/InstPrinter/
HexagonInstPrinter.cpp 131 const MCOperand& MO1 = MI->getOperand(OpNo + 1);
134 O << " + #" << MO1.getImm();
140 const MCOperand& MO1 = MI->getOperand(OpNo + 1);
142 O << getRegisterName(MO0.getReg()) << ", #" << MO1.getImm();
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp     [all...]
X86FloatingPoint.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 262 const MachineOperand &MO1 = MI.getOperand(Op + 1);
268 int32_t Imm12 = MO1.getImm();
317 const MachineOperand &MO1 = MI.getOperand(Op + 1);
323 int32_t Imm12 = MO1.getImm();
739 const MachineOperand &MO1 = MI.getOperand(1);
744 unsigned Lo16 = getMovi32Value(MI, MO1, ARM::reloc_arm_movw) & 0xFFFF;
757 unsigned Hi16 = getMovi32Value(MI, MO1, ARM::reloc_arm_movt) >> 16;
775 const MachineOperand &MO1 = MI.getOperand(1);
776 assert(MO1.isImm() && ARM_AM::isSOImmTwoPartVal(MO1.getImm()) &
    [all...]
ARMExpandPseudoInsts.cpp     [all...]
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]

Completed in 117 milliseconds