Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dtranslate.c173 target_ulong jump_pc[2]; member
1005 TCGv npc0 = tcg_constant_tl(dc->jump_pc[0]); in gen_generic_branch()
1006 TCGv npc1 = tcg_constant_tl(dc->jump_pc[1]); in gen_generic_branch()
2551 gen_goto_tb(dc, 1, dc->jump_pc[1], dc->jump_pc[1] + 4); in advance_pc()
2555 gen_goto_tb(dc, 0, dc->jump_pc[0], dc->jump_pc[0] + 4); in advance_pc()
2639 dc->jump_pc[0] = dest; in advance_jump_cond()
2640 dc->jump_pc[1] = npc + 4; in advance_jump_cond()
5716 assert(dc->jump_pc[1] == dc->pc + 4); in sparc_tr_insn_start()
5717 npc = dc->jump_pc[0] | JUMP_PC; in sparc_tr_insn_start()