Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu_compact.c2381 int jump_count_compacted = brw_inst_gfx4_jump_count(devinfo, insn) << shift; in update_gfx4_jump_count() local
2383 int target_old_ip = this_old_ip + (jump_count_compacted / 2); in update_gfx4_jump_count()
2388 jump_count_compacted -= (target_compacted_count - this_compacted_count); in update_gfx4_jump_count()
2389 brw_inst_set_gfx4_jump_count(devinfo, insn, jump_count_compacted >> shift); in update_gfx4_jump_count()
2612 int jump_count_compacted = brw_inst_gfx6_jump_count(devinfo, insn); in brw_compact_instructions() local
2614 int target_old_ip = this_old_ip + (jump_count_compacted / 2); in brw_compact_instructions()
2616 jump_count_compacted -= (target_compacted_count - this_compacted_count); in brw_compact_instructions()
2617 brw_inst_set_gfx6_jump_count(devinfo, insn, jump_count_compacted); in brw_compact_instructions()

Completed in 3 milliseconds