Lines Matching defs:opcode
45 * \param[in] opcode The opcode of the instruction to be counted.
46 * \return The number of times "opcode" is present, or 0 on error.
49 enum rogue_opcode opcode)
53 ASSERT_OPCODE_RANGE(opcode);
56 if (instr->opcode == opcode)
98 * \param[in] opcode The instruction opcode.
102 enum rogue_opcode opcode)
104 struct rogue_instr *instr = rogue_instr_create(shader, opcode);