Lines Matching defs:Opcode
355 bool isSALU(uint16_t Opcode) const { in isSALU()
363 bool isVALU(uint16_t Opcode) const { in isVALU()
371 bool isVMEM(uint16_t Opcode) const { in isVMEM()
379 bool isSOP1(uint16_t Opcode) const { in isSOP1()
387 bool isSOP2(uint16_t Opcode) const { in isSOP2()
395 bool isSOPC(uint16_t Opcode) const { in isSOPC()
403 bool isSOPK(uint16_t Opcode) const { in isSOPK()
411 bool isSOPP(uint16_t Opcode) const { in isSOPP()
419 bool isPacked(uint16_t Opcode) const { in isPacked()
427 bool isVOP1(uint16_t Opcode) const { in isVOP1()
435 bool isVOP2(uint16_t Opcode) const { in isVOP2()
443 bool isVOP3(uint16_t Opcode) const { in isVOP3()
451 bool isSDWA(uint16_t Opcode) const { in isSDWA()
459 bool isVOPC(uint16_t Opcode) const { in isVOPC()
467 bool isMUBUF(uint16_t Opcode) const { in isMUBUF()
475 bool isMTBUF(uint16_t Opcode) const { in isMTBUF()
483 bool isSMRD(uint16_t Opcode) const { in isSMRD()
493 bool isDS(uint16_t Opcode) const { in isDS()
503 bool isMIMG(uint16_t Opcode) const { in isMIMG()
511 bool isGather4(uint16_t Opcode) const { in isGather4()
526 bool isSegmentSpecificFLAT(uint16_t Opcode) const { in isSegmentSpecificFLAT()
535 bool isFLATGlobal(uint16_t Opcode) const { in isFLATGlobal()
543 bool isFLATScratch(uint16_t Opcode) const { in isFLATScratch()
548 bool isFLAT(uint16_t Opcode) const { in isFLAT()
564 bool isEXP(uint16_t Opcode) const { in isEXP()
572 bool isAtomicNoRet(uint16_t Opcode) const { in isAtomicNoRet()
580 bool isAtomicRet(uint16_t Opcode) const { in isAtomicRet()
589 bool isAtomic(uint16_t Opcode) const { in isAtomic()
598 bool isWQM(uint16_t Opcode) const { in isWQM()
606 bool isDisableWQM(uint16_t Opcode) const { in isDisableWQM()
614 bool isVGPRSpill(uint16_t Opcode) const { in isVGPRSpill()
622 bool isSGPRSpill(uint16_t Opcode) const { in isSGPRSpill()
630 bool isDPP(uint16_t Opcode) const { in isDPP()
638 bool isTRANS(uint16_t Opcode) const { in isTRANS()
646 bool isVOP3P(uint16_t Opcode) const { in isVOP3P()
654 bool isVINTRP(uint16_t Opcode) const { in isVINTRP()
662 bool isMAI(uint16_t Opcode) const { in isMAI()
679 bool isWMMA(uint16_t Opcode) const { in isWMMA()
683 bool isDOT(uint16_t Opcode) const { in isDOT()
691 bool isLDSDIR(uint16_t Opcode) const { in isLDSDIR()
699 bool isVINTERP(uint16_t Opcode) const { in isVINTERP()
719 bool sopkIsZext(uint16_t Opcode) const { in sopkIsZext()
729 bool isScalarStore(uint16_t Opcode) const { in isScalarStore()
737 bool isFixedSize(uint16_t Opcode) const { in isFixedSize()
745 bool hasFPClamp(uint16_t Opcode) const { in hasFPClamp()
765 bool usesFPDPRounding(uint16_t Opcode) const { in usesFPDPRounding()
773 bool isFPAtomic(uint16_t Opcode) const { in isFPAtomic()
917 unsigned getOpSize(uint16_t Opcode, unsigned OpNo) const { in getOpSize()
1046 const MCInstrDesc &getMCOpcodeFromPseudo(unsigned Opcode) const { in getMCOpcodeFromPseudo()