Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_eu_compact.c1541 int jump_compacted = brw_inst_imm_d(devinfo, insn) >> shift; in brw_compact_instructions() local
1543 int target_old_ip = this_old_ip + (jump_compacted / 2); in brw_compact_instructions()
1545 jump_compacted -= (target_compacted_count - this_compacted_count); in brw_compact_instructions()
1546 brw_inst_set_imm_ud(devinfo, insn, jump_compacted << shift); in brw_compact_instructions()