• Home
  • Raw
  • Download

Lines Matching refs:getOperand

55   const MCOperand &MOImm = MI->getOperand(OpNum);  in printOffsetSImm9Operand()
65 unsigned ExtImm = MI->getOperand(OpNum).getImm(); in printAddrRegExtendOperand()
94 const MCOperand &Imm12Op = MI->getOperand(OpNum); in printAddSubImmLSL0Operand()
118 const MCOperand &MO = MI->getOperand(OpNum); in printBareImmOperand()
125 const MCOperand &ImmROp = MI->getOperand(OpNum); in printBFILSBOperand()
133 const MCOperand &ImmSOp = MI->getOperand(OpNum); in printBFIWidthOperand()
142 const MCOperand &ImmSOp = MI->getOperand(OpNum); in printBFXWidthOperand()
143 const MCOperand &ImmROp = MI->getOperand(OpNum - 1); in printBFXWidthOperand()
156 const MCOperand &CRx = MI->getOperand(OpNum); in printCRxOperand()
165 const MCOperand &ScaleOp = MI->getOperand(OpNum); in printCVTFixedPosOperand()
173 const MCOperand &MOImm8 = MI->getOperand(OpNum); in printFPImmOperand()
207 const MCOperand &MO = MI->getOperand(OpNum); in printCondCodeOperand()
215 const MCOperand &MO = MI->getOperand(OpNum); in printLabelOperand()
234 const MCOperand &MO = MI->getOperand(OpNum); in printLogicalImmOperand()
244 const MCOperand &MOImm = MI->getOperand(OpNum); in printOffsetUImm12Operand()
259 const MCOperand &MO = MI->getOperand(OpNum); in printShiftOperand()
279 const MCOperand &UImm16MO = MI->getOperand(OpNum); in printMoveWideImmOperand()
280 const MCOperand &ShiftMO = MI->getOperand(OpNum + 1); in printMoveWideImmOperand()
298 const MCOperand &MO = MI->getOperand(OpNum); in printNamedImmOperand()
311 const MCOperand &MO = MI->getOperand(OpNum); in printSysRegOperand()
328 unsigned Reg0 = MI->getOperand(0).getReg(); in printRegExtendOperand()
329 unsigned Reg1 = MI->getOperand(1).getReg(); in printRegExtendOperand()
340 O << "lsl #" << MI->getOperand(OpNum).getImm(); in printRegExtendOperand()
357 const MCOperand &MO = MI->getOperand(OpNum); in printRegExtendOperand()
365 const MCOperand &MOImm = MI->getOperand(OpNum); in printSImm7ScaledOperand()
373 const MCOperand &Op = MI->getOperand(OpNo); in printOperand()
403 O << "\t.tlsdesccall " << *MI->getOperand(0).getExpr(); in printInst()