Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu_compact.c1635 int jump_compacted = brw_inst_imm_d(devinfo, insn) >> shift; in brw_compact_instructions() local
1637 int target_old_ip = this_old_ip + (jump_compacted / 2); in brw_compact_instructions()
1639 jump_compacted -= (target_compacted_count - this_compacted_count); in brw_compact_instructions()
1640 brw_inst_set_imm_ud(devinfo, insn, jump_compacted << shift); in brw_compact_instructions()