Home
last modified time | relevance | path

Searched refs:jump_compacted (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_compact.c2637 int jump_compacted = brw_inst_imm_d(devinfo, insn) >> shift; in brw_compact_instructions() local
2639 int target_old_ip = this_old_ip + (jump_compacted / 2); in brw_compact_instructions()
2641 jump_compacted -= (target_compacted_count - this_compacted_count); in brw_compact_instructions()
2642 brw_inst_set_imm_ud(devinfo, insn, jump_compacted << shift); in brw_compact_instructions()