Searched refs:isGenericOpcode (Results 1 – 2 of 2) sorted by relevance
65 static bool isGenericOpcode(unsigned Opc) { in isGenericOpcode() function
1572 if (!isGenericOpcode(Opcode) && !isSALU(Opcode) && !isSMRD(Opcode)) { in verifyInstruction()