Searched refs:instMatch (Results 1 – 1 of 1) sorted by relevance
1280 struct instruction_pattern instMatch; in Parse_InstructionSequence() local1344 instMatch = MatchInstruction(token); in Parse_InstructionSequence()1345 if (instMatch.opcode >= MAX_OPCODE) { in Parse_InstructionSequence()1350 inst->Opcode = instMatch.opcode; in Parse_InstructionSequence()1351 inst->Precision = instMatch.suffixes & (_R | _H | _X); in Parse_InstructionSequence()1352 inst->SaturateMode = (instMatch.suffixes & (_S)) in Parse_InstructionSequence()1354 inst->CondUpdate = (instMatch.suffixes & (_C)) ? GL_TRUE : GL_FALSE; in Parse_InstructionSequence()1359 if (instMatch.outputs == OUTPUT_S || instMatch.outputs == OUTPUT_V) { in Parse_InstructionSequence()1365 else if (instMatch.outputs == OUTPUT_NONE) { in Parse_InstructionSequence()1366 if (instMatch.opcode == OPCODE_KIL_NV) { in Parse_InstructionSequence()[all …]