Home
last modified time | relevance | path

Searched refs:jump_pc (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dtranslate.c178 target_ulong jump_pc[2]; member
1011 TCGv npc0 = tcg_constant_tl(dc->jump_pc[0]); in gen_generic_branch()
1012 TCGv npc1 = tcg_constant_tl(dc->jump_pc[1]); in gen_generic_branch()
2541 gen_goto_tb(dc, 1, dc->jump_pc[1], dc->jump_pc[1] + 4); in advance_pc()
2545 gen_goto_tb(dc, 0, dc->jump_pc[0], dc->jump_pc[0] + 4); in advance_pc()
2629 dc->jump_pc[0] = dest; in advance_jump_cond()
2630 dc->jump_pc[1] = npc + 4; in advance_jump_cond()
5687 assert(dc->jump_pc[1] == dc->pc + 4); in sparc_tr_insn_start()
5688 npc = dc->jump_pc[0] | JUMP_PC; in sparc_tr_insn_start()