Searched refs:jip (Results 1 – 3 of 3) sorted by relevance
351 int jip, uip; in patch_if_else_jip() local355 jip = 0; in patch_if_else_jip()369 if (!jip) in patch_if_else_jip()370 jip = uip; in patch_if_else_jip()378 jip = (dist + 1) * 2; in patch_if_else_jip()381 uip = jip; in patch_if_else_jip()396 inst->src[1] = tsrc_imm_d(jip * 8); in patch_if_else_jip()401 inst->src[1] = tsrc_imm_d(uip << 16 | jip); in patch_if_else_jip()403 inst->dst = tdst_imm_w(jip); in patch_if_else_jip()451 int nest_level, dist, jip, uip; in patch_break_continue_jip() local[all …]
118 int16_t jip; member123 int32_t jip; member1883 const int32_t jip = (ilo_dev_gen(inst->dev) >= ILO_GEN(8)) ? in disasm_printer_print_inst() local1884 inst->u.ip32.jip : inst->u.ip16.jip; in disasm_printer_print_inst()1887 disasm_printer_add(printer, "JIP: %d", jip); in disasm_printer_print_inst()
2670 int jip = devinfo->gen == 6 ? brw_inst_gen6_jump_count(devinfo, insn) in while_jumps_before_offset() local2672 return while_offset + jip * scale <= start_offset; in while_jumps_before_offset()