Searched refs:op_index (Results 1 - 1 of 1) sorted by relevance
/vbox/src/recompiler/tcg/ |
H A D | tcg.c | 1198 int i, op_index, nb_args, nb_iargs, nb_oargs, arg, nb_ops; local 1215 op_index = nb_ops - 1; 1216 while (op_index >= 0) { 1217 op = gen_opc_buf[op_index]; 1239 tcg_set_nop(s, gen_opc_buf + op_index, 1266 s->op_dead_iargs[op_index] = dead_iargs; 1305 tcg_set_nop(s, gen_opc_buf + op_index, args, def->nb_args); 1335 s->op_dead_iargs[op_index] = dead_iargs; 1339 op_index--; 2009 int op_index; local [all...] |
Completed in 340 milliseconds