Lines Matching defs:Inst
1056 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr()
1066 void addRegOperands(MCInst &Inst, unsigned N) const { in addRegOperands()
1073 void addGPR32ZeroAsmRegOperands(MCInst &Inst, unsigned N) const { in addGPR32ZeroAsmRegOperands()
1078 void addGPR32NonZeroAsmRegOperands(MCInst &Inst, unsigned N) const { in addGPR32NonZeroAsmRegOperands()
1083 void addGPR32AsmRegOperands(MCInst &Inst, unsigned N) const { in addGPR32AsmRegOperands()
1088 void addGPRMM16AsmRegOperands(MCInst &Inst, unsigned N) const { in addGPRMM16AsmRegOperands()
1093 void addGPRMM16AsmRegZeroOperands(MCInst &Inst, unsigned N) const { in addGPRMM16AsmRegZeroOperands()
1098 void addGPRMM16AsmRegMovePOperands(MCInst &Inst, unsigned N) const { in addGPRMM16AsmRegMovePOperands()
1103 void addGPRMM16AsmRegMovePPairFirstOperands(MCInst &Inst, unsigned N) const { in addGPRMM16AsmRegMovePPairFirstOperands()
1108 void addGPRMM16AsmRegMovePPairSecondOperands(MCInst &Inst, in addGPRMM16AsmRegMovePPairSecondOperands()
1117 void addGPR64AsmRegOperands(MCInst &Inst, unsigned N) const { in addGPR64AsmRegOperands()
1122 void addAFGR64AsmRegOperands(MCInst &Inst, unsigned N) const { in addAFGR64AsmRegOperands()
1127 void addStrictlyAFGR64AsmRegOperands(MCInst &Inst, unsigned N) const { in addStrictlyAFGR64AsmRegOperands()
1132 void addStrictlyFGR64AsmRegOperands(MCInst &Inst, unsigned N) const { in addStrictlyFGR64AsmRegOperands()
1137 void addFGR64AsmRegOperands(MCInst &Inst, unsigned N) const { in addFGR64AsmRegOperands()
1142 void addFGR32AsmRegOperands(MCInst &Inst, unsigned N) const { in addFGR32AsmRegOperands()
1153 void addStrictlyFGR32AsmRegOperands(MCInst &Inst, unsigned N) const { in addStrictlyFGR32AsmRegOperands()
1162 void addFCCAsmRegOperands(MCInst &Inst, unsigned N) const { in addFCCAsmRegOperands()
1167 void addMSA128AsmRegOperands(MCInst &Inst, unsigned N) const { in addMSA128AsmRegOperands()
1172 void addMSACtrlAsmRegOperands(MCInst &Inst, unsigned N) const { in addMSACtrlAsmRegOperands()
1177 void addCOP0AsmRegOperands(MCInst &Inst, unsigned N) const { in addCOP0AsmRegOperands()
1182 void addCOP2AsmRegOperands(MCInst &Inst, unsigned N) const { in addCOP2AsmRegOperands()
1187 void addCOP3AsmRegOperands(MCInst &Inst, unsigned N) const { in addCOP3AsmRegOperands()
1192 void addACC64DSPAsmRegOperands(MCInst &Inst, unsigned N) const { in addACC64DSPAsmRegOperands()
1197 void addHI32DSPAsmRegOperands(MCInst &Inst, unsigned N) const { in addHI32DSPAsmRegOperands()
1202 void addLO32DSPAsmRegOperands(MCInst &Inst, unsigned N) const { in addLO32DSPAsmRegOperands()
1207 void addCCRAsmRegOperands(MCInst &Inst, unsigned N) const { in addCCRAsmRegOperands()
1212 void addHWRegsAsmRegOperands(MCInst &Inst, unsigned N) const { in addHWRegsAsmRegOperands()
1218 void addConstantUImmOperands(MCInst &Inst, unsigned N) const { in addConstantUImmOperands()
1228 void addSImmOperands(MCInst &Inst, unsigned N) const { in addSImmOperands()
1237 void addUImmOperands(MCInst &Inst, unsigned N) const { in addUImmOperands()
1246 void addConstantSImmOperands(MCInst &Inst, unsigned N) const { in addConstantSImmOperands()
1255 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands()
1261 void addMemOperands(MCInst &Inst, unsigned N) const { in addMemOperands()
1272 void addMicroMipsMemOperands(MCInst &Inst, unsigned N) const { in addMicroMipsMemOperands()
1281 void addRegListOperands(MCInst &Inst, unsigned N) const { in addRegListOperands()
1756 static bool hasShortDelaySlot(MCInst &Inst) { in hasShortDelaySlot()
1836 static bool needsExpandMemInst(MCInst &Inst, const MCInstrDesc &MCID) { in needsExpandMemInst()
1868 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction()
2382 MipsAsmParser::tryExpandInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in tryExpandInstruction()
2644 bool MipsAsmParser::expandJalWithRegs(MCInst &Inst, SMLoc IDLoc, in expandJalWithRegs()
2871 bool MipsAsmParser::expandLoadImm(MCInst &Inst, bool Is32BitImm, SMLoc IDLoc, in expandLoadImm()
3349 bool MipsAsmParser::emitLoongson2FBTBFlush(MCInst &Inst, in emitLoongson2FBTBFlush()
3400 bool MipsAsmParser::expandLoadSingleImmToGPR(MCInst &Inst, SMLoc IDLoc, in expandLoadSingleImmToGPR()
3416 bool MipsAsmParser::expandLoadSingleImmToFPR(MCInst &Inst, SMLoc IDLoc, in expandLoadSingleImmToFPR()
3470 bool MipsAsmParser::expandLoadDoubleImmToGPR(MCInst &Inst, SMLoc IDLoc, in expandLoadDoubleImmToGPR()
3535 bool MipsAsmParser::expandLoadDoubleImmToFPR(MCInst &Inst, bool Is64FPU, in expandLoadDoubleImmToFPR()
3608 bool MipsAsmParser::expandUncondBranchMMPseudo(MCInst &Inst, SMLoc IDLoc, in expandUncondBranchMMPseudo()
3653 bool MipsAsmParser::expandBranchImm(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandBranchImm()
3719 void MipsAsmParser::expandMem16Inst(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandMem16Inst()
3846 void MipsAsmParser::expandMem9Inst(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandMem9Inst()
3904 bool MipsAsmParser::expandLoadStoreMultiple(MCInst &Inst, SMLoc IDLoc, in expandLoadStoreMultiple()
3933 bool MipsAsmParser::expandCondBranches(MCInst &Inst, SMLoc IDLoc, in expandCondBranches()
4204 bool MipsAsmParser::expandDivRem(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandDivRem()
4375 bool MipsAsmParser::expandTrunc(MCInst &Inst, bool IsDouble, bool Is64FPU, in expandTrunc()
4414 bool MipsAsmParser::expandUlh(MCInst &Inst, bool Signed, SMLoc IDLoc, in expandUlh()
4466 bool MipsAsmParser::expandUsh(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandUsh()
4517 bool MipsAsmParser::expandUxw(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandUxw()
4572 bool MipsAsmParser::expandSge(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandSge()
4606 bool MipsAsmParser::expandSgeImm(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandSgeImm()
4662 bool MipsAsmParser::expandSgtImm(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandSgtImm()
4709 bool MipsAsmParser::expandSle(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandSle()
4743 bool MipsAsmParser::expandSleImm(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandSleImm()
4791 bool MipsAsmParser::expandAliasImmediate(MCInst &Inst, SMLoc IDLoc, in expandAliasImmediate()
4898 bool MipsAsmParser::expandRotation(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandRotation()
4960 bool MipsAsmParser::expandRotationImm(MCInst &Inst, SMLoc IDLoc, in expandRotationImm()
5023 bool MipsAsmParser::expandDRotation(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandDRotation()
5085 bool MipsAsmParser::expandDRotationImm(MCInst &Inst, SMLoc IDLoc, in expandDRotationImm()
5180 bool MipsAsmParser::expandAbs(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandAbs()
5196 bool MipsAsmParser::expandMulImm(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandMulImm()
5219 bool MipsAsmParser::expandMulO(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandMulO()
5261 bool MipsAsmParser::expandMulOU(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandMulOU()
5297 bool MipsAsmParser::expandDMULMacro(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandDMULMacro()
5315 bool MipsAsmParser::expandLoadStoreDMacro(MCInst &Inst, SMLoc IDLoc, in expandLoadStoreDMacro()
5363 bool MipsAsmParser::expandStoreDM1Macro(MCInst &Inst, SMLoc IDLoc, in expandStoreDM1Macro()
5400 bool MipsAsmParser::expandSeq(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandSeq()
5426 bool MipsAsmParser::expandSeqI(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandSeqI()
5480 bool MipsAsmParser::expandSne(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandSne()
5507 bool MipsAsmParser::expandSneI(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandSneI()
5565 static unsigned getRegisterForMxtrDSP(MCInst &Inst, bool IsMFDSP) { in getRegisterForMxtrDSP()
5619 static unsigned getRegisterForMxtrFP(MCInst &Inst, bool IsMFTC1) { in getRegisterForMxtrFP()
5658 static unsigned getRegisterForMxtrC0(MCInst &Inst, bool IsMFTC0) { in getRegisterForMxtrC0()
5698 bool MipsAsmParser::expandMXTRAlias(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandMXTRAlias()
5768 bool MipsAsmParser::expandSaaAddr(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandSaaAddr()
5802 MipsAsmParser::checkEarlyTargetMatchPredicate(MCInst &Inst, in checkEarlyTargetMatchPredicate()
5816 unsigned MipsAsmParser::checkTargetMatchPredicate(MCInst &Inst) { in checkTargetMatchPredicate()
5972 MCInst Inst; in MatchAndEmitInstruction() local
6180 void MipsAsmParser::ConvertXWPOperands(MCInst &Inst, in ConvertXWPOperands()