HomeSort by: relevance | last modified time | path
    Searched refs:jump_count_compacted (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_eu_compact.c 1461 int jump_count_compacted = brw_inst_gen4_jump_count(devinfo, insn) << shift; local
1463 int target_old_ip = this_old_ip + (jump_count_compacted / 2);
1468 jump_count_compacted -= (target_compacted_count - this_compacted_count);
1469 brw_inst_set_gen4_jump_count(devinfo, insn, jump_count_compacted >> shift);
1655 int jump_count_compacted = brw_inst_gen6_jump_count(devinfo, insn); local
1657 int target_old_ip = this_old_ip + (jump_count_compacted / 2);
1659 jump_count_compacted -= (target_compacted_count - this_compacted_count);
1660 brw_inst_set_gen6_jump_count(devinfo, insn, jump_count_compacted);
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_eu_compact.c 2350 int jump_count_compacted = brw_inst_gfx4_jump_count(devinfo, insn) << shift; local
2352 int target_old_ip = this_old_ip + (jump_count_compacted / 2);
2357 jump_count_compacted -= (target_compacted_count - this_compacted_count);
2358 brw_inst_set_gfx4_jump_count(devinfo, insn, jump_count_compacted >> shift);
2572 int jump_count_compacted = brw_inst_gfx6_jump_count(devinfo, insn); local
2574 int target_old_ip = this_old_ip + (jump_count_compacted / 2);
2576 jump_count_compacted -= (target_compacted_count - this_compacted_count);
2577 brw_inst_set_gfx6_jump_count(devinfo, insn, jump_count_compacted);

Completed in 9 milliseconds