Searched refs:brw_inst_set_jip (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/intel/tools/ |
H A D | i965_asm.c | 154 brw_inst_set_jip(p->devinfo, inst, relative_offset); in i965_postprocess_labels() 162 brw_inst_set_jip(p->devinfo, inst, relative_offset); in i965_postprocess_labels()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_eu_emit.c | 1444 brw_inst_set_jip(devinfo, insn, 0); in brw_IF() 1450 brw_inst_set_jip(devinfo, insn, 0); in brw_IF() 1581 brw_inst_set_jip(devinfo, if_inst, br * (endif_inst - if_inst)); in patch_IF_ELSE() 1610 brw_inst_set_jip(devinfo, if_inst, br * (else_inst - if_inst + 1)); in patch_IF_ELSE() 1613 brw_inst_set_jip(devinfo, else_inst, br * (endif_inst - else_inst)); in patch_IF_ELSE() 1645 brw_inst_set_jip(devinfo, insn, 0); in brw_ELSE() 1651 brw_inst_set_jip(devinfo, insn, 0); in brw_ELSE() 1739 brw_inst_set_jip(devinfo, insn, 2); in brw_ENDIF() 1914 brw_inst_set_jip(devinfo, insn, br * (do_insn - insn)); in brw_WHILE() 1919 brw_inst_set_jip(devinf in brw_WHILE() [all...] |
H A D | brw_inst.h | 562 brw_inst_set_jip(const struct intel_device_info *devinfo, in brw_inst_set_jip() function
|
H A D | brw_eu_compact.c | 2355 brw_inst_set_jip(devinfo, insn, jip_compacted << shift); in update_uip_jip()
|
H A D | brw_fs_generator.cpp | 247 brw_inst_set_jip(p->devinfo, last_halt, 1 * scale); in patch_halt_jumps()
|
Completed in 14 milliseconds