Home
last modified time | relevance | path

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

/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_branch.c.inc39 tcg_gen_brcond_tl(cond, src1, src2, l);
H A Dtrans_atomic.c.inc32 tcg_gen_brcond_tl(TCG_COND_EQ, t0, cpu_lladdr, l1);
/openbmc/qemu/include/tcg/
H A Dtcg-op.h197 #define tcg_gen_brcond_tl tcg_gen_brcond_i64 macro
317 #define tcg_gen_brcond_tl tcg_gen_brcond_i32
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rva.c.inc66 tcg_gen_brcond_tl(TCG_COND_NE, load_res, src1, l1);
H A Dtrans_rvi.c.inc177 tcg_gen_brcond_tl(cond, src1, src2, l);
H A Dtrans_rvv.c.inc3308 tcg_gen_brcond_tl(TCG_COND_GEU, cpu_vstart, cpu_vl, over);
3368 tcg_gen_brcond_tl(TCG_COND_GEU, cpu_vstart, cpu_vl, over);
/openbmc/qemu/target/hexagon/
H A Dgenptr.c358 tcg_gen_brcond_tl(TCG_COND_NE, vaddr, hex_llsc_addr, fail); in gen_store_conditional4()
383 tcg_gen_brcond_tl(TCG_COND_NE, vaddr, hex_llsc_addr, fail); in gen_store_conditional8()
/openbmc/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc1029 tcg_gen_brcond_tl(TCG_COND_NE, taddr, lladdr, lab_fail);
2392 tcg_gen_brcond_tl(tcg_invert_cond(cond), t0, t1, fs);
2510 tcg_gen_brcond_tl(tcg_invert_cond(TCG_COND_GEU), t0, t1, fs);
2522 tcg_gen_brcond_tl(tcg_invert_cond(TCG_COND_LTU), t0, t1, fs);
2534 tcg_gen_brcond_tl(tcg_invert_cond(TCG_COND_GE), t0, t1, fs);
2546 tcg_gen_brcond_tl(tcg_invert_cond(TCG_COND_LT), t0, t1, fs);
H A Dtranslate.c2255 tcg_gen_brcond_tl(TCG_COND_EQ, addr, cpu_lladdr, l1); in gen_st_cond()
4521 tcg_gen_brcond_tl(TCG_COND_NE, t0, t1, l1); in gen_trap()
4525 tcg_gen_brcond_tl(TCG_COND_LT, t0, t1, l1); in gen_trap()
4529 tcg_gen_brcond_tl(TCG_COND_LTU, t0, t1, l1); in gen_trap()
4533 tcg_gen_brcond_tl(TCG_COND_GE, t0, t1, l1); in gen_trap()
4537 tcg_gen_brcond_tl(TCG_COND_GEU, t0, t1, l1); in gen_trap()
4541 tcg_gen_brcond_tl(TCG_COND_EQ, t0, t1, l1); in gen_trap()
11318 tcg_gen_brcond_tl(tcg_invert_cond(TCG_COND_GEU), t0, t1, fs); in gen_compute_compact_branch()
11330 tcg_gen_brcond_tl(tcg_invert_cond(TCG_COND_LTU), t0, t1, fs); in gen_compute_compact_branch()
11342 tcg_gen_brcond_tl(tcg_invert_cond(TCG_COND_GE), t0, t1, fs); in gen_compute_compact_branch()
[all …]
H A Dmxu_translate.c3717 tcg_gen_brcond_tl(TCG_COND_GE, t2, t4, l_xra_only); in gen_mxu_s32extrv()
/openbmc/qemu/target/ppc/translate/
H A Dspe-impl.c.inc270 tcg_gen_brcond_tl(tcg_cond, cpu_gpr[rA(ctx->opcode)], \
278 tcg_gen_brcond_tl(tcg_cond, cpu_gprh[rA(ctx->opcode)], \
/openbmc/qemu/target/microblaze/
H A Dtranslate.c1007 tcg_gen_brcond_tl(TCG_COND_NE, cpu_res_addr, addr, swx_fail); in trans_swx()
/openbmc/qemu/target/openrisc/
H A Dtranslate.c712 tcg_gen_brcond_tl(TCG_COND_NE, ea, cpu_lock_addr, lab_fail); in trans_l_swa()
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c1155 tcg_gen_brcond_tl(cc.cond, cc.reg, cc.reg2, l1); in gen_jcc1_noeob()
1171 tcg_gen_brcond_tl(cc.cond, cc.reg, cc.reg2, l1); in gen_jcc1()
H A Demit.c.inc1570 tcg_gen_brcond_tl(TCG_COND_EQ, oldv, s->cc_srcT, label_bottom);
1573 tcg_gen_brcond_tl(cond, cmp_lhs, cmp_rhs, label_top);
2472 tcg_gen_brcond_tl(TCG_COND_NE, oldv, cmpv, label1);
/openbmc/qemu/target/avr/
H A Dtranslate.c2712 tcg_gen_brcond_tl(ctx->skip_cond, ctx->skip_var0, in avr_tr_translate_insn()
/openbmc/qemu/target/ppc/
H A Dtranslate.c3181 tcg_gen_brcond_tl(TCG_COND_NE, EA, cpu_reserve, lfail); in gen_conditional_store()
3264 tcg_gen_brcond_tl(TCG_COND_NE, EA, cpu_reserve, lfail); in gen_stqcx_()
4880 tcg_gen_brcond_tl(TCG_COND_GEU, t0, t1, l1); in gen_405_mulladd_insn()
/openbmc/qemu/target/tricore/
H A Dtranslate.c2850 tcg_gen_brcond_tl(cond, r1, r2, jumpLabel); in gen_branch_cond()