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

/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp112 const MCOperand &MO1 = MI->getOperand(1); local
123 printRegName(O, MO1.getReg());
135 const MCOperand &MO1 = MI->getOperand(1); local
145 printRegName(O, MO1.getReg());
327 const MCOperand &MO1 = MI->getOperand(OpNum); local
328 if (MO1.isExpr()) {
329 O << *MO1.getExpr();
335 int32_t OffImm = (int32_t)MO1.getImm();
360 const MCOperand &MO1 = MI->getOperand(OpNum);
364 printRegName(O, MO1
[all...]
/freebsd-9.3-release/contrib/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())
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp449 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); local
453 int32_t SImm = MO1.getImm();
743 const MCOperand &MO1 = MI.getOperand(OpIdx); local
745 unsigned Rn = CTX.getRegisterInfo()->getEncodingValue(MO1.getReg());
879 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); local
881 unsigned Imm8 = MO1.getImm();
961 const MCOperand &MO1 = MI.getOperand(OpIdx+1); local
964 unsigned Rm = CTX.getRegisterInfo()->getEncodingValue(MO1.getReg());
1011 const MCOperand &MO1 = MI.getOperand(OpIdx+1); local
1012 unsigned Imm = MO1
1032 const MCOperand &MO1 = MI.getOperand(OpIdx+1); local
1045 const MCOperand &MO1 = MI.getOperand(OpIdx+1); local
1065 const MCOperand &MO1 = MI.getOperand(OpIdx+1); local
1097 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); local
1114 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); local
1183 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); local
1228 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/InstPrinter/
H A DHexagonInstPrinter.cpp142 const MCOperand& MO1 = MI->getOperand(OpNo + 1); local
145 O << " + #" << MO1.getImm();
151 const MCOperand& MO1 = MI->getOperand(OpNo + 1); local
153 O << getRegisterName(MO0.getReg()) << ", #" << MO1.getImm();
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp1265 const MachineOperand &MO1 = MI.getOperand(CurOp++);
1267 if (MO1.isImm()) {
1268 emitConstant(MO1.getImm(), Size);
1279 if (MO1.isGlobal()) {
1280 bool Indirect = gvNeedsNonLazyPtr(MO1, TM);
1281 emitGlobalAddress(MO1.getGlobal(), rt, MO1.getOffset(), 0,
1283 } else if (MO1.isSymbol())
1284 emitExternalSymbolAddress(MO1.getSymbolName(), rt);
1285 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.cpp4603 MachineOperand &MO1 = DataMI->getOperand(1); local
4604 if (MO1.getImm() == 0) {
4617 MO1.ChangeToRegister(MO0.getReg(), false);
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp254 const MachineOperand &MO1 = MI.getOperand(Op + 1); local
260 int32_t Imm12 = MO1.getImm();
296 const MachineOperand &MO1 = MI.getOperand(Op + 1); local
302 int32_t Imm12 = MO1.getImm();
697 const MachineOperand &MO1 = MI.getOperand(1); local
702 unsigned Lo16 = getMovi32Value(MI, MO1, ARM::reloc_arm_movw) & 0xFFFF;
715 unsigned Hi16 = getMovi32Value(MI, MO1, ARM::reloc_arm_movt) >> 16;
733 const MachineOperand &MO1 = MI.getOperand(1); local
734 assert(MO1.isImm() && ARM_AM::isSOImmTwoPartVal(MO1
934 const MachineOperand &MO1 = MI.getOperand(OpIdx + 1); local
[all...]
H A DARMExpandPseudoInsts.cpp912 const MachineOperand &MO1 = MI.getOperand(1); local
913 const GlobalValue *GV = MO1.getGlobal();
914 unsigned TF = MO1.getTargetFlags();
928 .addGlobalAddress(GV, MO1.getOffset(), TF | LO16TF)
933 .addGlobalAddress(GV, MO1.getOffset(), TF | HI16TF)
H A DARMAsmPrinter.cpp861 const MachineOperand &MO1 = MI->getOperand(OpNum); local
863 unsigned JTI = MO1.getIndex();
907 const MachineOperand &MO1 = MI->getOperand(OpNum); local
909 unsigned JTI = MO1.getIndex();
H A DARMBaseInstrInfo.cpp1339 const MachineOperand &MO1 = MI1->getOperand(1); local
1340 if (MO0.getOffset() != MO1.getOffset())
1349 return MO0.getGlobal() == MO1.getGlobal();
1354 int CPI1 = MO1.getIndex();
1395 const MachineOperand &MO1 = MI1->getOperand(i); local
1396 if (!MO0.isIdenticalTo(MO1))
/freebsd-9.3-release/sys/dev/hptrr/
H A Damd64-elf.hptrr_lib.o.uu131 M``"#?4@`=!U!#[;<B=Y,B>_H`````+H`````B=Y,B>_H`````$$/MO1,B>_H
174 MB>_H`````+L`````@'T"``^&B````$4/MO1!OP$```#'1"0$``````^VPTB#
3094 MP(E%3$$/MLQ!#[;UB=I,B??H`````+H`````A<!T/$$/MO1(B>_H</[__T$/
3113 M``"P`>FX````#[95`D$/MO1(C4PD!DR)[^@`````A<"X`````&8/140D!F:)
3152 M`(G9T_BH`74'_\,X70)WW#A=`@^%(`$``$R+;2A$#[9E`$$/MO1,B>_H````
3154 MA98,`````$$/MO1!N````02Y(0```+H/````3(GOZ`````"[`````(!]`@`/

Completed in 422 milliseconds