Lines Matching refs:Opcode
48 MachineInstr *Inst, unsigned Opcode) const;
51 MachineInstr *Inst, unsigned Opcode) const;
84 unsigned commuteOpcode(unsigned Opcode) const;
99 bool isMov(unsigned Opcode) const override;
102 bool isDS(uint16_t Opcode) const;
103 int isMIMG(uint16_t Opcode) const;
104 int isSMRD(uint16_t Opcode) const;
105 bool isVOP1(uint16_t Opcode) const;
106 bool isVOP2(uint16_t Opcode) const;
107 bool isVOP3(uint16_t Opcode) const;
108 bool isVOPC(uint16_t Opcode) const;
182 int getVOPe64(uint16_t Opcode);
183 int getCommuteRev(uint16_t Opcode);
184 int getCommuteOrig(uint16_t Opcode);
185 int getMCOpcode(uint16_t Opcode, unsigned Gen);