Lines Matching defs:Opcode
142 bool isSALU(uint16_t Opcode) const { in isSALU()
146 bool isVALU(uint16_t Opcode) const { in isVALU()
150 bool isSOP1(uint16_t Opcode) const { in isSOP1()
154 bool isSOP2(uint16_t Opcode) const { in isSOP2()
158 bool isSOPC(uint16_t Opcode) const { in isSOPC()
162 bool isSOPK(uint16_t Opcode) const { in isSOPK()
166 bool isSOPP(uint16_t Opcode) const { in isSOPP()
170 bool isVOP1(uint16_t Opcode) const { in isVOP1()
174 bool isVOP2(uint16_t Opcode) const { in isVOP2()
178 bool isVOP3(uint16_t Opcode) const { in isVOP3()
182 bool isVOPC(uint16_t Opcode) const { in isVOPC()
186 bool isMUBUF(uint16_t Opcode) const { in isMUBUF()
190 bool isMTBUF(uint16_t Opcode) const { in isMTBUF()
194 bool isSMRD(uint16_t Opcode) const { in isSMRD()
198 bool isDS(uint16_t Opcode) const { in isDS()
202 bool isMIMG(uint16_t Opcode) const { in isMIMG()
206 bool isFLAT(uint16_t Opcode) const { in isFLAT()
210 bool isWQM(uint16_t Opcode) const { in isWQM()
254 unsigned getOpSize(uint16_t Opcode, unsigned OpNo) const { in getOpSize()