Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-m-nocp.c140 tcg_gen_brcondi_i32(TCG_COND_EQ, sfpa, 0, s->condlabel.label); in trans_VSCCLRM()
302 tcg_gen_brcondi_i32(tcg_invert_cond(cond), fpca, 0, label); in gen_branch_fpInactive()
H A Dtranslate.c729 tcg_gen_brcondi_i32(cmp->cond, cmp->value, 0, label); in arm_jump_cc()
815 tcg_gen_brcondi_i32(TCG_COND_GEU, cpu_R[15], min_magic, excret_label.label); in gen_bx_excret_final_code()
4585 tcg_gen_brcondi_i32(TCG_COND_EQ, t, 0, over.label); in do_coproc_insn()
8309 tcg_gen_brcondi_i32(TCG_COND_EQ, cpu_R[a->rn], 0, nextlabel.label); in trans_WLS()
8403 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 4, skipexc.label); in trans_LE()
8422 tcg_gen_brcondi_i32(TCG_COND_LEU, cpu_R[14], 1, loopend.label); in trans_LE()
8541 tcg_gen_brcondi_i32(a->nz ? TCG_COND_EQ : TCG_COND_NE, in trans_CBZ()
H A Dtranslate-sve.c2630 tcg_gen_brcondi_i32(TCG_COND_LT, last, 0, over); in do_clast_vector()
5062 tcg_gen_brcondi_i32(TCG_COND_LT, t32, 0, over); in trans_LD1R_zpri()
H A Dtranslate-a64.c362 tcg_gen_brcondi_i32(TCG_COND_LEU, tmp, 16, over_label); in check_lse2_align()
/openbmc/qemu/accel/tcg/
H A Dtranslator.c78 tcg_gen_brcondi_i32(TCG_COND_LT, count, 0, tcg_ctx->exitreq_label); in gen_tb_start()
/openbmc/qemu/target/sh4/
H A Dtranslate.c281 tcg_gen_brcondi_i32(cond_not_taken, cpu_sr_t, 0, l1); in gen_conditional_jump()
292 tcg_gen_brcondi_i32(cond_not_taken, cpu_sr_t, 0, l1); in gen_conditional_jump()
312 tcg_gen_brcondi_i32(TCG_COND_EQ, ds, 0, l1); in gen_delayed_conditional_jump()
323 tcg_gen_brcondi_i32(TCG_COND_NE, ds, 0, l1); in gen_delayed_conditional_jump()
1524 tcg_gen_brcondi_i32(TCG_COND_EQ, cpu_lock_addr, -1, fail); in _decode_opc()
/openbmc/qemu/target/ppc/translate/
H A Dspe-impl.c.inc167 tcg_gen_brcondi_i32(TCG_COND_GE, t0, 32, l1);
183 tcg_gen_brcondi_i32(TCG_COND_GE, t0, 32, l1);
199 tcg_gen_brcondi_i32(TCG_COND_GE, t0, 32, l1);
369 tcg_gen_brcondi_i32(TCG_COND_EQ, t0, 0, l1);
376 tcg_gen_brcondi_i32(TCG_COND_EQ, t0, 0, l3);
/openbmc/qemu/include/tcg/
H A Dtcg-op.h318 #define tcg_gen_brcondi_tl tcg_gen_brcondi_i32
H A Dtcg-op-common.h123 void tcg_gen_brcondi_i32(TCGCond cond, TCGv_i32 arg1, int32_t arg2, TCGLabel *);
/openbmc/qemu/target/rx/
H A Dtranslate.c1313 tcg_gen_brcondi_i32(TCG_COND_EQ, cpu_regs[a->rs], 0, noshift); in trans_SHLL_rr()
1371 tcg_gen_brcondi_i32(TCG_COND_EQ, cpu_regs[rs], 0, noshift); in shiftr_reg()
1533 tcg_gen_brcondi_i32(dc.cond, dc.value, 0, t); in rx_bcnd_main()
/openbmc/qemu/target/avr/
H A Dtranslate.c1366 tcg_gen_brcondi_i32(TCG_COND_NE, var, 0, not_taken); in trans_BRBC()
1415 tcg_gen_brcondi_i32(TCG_COND_EQ, var, 0, not_taken); in trans_BRBS()
/openbmc/qemu/target/xtensa/
H A Dtranslate.c411 tcg_gen_brcondi_i32(TCG_COND_EQ, cpu_SR[LCOUNT], 0, label); in gen_check_loop_end()
562 tcg_gen_brcondi_i32(TCG_COND_NE, arg[2].in, 0, label); in gen_zero_check()
1200 tcg_gen_brcondi_i32(TCG_COND_NE, dc->next_icount, 0, label); in xtensa_tr_translate_insn()
1743 tcg_gen_brcondi_i32(par[0], arg[0].in, 0, label); in translate_loop()
1981 tcg_gen_brcondi_i32(TCG_COND_NE, arg[1].in, 0x80000000, in translate_quos()
1983 tcg_gen_brcondi_i32(TCG_COND_NE, arg[2].in, 0xffffffff, in translate_quos()
/openbmc/qemu/target/microblaze/
H A Dtranslate.c1752 tcg_gen_brcondi_i32(dc->jmp_cond, tmp, 0, taken); in mb_tr_tb_stop()
/openbmc/qemu/target/ppc/
H A Dtranslate.c3547 tcg_gen_brcondi_i32(TCG_COND_EQ, t, 0, l); in gen_check_tlb_flush()
4357 tcg_gen_brcondi_i32(TCG_COND_EQ, temp, 0, l1); in gen_bcond()
4360 tcg_gen_brcondi_i32(TCG_COND_NE, temp, 0, l1); in gen_bcond()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c9408 tcg_gen_brcondi_i32(cond, t0, 0, l1); in gen_movci()
9427 tcg_gen_brcondi_i32(cond, t0, 0, l1); in gen_movcf_s()
9448 tcg_gen_brcondi_i32(cond, t0, 0, l1); in gen_movcf_d()
9470 tcg_gen_brcondi_i32(cond, t0, 0, l1); in gen_movcf_ps()
9476 tcg_gen_brcondi_i32(cond, t0, 0, l2); in gen_movcf_ps()
/openbmc/qemu/tcg/
H A Dtcg-op.c515 void tcg_gen_brcondi_i32(TCGCond cond, TCGv_i32 arg1, int32_t arg2, TCGLabel *l) in tcg_gen_brcondi_i32() function
/openbmc/qemu/target/m68k/
H A Dtranslate.c1437 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, -1, l1); in DISAS_INSN()
/openbmc/qemu/target/sparc/
H A Dtranslate.c3616 tcg_gen_brcondi_i32(TCG_COND_EQ, n2, 0, lab); in trans_UDIV()