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

Lines Matching refs:lj

9549     int j, lj;
9585 lj = -1;
9670 if (lj < j) {
9671 lj++;
9672 while (lj < j)
9673 gen_opc_instr_start[lj++] = 0;
9675 gen_opc_pc[lj] = dc->pc;
9676 gen_opc_condexec_bits[lj] = (dc->condexec_cond << 4) | (dc->condexec_mask >> 1);
9677 gen_opc_instr_start[lj] = 1;
9678 gen_opc_icount[lj] = num_insns;
9818 lj++;
9819 while (lj <= j)
9820 gen_opc_instr_start[lj++] = 0;