Searched refs:pc_succ_insn (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 74 target_ulong pc_succ_insn; member 2851 gen_goto_tb(ctx, 1, ctx->pc_succ_insn); in gen_branch_cond() 2872 gen_goto_tb(ctx, 0, ctx->pc_succ_insn); in gen_loop() 2881 tcg_gen_movi_tl(cpu_gpr_a[11], ctx->pc_succ_insn); in gen_fcall_save_ctx() 2910 gen_helper_1arg(call, ctx->pc_succ_insn); in gen_compute_branch() 3001 gen_helper_1arg(call, ctx->pc_succ_insn); in gen_compute_branch() 3013 tcg_gen_movi_tl(cpu_gpr_a[11], ctx->pc_succ_insn); in gen_compute_branch() 3019 tcg_gen_movi_tl(cpu_gpr_a[11], ctx->pc_succ_insn); in gen_compute_branch() 6073 tcg_gen_movi_tl(cpu_gpr_a[11], ctx->pc_succ_insn); in decode_rr_idirect() 6076 gen_helper_1arg(call, ctx->pc_succ_insn); in decode_rr_idirect() [all …]
|