Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu.cpp494 int jip; in brw_label_assembly() local
496 jip = brw_inst_jip(devinfo, inst); in brw_label_assembly()
498 jip = brw_inst_gfx6_jump_count(devinfo, inst); in brw_label_assembly()
501 brw_create_label(&root_label, offset + jip * to_bytes_scale, mem_ctx); in brw_label_assembly()
Dbrw_disasm.c1961 int jip; in brw_disassemble_inst() local
1963 jip = brw_inst_jip(devinfo, inst); in brw_disassemble_inst()
1965 jip = brw_inst_gfx6_jump_count(devinfo, inst); in brw_disassemble_inst()
1970 write_label(file, devinfo, root_label, offset, jip); in brw_disassemble_inst()
Dbrw_eu_emit.c2894 int jip = devinfo->ver == 6 ? brw_inst_gfx6_jump_count(devinfo, insn) in while_jumps_before_offset() local
2896 assert(jip < 0); in while_jumps_before_offset()
2897 return while_offset + jip * scale <= start_offset; in while_jumps_before_offset()