Searched refs:instruction_opcode (Results 1 – 4 of 4) sorted by relevance
167 auto instruction_opcode = instruction.opcode(); in IsInstructionSuitable() local170 switch (instruction_opcode) { in IsInstructionSuitable()203 switch (instruction_opcode) { in IsInstructionSuitable()
3318 static inline int instruction_opcode(struct brw_program_instruction *insn) in instruction_opcode() function3336 if (instruction_opcode(insn) == BRW_OPCODE_JMPI) in branch_offset()3346 (instruction_opcode(insn) == BRW_OPCODE_JMPI)) in branch_offset()3359 assert(instruction_opcode(insn) != BRW_OPCODE_JMPI); in set_branch_two_offsets()3380 if (instruction_opcode(insn) == BRW_OPCODE_JMPI) in set_branch_one_offset()3385 if ((instruction_opcode(insn) == BRW_OPCODE_CALL) || in set_branch_one_offset()3386 (instruction_opcode(insn) == BRW_OPCODE_JMPI)) in set_branch_one_offset()3393 if (instruction_opcode(insn) == BRW_OPCODE_ELSE) in set_branch_one_offset()