Searched defs:lj (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dtranslate.c8153 int j, lj; local
8242 lj = -1;
8261 if (lj < j) {
8262 lj++;
8263 while (lj < j)
8264 gen_opc_instr_start[lj++] = 0;
8266 gen_opc_pc[lj] = pc_ptr;
8267 gen_opc_cc_op[lj] = dc->cc_op;
8268 gen_opc_instr_start[lj] = 1;
8269 gen_opc_icount[lj]
[all...]

Completed in 67 milliseconds