Lines Matching defs:Opcode
187 bool isSALU(uint16_t Opcode) const { in isSALU()
195 bool isVALU(uint16_t Opcode) const { in isVALU()
203 bool isVMEM(uint16_t Opcode) const { in isVMEM()
211 bool isSOP1(uint16_t Opcode) const { in isSOP1()
219 bool isSOP2(uint16_t Opcode) const { in isSOP2()
227 bool isSOPC(uint16_t Opcode) const { in isSOPC()
235 bool isSOPK(uint16_t Opcode) const { in isSOPK()
243 bool isSOPP(uint16_t Opcode) const { in isSOPP()
251 bool isVOP1(uint16_t Opcode) const { in isVOP1()
259 bool isVOP2(uint16_t Opcode) const { in isVOP2()
267 bool isVOP3(uint16_t Opcode) const { in isVOP3()
275 bool isVOPC(uint16_t Opcode) const { in isVOPC()
283 bool isMUBUF(uint16_t Opcode) const { in isMUBUF()
291 bool isMTBUF(uint16_t Opcode) const { in isMTBUF()
299 bool isSMRD(uint16_t Opcode) const { in isSMRD()
307 bool isDS(uint16_t Opcode) const { in isDS()
315 bool isMIMG(uint16_t Opcode) const { in isMIMG()
323 bool isGather4(uint16_t Opcode) const { in isGather4()
331 bool isFLAT(uint16_t Opcode) const { in isFLAT()
339 bool isWQM(uint16_t Opcode) const { in isWQM()
347 bool isVGPRSpill(uint16_t Opcode) const { in isVGPRSpill()
355 bool isDPP(uint16_t Opcode) const { in isDPP()
415 unsigned getOpSize(uint16_t Opcode, unsigned OpNo) const { in getOpSize()
526 const MCInstrDesc &getMCOpcodeFromPseudo(unsigned Opcode) const { in getMCOpcodeFromPseudo()