Home | History | Annotate | Download | only in target-i386

Lines Matching defs:lj

7775     int j, lj;
7850 lj = -1;
7869 if (lj < j) {
7870 lj++;
7871 while (lj < j)
7872 tcg_ctx.gen_opc_instr_start[lj++] = 0;
7874 tcg_ctx.gen_opc_pc[lj] = pc_ptr;
7875 gen_opc_cc_op[lj] = dc->cc_op;
7876 tcg_ctx.gen_opc_instr_start[lj] = 1;
7877 tcg_ctx.gen_opc_icount[lj] = num_insns;
7927 lj++;
7928 while (lj <= j)
7929 tcg_ctx.gen_opc_instr_start[lj++] = 0;