/openbmc/qemu/target/mips/tcg/ |
H A D | octeon_translate.c | 148 tcg_gen_setcond_tl(TCG_COND_NE, cpu_gpr[a->rd], t1, t0); in trans_SEQNE() 150 tcg_gen_setcond_tl(TCG_COND_EQ, cpu_gpr[a->rd], t1, t0); in trans_SEQNE()
|
H A D | mxu_translate.c | 2414 tcg_gen_setcond_tl(TCG_COND_LT, t0, t0, t1); in gen_mxu_q8slt() 2452 tcg_gen_setcond_tl(TCG_COND_LT, mxu_gpr[XRa - 1], t0, t1); in gen_mxu_S32SLT() 2493 tcg_gen_setcond_tl(TCG_COND_LT, t0, t0, t1); in gen_mxu_D16SLT() 2497 tcg_gen_setcond_tl(TCG_COND_LT, t0, t0, t1); in gen_mxu_D16SLT() 3471 tcg_gen_setcond_tl(TCG_COND_GTU, carry, t0, t1); in gen_mxu_d32add() 3474 tcg_gen_setcond_tl(TCG_COND_GTU, carry, t0, t2); in gen_mxu_d32add() 3484 tcg_gen_setcond_tl(TCG_COND_GTU, carry, t0, t1); in gen_mxu_d32add() 3487 tcg_gen_setcond_tl(TCG_COND_GTU, carry, t0, t2); in gen_mxu_d32add()
|
H A D | translate.c | 2239 tcg_gen_setcond_tl(TCG_COND_EQ, t0, t0, cpu_llval); in gen_st_cond() 2799 tcg_gen_setcond_tl(TCG_COND_LT, cpu_gpr[rd], t0, t1); in gen_slt() 2802 tcg_gen_setcond_tl(TCG_COND_LTU, cpu_gpr[rd], t0, t1); in gen_slt() 4522 tcg_gen_setcond_tl(TCG_COND_EQ, bcond, t0, t1); in gen_compute_branch() 4525 tcg_gen_setcond_tl(TCG_COND_EQ, bcond, t0, t1); in gen_compute_branch() 4528 tcg_gen_setcond_tl(TCG_COND_NE, bcond, t0, t1); in gen_compute_branch() 4531 tcg_gen_setcond_tl(TCG_COND_NE, bcond, t0, t1); in gen_compute_branch() 11151 tcg_gen_setcond_tl(TCG_COND_NE, input_overflow, t2, t0); in gen_compute_compact_branch() 11153 tcg_gen_setcond_tl(TCG_COND_NE, t4, t3, t1); in gen_compute_compact_branch()
|
H A D | nanomips_translate.c.inc | 1198 tcg_gen_setcond_tl(TCG_COND_EQ, bcond, t0, t1); 1201 tcg_gen_setcond_tl(TCG_COND_NE, bcond, t0, t1);
|
/openbmc/qemu/target/openrisc/ |
H A D | translate.c | 241 tcg_gen_setcond_tl(TCG_COND_LTU, cpu_sr_cy, srca, srcb); in gen_sub() 717 tcg_gen_setcond_tl(TCG_COND_EQ, cpu_sr_f, val, cpu_lock_value); in trans_l_swa() 939 tcg_gen_setcond_tl(TCG_COND_EQ, cpu_sr_f, in trans_l_sfeq() 946 tcg_gen_setcond_tl(TCG_COND_NE, cpu_sr_f, in trans_l_sfne() 953 tcg_gen_setcond_tl(TCG_COND_GTU, cpu_sr_f, in trans_l_sfgtu() 960 tcg_gen_setcond_tl(TCG_COND_GEU, cpu_sr_f, in trans_l_sfgeu() 967 tcg_gen_setcond_tl(TCG_COND_LTU, cpu_sr_f, in trans_l_sfltu() 974 tcg_gen_setcond_tl(TCG_COND_LEU, cpu_sr_f, in trans_l_sfleu() 981 tcg_gen_setcond_tl(TCG_COND_GT, cpu_sr_f, in trans_l_sfgts() 988 tcg_gen_setcond_tl(TCG_COND_GE, cpu_sr_f, in trans_l_sfges() [all …]
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvm.c.inc | 42 tcg_gen_setcond_tl(TCG_COND_LTU, r3, tmph, r2); 191 tcg_gen_setcond_tl(TCG_COND_EQ, temp1, source1, min); 192 tcg_gen_setcond_tl(TCG_COND_EQ, temp2, source2, mone); 266 tcg_gen_setcond_tl(TCG_COND_EQ, temp1, source1, min); 267 tcg_gen_setcond_tl(TCG_COND_EQ, temp2, source2, mone);
|
H A D | trans_rva.c.inc | 76 tcg_gen_setcond_tl(TCG_COND_NE, dest, dest, load_val);
|
H A D | trans_rvi.c.inc | 189 tcg_gen_setcond_tl(TCG_COND_LTU, tmp, al, bl); 501 tcg_gen_setcond_tl(TCG_COND_LT, ret, s1, s2); 512 tcg_gen_setcond_tl(TCG_COND_LTU, ret, s1, s2);
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 199 #define tcg_gen_setcond_tl tcg_gen_setcond_i64 macro 319 #define tcg_gen_setcond_tl tcg_gen_setcond_i32
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_arith.c.inc | 85 tcg_gen_setcond_tl(TCG_COND_LT, dest, src1, src2); 90 tcg_gen_setcond_tl(TCG_COND_LTU, dest, src1, src2);
|
H A D | trans_atomic.c.inc | 41 tcg_gen_setcond_tl(TCG_COND_EQ, dest, t0, cpu_llval);
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 1016 tcg_gen_setcond_tl(TCG_COND_EQ, temp2, arg2, arg3); in gen_madd32_q() 1151 tcg_gen_setcond_tl(TCG_COND_EQ, temp2, arg2, arg3); in gen_madd64_q() 1387 tcg_gen_setcond_tl(cond, mask, r4, t0); in gen_cond_add() 1471 tcg_gen_setcond_tl(TCG_COND_GEU, cpu_PSW_C, r1, r2); in gen_sub_CC() 1504 tcg_gen_setcond_tl(cond, mask, r4, t0); in gen_cond_sub() 1884 tcg_gen_setcond_tl(TCG_COND_EQ, temp2, arg2, arg3); in gen_msub64_q() 2177 tcg_gen_setcond_tl(TCG_COND_NE, cpu_PSW_V, high, low); in gen_mul_i32s() 2517 tcg_gen_setcond_tl(TCG_COND_GT, temp, r1, t_max); in gen_shaci() 2518 tcg_gen_setcond_tl(TCG_COND_LT, temp2, r1, t_min); in gen_shaci() 2584 tcg_gen_setcond_tl(cond, temp2, r1, r2); in gen_sh_cond() [all …]
|
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 979 tcg_gen_setcond_tl(cond, pred, val, src); in gen_cmp_jumpnv() 1025 tcg_gen_setcond_tl(TCG_COND_NE, ovf, dst_sar, src); in gen_shl_sat() 1357 tcg_gen_setcond_tl(TCG_COND_NE, ovfl, source, tmp); in gen_sat_i32_ovfl() 1375 tcg_gen_setcond_tl(TCG_COND_NE, ovfl, source, tmp); in gen_satu_i32_ovfl()
|
H A D | gen_tcg.h | 685 tcg_gen_setcond_tl(TCG_COND_GT, tmp, left, right); \
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 477 tcg_gen_setcond_tl(TCG_COND_NE, cpu_ov, t0, t1); 849 tcg_gen_setcond_tl(cond, cpu_gpr[a->rt], temp, zero);
|
/openbmc/qemu/target/avr/ |
H A D | translate.c | 2645 tcg_gen_setcond_tl(ctx->skip_cond, cpu_skip, in canonicalize_skip()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 1305 tcg_gen_setcond_tl(TCG_COND_LTU, zf, s->T0, s->T1); 1458 tcg_gen_setcond_tl(TCG_COND_TSTNE, cf, src, mask); 1547 tcg_gen_setcond_tl(TCG_COND_LEU, s->T1, s->T1, bound);
|
H A D | translate.c | 1164 tcg_gen_setcond_tl(cc.cond, reg, cc.reg, cc.reg2); in gen_setcc1()
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 1929 tcg_gen_setcond_tl(TCG_COND_GEU, cpu_ca, arg2, arg1); in gen_op_arith_subf() 3184 tcg_gen_setcond_tl(TCG_COND_EQ, t0, t0, cpu_reserve_val); in gen_conditional_store()
|