Lines Matching refs:Desc
42 bool isSrcOperand(const MCInstrDesc &Desc, unsigned OpNo) const;
79 bool SIMCCodeEmitter::isSrcOperand(const MCInstrDesc &Desc, in isSrcOperand() argument
81 unsigned OpType = Desc.OpInfo[OpNo].OperandType; in isSrcOperand()
187 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in EncodeInstruction() local
188 unsigned bytes = Desc.getSize(); in EncodeInstruction()
201 if (!isSrcOperand(Desc, i)) in EncodeInstruction()
204 int RCID = Desc.OpInfo[i].RegClass; in EncodeInstruction()
274 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getMachineOpValue() local
275 if (isSrcOperand(Desc, OpNo)) { in getMachineOpValue()
276 int RCID = Desc.OpInfo[OpNo].RegClass; in getMachineOpValue()
280 if (Enc != ~0U && (Enc != 255 || Desc.getSize() == 4)) in getMachineOpValue()