Home
last modified time | relevance | path

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

/openbmc/qemu/target/microblaze/
H A Dtranslate.c1047 static bool do_branch(DisasContext *dc, int dest_rb, int dest_imm, in do_branch() argument
1056 setup_dslot(dc, dest_rb < 0); in do_branch()
1065 if (dest_rb > 0) { in do_branch()
1067 tcg_gen_addi_i32(cpu_btarget, cpu_R[dest_rb], add_pc); in do_branch()
1089 static bool do_bcc(DisasContext *dc, int dest_rb, int dest_imm, in DO_BR()
1098 setup_dslot(dc, dest_rb < 0); in DO_BR()
1107 if (dest_rb > 0) { in DO_BR()
1109 tcg_gen_addi_i32(cpu_btarget, cpu_R[dest_rb], dc->base.pc_next); in DO_BR()