/openbmc/qemu/target/arm/tcg/ |
H A D | translate-m-nocp.c | 140 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 D | translate.c | 731 tcg_gen_brcondi_i32(cmp->cond, cmp->value, 0, label); in arm_jump_cc() 817 tcg_gen_brcondi_i32(TCG_COND_GEU, cpu_R[15], min_magic, excret_label.label); in gen_bx_excret_final_code() 3000 tcg_gen_brcondi_i32(TCG_COND_EQ, t, 0, over.label); in do_coproc_insn() 6724 tcg_gen_brcondi_i32(TCG_COND_EQ, cpu_R[a->rn], 0, nextlabel.label); in trans_WLS() 6818 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 4, skipexc.label); in trans_LE() 6837 tcg_gen_brcondi_i32(TCG_COND_LEU, cpu_R[14], 1, loopend.label); in trans_LE() 6956 tcg_gen_brcondi_i32(a->nz ? TCG_COND_EQ : TCG_COND_NE, in trans_CBZ()
|
H A D | translate-sve.c | 2522 tcg_gen_brcondi_i32(TCG_COND_LT, last, 0, over); in do_clast_vector() 4954 tcg_gen_brcondi_i32(TCG_COND_LT, t32, 0, over); in trans_LD1R_zpri()
|
H A D | translate-a64.c | 362 tcg_gen_brcondi_i32(TCG_COND_LEU, tmp, 16, over_label); in check_lse2_align()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | spe-impl.c.inc | 167 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/target/sh4/ |
H A D | translate.c | 279 tcg_gen_brcondi_i32(cond_not_taken, cpu_sr_t, 0, l1); in gen_conditional_jump() 290 tcg_gen_brcondi_i32(cond_not_taken, cpu_sr_t, 0, l1); in gen_conditional_jump() 310 tcg_gen_brcondi_i32(TCG_COND_EQ, ds, 0, l1); in gen_delayed_conditional_jump() 321 tcg_gen_brcondi_i32(TCG_COND_NE, ds, 0, l1); in gen_delayed_conditional_jump() 1533 tcg_gen_brcondi_i32(TCG_COND_EQ, cpu_lock_addr, -1, fail); in _decode_opc()
|
/openbmc/qemu/accel/tcg/ |
H A D | translator.c | 75 tcg_gen_brcondi_i32(TCG_COND_LT, count, 0, tcg_ctx->exitreq_label); in gen_tb_start()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 318 #define tcg_gen_brcondi_tl tcg_gen_brcondi_i32
|
H A D | tcg-op-common.h | 123 void tcg_gen_brcondi_i32(TCGCond cond, TCGv_i32 arg1, int32_t arg2, TCGLabel *);
|
/openbmc/qemu/target/rx/ |
H A D | translate.c | 1314 tcg_gen_brcondi_i32(TCG_COND_EQ, cpu_regs[a->rs], 0, noshift); in trans_SHLL_rr() 1372 tcg_gen_brcondi_i32(TCG_COND_EQ, cpu_regs[rs], 0, noshift); in shiftr_reg() 1534 tcg_gen_brcondi_i32(dc.cond, dc.value, 0, t); in rx_bcnd_main()
|
/openbmc/qemu/target/avr/ |
H A D | translate.c | 1365 tcg_gen_brcondi_i32(TCG_COND_NE, var, 0, not_taken); in trans_BRBC() 1414 tcg_gen_brcondi_i32(TCG_COND_EQ, var, 0, not_taken); in trans_BRBS()
|
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 409 tcg_gen_brcondi_i32(TCG_COND_EQ, cpu_SR[LCOUNT], 0, label); in gen_check_loop_end() 560 tcg_gen_brcondi_i32(TCG_COND_NE, arg[2].in, 0, label); in gen_zero_check() 1184 tcg_gen_brcondi_i32(TCG_COND_NE, dc->next_icount, 0, label); in xtensa_tr_translate_insn() 1714 tcg_gen_brcondi_i32(par[0], arg[0].in, 0, label); in translate_loop() 1952 tcg_gen_brcondi_i32(TCG_COND_NE, arg[1].in, 0x80000000, in translate_quos() 1954 tcg_gen_brcondi_i32(TCG_COND_NE, arg[2].in, 0xffffffff, in translate_quos()
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 1747 tcg_gen_brcondi_i32(dc->jmp_cond, tmp, 0, taken); in mb_tr_tb_stop()
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 2899 tcg_gen_brcondi_i32(TCG_COND_EQ, t, 0, l); in gen_check_tlb_flush() 3769 tcg_gen_brcondi_i32(TCG_COND_EQ, temp, 0, l1); in gen_bcond() 3772 tcg_gen_brcondi_i32(TCG_COND_NE, temp, 0, l1); in gen_bcond()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 9128 tcg_gen_brcondi_i32(cond, t0, 0, l1); in gen_movci() 9147 tcg_gen_brcondi_i32(cond, t0, 0, l1); in gen_movcf_s() 9168 tcg_gen_brcondi_i32(cond, t0, 0, l1); in gen_movcf_d() 9190 tcg_gen_brcondi_i32(cond, t0, 0, l1); in gen_movcf_ps() 9196 tcg_gen_brcondi_i32(cond, t0, 0, l2); in gen_movcf_ps()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 522 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 D | translate.c | 1474 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, -1, l1); in DISAS_INSN()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 3803 tcg_gen_brcondi_i32(TCG_COND_EQ, n2, 0, lab); in trans_UDIV()
|