Lines Matching defs:Opcode
158 bool isSALU(uint16_t Opcode) const { in isSALU()
166 bool isVALU(uint16_t Opcode) const { in isVALU()
174 bool isSOP1(uint16_t Opcode) const { in isSOP1()
182 bool isSOP2(uint16_t Opcode) const { in isSOP2()
190 bool isSOPC(uint16_t Opcode) const { in isSOPC()
198 bool isSOPK(uint16_t Opcode) const { in isSOPK()
206 bool isSOPP(uint16_t Opcode) const { in isSOPP()
214 bool isVOP1(uint16_t Opcode) const { in isVOP1()
222 bool isVOP2(uint16_t Opcode) const { in isVOP2()
230 bool isVOP3(uint16_t Opcode) const { in isVOP3()
238 bool isVOPC(uint16_t Opcode) const { in isVOPC()
246 bool isMUBUF(uint16_t Opcode) const { in isMUBUF()
254 bool isMTBUF(uint16_t Opcode) const { in isMTBUF()
262 bool isSMRD(uint16_t Opcode) const { in isSMRD()
270 bool isDS(uint16_t Opcode) const { in isDS()
278 bool isMIMG(uint16_t Opcode) const { in isMIMG()
286 bool isFLAT(uint16_t Opcode) const { in isFLAT()
294 bool isWQM(uint16_t Opcode) const { in isWQM()
302 bool isVGPRSpill(uint16_t Opcode) const { in isVGPRSpill()
346 unsigned getOpSize(uint16_t Opcode, unsigned OpNo) const { in getOpSize()