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());
308 const MCOperand &MO1 = MI->getOperand(OpNum);
309 if (MO1.isExpr()) {
310 O << *MO1.getExpr();
316 int32_t OffImm = (int32_t)MO1.getImm();
341 const MCOperand &MO1 = MI->getOperand(OpNum);
345 printRegName(O, MO1.getReg())
    [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 450 const MCOperand &MO1 = MI.getOperand(OpIdx + 1);
454 int32_t SImm = MO1.getImm();
738 const MCOperand &MO1 = MI.getOperand(OpIdx);
740 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 264 const MachineOperand &MO1 = MI.getOperand(Op + 1);
270 int32_t Imm12 = MO1.getImm();
319 const MachineOperand &MO1 = MI.getOperand(Op + 1);
325 int32_t Imm12 = MO1.getImm();
745 const MachineOperand &MO1 = MI.getOperand(1);
750 unsigned Lo16 = getMovi32Value(MI, MO1, ARM::reloc_arm_movw) & 0xFFFF;
763 unsigned Hi16 = getMovi32Value(MI, MO1, ARM::reloc_arm_movt) >> 16;
781 const MachineOperand &MO1 = MI.getOperand(1);
782 assert(MO1.isImm() && ARM_AM::isSOImmTwoPartVal(MO1.getImm()) &
    [all...]
ARMExpandPseudoInsts.cpp     [all...]
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]

Completed in 421 milliseconds