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

Lines Matching refs:tcg_ctx

9705     gen_opc_end = tcg_ctx.gen_opc_buf + OPC_MAX_SIZE;
9812 j = tcg_ctx.gen_opc_ptr - tcg_ctx.gen_opc_buf;
9816 tcg_ctx.gen_opc_instr_start[lj++] = 0;
9818 tcg_ctx.gen_opc_pc[lj] = dc->pc;
9820 tcg_ctx.gen_opc_instr_start[lj] = 1;
9821 tcg_ctx.gen_opc_icount[lj] = num_insns;
9859 } while (!dc->is_jmp && tcg_ctx.gen_opc_ptr < gen_opc_end &&
9947 *tcg_ctx.gen_opc_ptr = INDEX_op_end;
9958 j = tcg_ctx.gen_opc_ptr - tcg_ctx.gen_opc_buf;
9961 tcg_ctx.gen_opc_instr_start[lj++] = 0;
10038 env->regs[15] = tcg_ctx.gen_opc_pc[pc_pos];