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 104 const MCOperand &MO1 = MI->getOperand(1);
115 printRegName(O, MO1.getReg());
127 const MCOperand &MO1 = MI->getOperand(1);
137 printRegName(O, MO1.getReg());
317 const MCOperand &MO1 = MI->getOperand(OpNum);
318 if (MO1.isExpr())
319 O << *MO1.getExpr();
320 else if (MO1.isImm()) {
322 << markup("<imm:") << "#" << formatImm(MO1.getImm())
336 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();
725 const MCOperand &MO1 = MI.getOperand(OpIdx);
727 unsigned Rn = CTX.getRegisterInfo().getEncodingValue(MO1.getReg());
    [all...]
  /external/llvm/lib/Target/Hexagon/InstPrinter/
HexagonInstPrinter.cpp 143 const MCOperand& MO1 = MI->getOperand(OpNo + 1);
146 O << " + #" << MO1.getImm();
152 const MCOperand& MO1 = MI->getOperand(OpNo + 1);
154 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();
743 const MachineOperand &MO1 = MI.getOperand(1);
748 unsigned Lo16 = getMovi32Value(MI, MO1, ARM::reloc_arm_movw) & 0xFFFF;
761 unsigned Hi16 = getMovi32Value(MI, MO1, ARM::reloc_arm_movt) >> 16;
779 const MachineOperand &MO1 = MI.getOperand(1);
780 assert(MO1.isImm() && ARM_AM::isSOImmTwoPartVal(MO1.getImm()) &
    [all...]
ARMExpandPseudoInsts.cpp     [all...]
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]

Completed in 190 milliseconds