Home
last modified time | relevance | path

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

/openbmc/qemu/target/microblaze/
H A Dtranslate.c1053 uint32_t add_pc; in do_branch() local
1067 add_pc = abs ? 0 : dc->base.pc_next; in do_branch()
1070 tcg_gen_addi_i32(cpu_btarget, cpu_R[dest_rb], add_pc); in do_branch()
1072 dc->jmp_dest = add_pc + dest_imm; in do_branch()