• Home
  • Raw
  • Download

Lines Matching defs:Opcode

343   bool isSALU(uint16_t Opcode) const {  in isSALU()
351 bool isVALU(uint16_t Opcode) const { in isVALU()
359 bool isVMEM(uint16_t Opcode) const { in isVMEM()
367 bool isSOP1(uint16_t Opcode) const { in isSOP1()
375 bool isSOP2(uint16_t Opcode) const { in isSOP2()
383 bool isSOPC(uint16_t Opcode) const { in isSOPC()
391 bool isSOPK(uint16_t Opcode) const { in isSOPK()
399 bool isSOPP(uint16_t Opcode) const { in isSOPP()
407 bool isPacked(uint16_t Opcode) const { in isPacked()
415 bool isVOP1(uint16_t Opcode) const { in isVOP1()
423 bool isVOP2(uint16_t Opcode) const { in isVOP2()
431 bool isVOP3(uint16_t Opcode) const { in isVOP3()
439 bool isSDWA(uint16_t Opcode) const { in isSDWA()
447 bool isVOPC(uint16_t Opcode) const { in isVOPC()
455 bool isMUBUF(uint16_t Opcode) const { in isMUBUF()
463 bool isMTBUF(uint16_t Opcode) const { in isMTBUF()
471 bool isSMRD(uint16_t Opcode) const { in isSMRD()
481 bool isDS(uint16_t Opcode) const { in isDS()
491 bool isMIMG(uint16_t Opcode) const { in isMIMG()
499 bool isGather4(uint16_t Opcode) const { in isGather4()
514 bool isSegmentSpecificFLAT(uint16_t Opcode) const { in isSegmentSpecificFLAT()
523 bool isFLATGlobal(uint16_t Opcode) const { in isFLATGlobal()
531 bool isFLATScratch(uint16_t Opcode) const { in isFLATScratch()
536 bool isFLAT(uint16_t Opcode) const { in isFLAT()
544 bool isEXP(uint16_t Opcode) const { in isEXP()
552 bool isWQM(uint16_t Opcode) const { in isWQM()
560 bool isDisableWQM(uint16_t Opcode) const { in isDisableWQM()
568 bool isVGPRSpill(uint16_t Opcode) const { in isVGPRSpill()
576 bool isSGPRSpill(uint16_t Opcode) const { in isSGPRSpill()
584 bool isDPP(uint16_t Opcode) const { in isDPP()
592 bool isTRANS(uint16_t Opcode) const { in isTRANS()
600 bool isVOP3P(uint16_t Opcode) const { in isVOP3P()
608 bool isVINTRP(uint16_t Opcode) const { in isVINTRP()
616 bool isMAI(uint16_t Opcode) const { in isMAI()
624 bool isDOT(uint16_t Opcode) const { in isDOT()
644 bool sopkIsZext(uint16_t Opcode) const { in sopkIsZext()
654 bool isScalarStore(uint16_t Opcode) const { in isScalarStore()
662 bool isFixedSize(uint16_t Opcode) const { in isFixedSize()
670 bool hasFPClamp(uint16_t Opcode) const { in hasFPClamp()
690 bool usesFPDPRounding(uint16_t Opcode) const { in usesFPDPRounding()
698 bool isFPAtomic(uint16_t Opcode) const { in isFPAtomic()
842 unsigned getOpSize(uint16_t Opcode, unsigned OpNo) const { in getOpSize()
967 const MCInstrDesc &getMCOpcodeFromPseudo(unsigned Opcode) const { in getMCOpcodeFromPseudo()