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

Lines Matching refs:tcg_ctx

8301     gen_opc_end = tcg_ctx.gen_opc_buf + OPC_MAX_SIZE;
8342 j = tcg_ctx.gen_opc_ptr - tcg_ctx.gen_opc_buf;
8346 tcg_ctx.gen_opc_instr_start[lj++] = 0;
8348 tcg_ctx.gen_opc_pc[lj] = ctx.pc;
8350 tcg_ctx.gen_opc_instr_start[lj] = 1;
8351 tcg_ctx.gen_opc_icount[lj] = num_insns;
8373 if (tcg_ctx.gen_opc_ptr >= gen_opc_end)
8408 *tcg_ctx.gen_opc_ptr = INDEX_op_end;
8410 j = tcg_ctx.gen_opc_ptr - tcg_ctx.gen_opc_buf;
8413 tcg_ctx.gen_opc_instr_start[lj++] = 0;
8723 env->active_tc.PC = tcg_ctx.gen_opc_pc[pc_pos];