Searched refs:jmp_insn (Results 1 – 2 of 2) sorted by relevance
1703 struct brw_instruction *jmp_insn = &p->store[jmp_insn_idx]; in brw_land_fwd_jump() local1709 assert(jmp_insn->header.opcode == BRW_OPCODE_JMPI); in brw_land_fwd_jump()1710 assert(jmp_insn->bits1.da1.src1_reg_file == BRW_IMMEDIATE_VALUE); in brw_land_fwd_jump()1712 jmp_insn->bits3.ud = jmpi * (p->nr_insn - jmp_insn_idx - 1); in brw_land_fwd_jump()
1943 brw_inst *jmp_insn = &p->store[jmp_insn_idx]; in brw_land_fwd_jump() local1949 assert(brw_inst_opcode(devinfo, jmp_insn) == BRW_OPCODE_JMPI); in brw_land_fwd_jump()1950 assert(brw_inst_src1_reg_file(devinfo, jmp_insn) == BRW_IMMEDIATE_VALUE); in brw_land_fwd_jump()1952 brw_inst_set_gen4_jump_count(devinfo, jmp_insn, in brw_land_fwd_jump()