Searched refs:MO1 (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp104 const MCOperand &MO1 = MI->getOperand(1); local
115 printRegName(O, MO1.getReg());
127 const MCOperand &MO1 = MI->getOperand(1); local
137 printRegName(O, MO1.getReg());
308 const MCOperand &MO1 = MI->getOperand(OpNum); local
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
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.h83 const MachineOperand &MO1 = MI->getOperand(OpNo); local
86 O << getRegisterName(MO1.getReg())
93 const MachineOperand &MO1 = MI->getOperand(OpNo); local
96 O << getRegisterName(MO1.getReg())
H A DHexagonAsmPrinter.cpp255 const MachineOperand &MO1 = MI->getOperand(OpNo); local
258 O << HexagonInstPrinter::getRegisterName(MO1.getReg())
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp450 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); local
454 int32_t SImm = MO1.getImm();
738 const MCOperand &MO1 = MI.getOperand(OpIdx); local
740 unsigned Rn = CTX.getRegisterInfo()->getEncodingValue(MO1.getReg());
872 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); local
874 unsigned Imm8 = MO1.getImm();
954 const MCOperand &MO1 = MI.getOperand(OpIdx+1); local
957 unsigned Rm = CTX.getRegisterInfo()->getEncodingValue(MO1.getReg());
1004 const MCOperand &MO1 = MI.getOperand(OpIdx+1); local
1005 unsigned Imm = MO1
1025 const MCOperand &MO1 = MI.getOperand(OpIdx+1); local
1038 const MCOperand &MO1 = MI.getOperand(OpIdx+1); local
1058 const MCOperand &MO1 = MI.getOperand(OpIdx+1); local
1090 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); local
1107 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); local
1176 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); local
1221 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); local
[all...]
/external/llvm/lib/Target/Hexagon/InstPrinter/
H A DHexagonInstPrinter.cpp143 const MCOperand& MO1 = MI->getOperand(OpNo + 1); local
146 O << " + #" << MO1.getImm();
152 const MCOperand& MO1 = MI->getOperand(OpNo + 1); local
154 O << getRegisterName(MO0.getReg()) << ", #" << MO1.getImm();
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp1259 const MachineOperand &MO1 = MI.getOperand(CurOp++);
1261 if (MO1.isImm()) {
1262 emitConstant(MO1.getImm(), Size);
1273 if (MO1.isGlobal()) {
1274 bool Indirect = gvNeedsNonLazyPtr(MO1, TM);
1275 emitGlobalAddress(MO1.getGlobal(), rt, MO1.getOffset(), 0,
1277 } else if (MO1.isSymbol())
1278 emitExternalSymbolAddress(MO1.getSymbolName(), rt);
1279 else if (MO1
[all...]
H A DX86FloatingPoint.cpp1322 const MachineOperand &MO1 = MI->getOperand(1);
1325 unsigned SrcST = MO1.getReg() - X86::ST0;
1326 bool KillsSrc = MI->killsRegister(MO1.getReg());
1330 unsigned SrcFP = getFPReg(MO1);
1383 unsigned SrcFP = getFPReg(MO1);
H A DX86InstrInfo.cpp4339 MachineOperand &MO1 = DataMI->getOperand(1); local
4340 if (MO1.getImm() == 0) {
4353 MO1.ChangeToRegister(MO0.getReg(), false);
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp264 const MachineOperand &MO1 = MI.getOperand(Op + 1); local
270 int32_t Imm12 = MO1.getImm();
319 const MachineOperand &MO1 = MI.getOperand(Op + 1); local
325 int32_t Imm12 = MO1.getImm();
745 const MachineOperand &MO1 = MI.getOperand(1); local
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); local
782 assert(MO1.isImm() && ARM_AM::isSOImmTwoPartVal(MO1
1022 const MachineOperand &MO1 = MI.getOperand(OpIdx + 1); local
[all...]
H A DARMExpandPseudoInsts.cpp891 const MachineOperand &MO1 = MI.getOperand(1); local
892 const GlobalValue *GV = MO1.getGlobal();
893 unsigned TF = MO1.getTargetFlags();
907 .addGlobalAddress(GV, MO1.getOffset(), TF | LO16TF)
912 .addGlobalAddress(GV, MO1.getOffset(), TF | HI16TF)
H A DARMAsmPrinter.cpp1006 const MachineOperand &MO1 = MI->getOperand(OpNum); local
1008 unsigned JTI = MO1.getIndex();
1052 const MachineOperand &MO1 = MI->getOperand(OpNum); local
1054 unsigned JTI = MO1.getIndex();
H A DARMBaseInstrInfo.cpp1312 const MachineOperand &MO1 = MI1->getOperand(1); local
1313 if (MO0.getOffset() != MO1.getOffset())
1322 return MO0.getGlobal() == MO1.getGlobal();
1327 int CPI1 = MO1.getIndex();
1368 const MachineOperand &MO1 = MI1->getOperand(i); local
1369 if (!MO0.isIdenticalTo(MO1))

Completed in 112 milliseconds