Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu_compact.c1423 int jump_count_compacted = brw_inst_gen4_jump_count(devinfo, insn) << shift; in update_gen4_jump_count() local
1425 int target_old_ip = this_old_ip + (jump_count_compacted / 2); in update_gen4_jump_count()
1430 jump_count_compacted -= (target_compacted_count - this_compacted_count); in update_gen4_jump_count()
1431 brw_inst_set_gen4_jump_count(devinfo, insn, jump_count_compacted >> shift); in update_gen4_jump_count()
1610 int jump_count_compacted = brw_inst_gen6_jump_count(devinfo, insn); in brw_compact_instructions() local
1612 int target_old_ip = this_old_ip + (jump_count_compacted / 2); in brw_compact_instructions()
1614 jump_count_compacted -= (target_compacted_count - this_compacted_count); in brw_compact_instructions()
1615 brw_inst_set_gen6_jump_count(devinfo, insn, jump_count_compacted); in brw_compact_instructions()