Searched refs:next_PC (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | translate.c | 166 gen_goto_tb(ctx, 1, ctx->next_PC, false); in gen_end_tb() 181 gen_goto_tb(ctx, 1, ctx->next_PC, false); in gen_end_tb() 192 tcg_gen_movi_tl(hex_gpr[HEX_REG_PC], ctx->next_PC); in gen_exception_end_tb() 427 target_ulong next_PC = ctx->base.pc_next + pkt->encod_pkt_size_in_bytes; in gen_start_packet() local 431 ctx->next_PC = next_PC; in gen_start_packet() 484 tcg_gen_movi_tl(hex_gpr[HEX_REG_PC], next_PC); in gen_start_packet()
|
H A D | translate.h | 33 uint32_t next_PC; member
|
H A D | genptr.c | 706 tcg_gen_movi_tl(lr, ctx->next_PC); in gen_call() 713 tcg_gen_movi_tl(lr, ctx->next_PC); in gen_callr() 726 tcg_gen_movi_tl(lr, ctx->next_PC); in gen_cond_call()
|
H A D | gen_tcg.h | 1139 tcg_gen_movi_tl(hex_gpr[HEX_REG_PC], ctx->next_PC); \
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | macros.def | 431 (thread->next_PC & (0xfffffffe)), /* behavior */ 458 if (A != thread->next_PC) { 462 thread->branched = 1; thread->branch_taken = 1; thread->next_PC = A; \
|