Home
last modified time | relevance | path

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

/qemu/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc194 tcg_gen_movcond_tl(TCG_COND_NE, temp2, temp1, zero, one, source2);
200 tcg_gen_movcond_tl(TCG_COND_EQ, temp1, source2, zero, mone, source1);
201 tcg_gen_movcond_tl(TCG_COND_EQ, temp2, source2, zero, one, temp2);
233 tcg_gen_movcond_tl(TCG_COND_EQ, temp1, source2, zero, max, source1);
234 tcg_gen_movcond_tl(TCG_COND_EQ, temp2, source2, zero, one, source2);
269 tcg_gen_movcond_tl(TCG_COND_NE, temp1, temp1, zero, zero, source1);
275 tcg_gen_movcond_tl(TCG_COND_EQ, temp2, source2, zero, one, source2);
280 tcg_gen_movcond_tl(TCG_COND_EQ, ret, source2, zero, source1, temp1);
308 tcg_gen_movcond_tl(TCG_COND_EQ, temp, source2, zero, one, source2);
313 tcg_gen_movcond_tl(TCG_COND_EQ, ret, source2, zero, source1, temp);
H A Dtrans_rvi.c.inc721 tcg_gen_movcond_tl(TCG_COND_NE, lr, shamt, zero, lr, zero);
724 tcg_gen_movcond_tl(TCG_COND_NE, destl, hs, zero, zero, ll);
725 tcg_gen_movcond_tl(TCG_COND_NE, desth, hs, zero, ll, h1);
763 tcg_gen_movcond_tl(TCG_COND_NE, ll, shamt, zero, ll, zero);
766 tcg_gen_movcond_tl(TCG_COND_NE, destl, hs, zero, h1, h0);
767 tcg_gen_movcond_tl(TCG_COND_NE, desth, hs, zero, zero, h1);
795 tcg_gen_movcond_tl(TCG_COND_NE, ll, shamt, zero, ll, zero);
799 tcg_gen_movcond_tl(TCG_COND_NE, destl, hs, zero, h1, h0);
800 tcg_gen_movcond_tl(TCG_COND_NE, desth, hs, zero, lr, h1);
H A Dtrans_rvzicond.c.inc30 tcg_gen_movcond_tl(cond, dest, src2, zero, zero, src1);
H A Dtrans_xthead.c.inc319 tcg_gen_movcond_tl(cond, dest, src2, ctx->zero, src1, old);
/qemu/target/hexagon/
H A Dgenptr.c358 tcg_gen_movcond_tl(TCG_COND_EQ, pred, tmp, hex_llsc_val, in gen_store_conditional4()
460 tcg_gen_movcond_tl(TCG_COND_NE, result, value, zero, ones, zero); in gen_8bitsof()
476 tcg_gen_movcond_tl(TCG_COND_NE, hex_gpr[HEX_REG_PC], in gen_write_new_pc_addr()
535 tcg_gen_movcond_tl(cond, res, arg1, arg2, one, zero); in gen_compare()
1012 tcg_gen_movcond_tl(TCG_COND_EQ, tmp, sh32, shift_amt, in gen_shl_sat()
1016 tcg_gen_movcond_tl(TCG_COND_LT, satval, src, tcg_constant_tl(0), min, max); in gen_shl_sat()
1022 tcg_gen_movcond_tl(TCG_COND_EQ, dst, dst_sar, src, tmp, satval); in gen_shl_sat()
1359 tcg_gen_movcond_tl(TCG_COND_GTU, tmp, source, max_val, max_val, source); in gen_satu_i32()
1360 tcg_gen_movcond_tl(TCG_COND_LT, tmp, source, zero, zero, tmp); in gen_satu_i32()
H A Dgen_tcg.h1123 tcg_gen_movcond_tl(TCG_COND_EQ, RdV, \
1131 tcg_gen_movcond_tl(TCG_COND_NE, RdV, \
/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_bit.c.inc171 tcg_gen_movcond_tl(TCG_COND_EQ, dest, src2, zero, zero, src1);
178 tcg_gen_movcond_tl(TCG_COND_NE, dest, src2, zero, zero, src1);
H A Dtrans_arith.c.inc129 tcg_gen_movcond_tl(TCG_COND_NE, ret, ret, zero, ret, src2);
142 tcg_gen_movcond_tl(TCG_COND_EQ, ret, src2, zero, one, src2);
H A Dtrans_fmov.c.inc26 tcg_gen_movcond_tl(TCG_COND_EQ, dest, cond, zero, src1, src2);
/qemu/include/tcg/
H A Dtcg-op.h264 #define tcg_gen_movcond_tl tcg_gen_movcond_i64 macro
383 #define tcg_gen_movcond_tl tcg_gen_movcond_i32
/qemu/target/tricore/
H A Dtranslate.c316 tcg_gen_movcond_tl(TCG_COND_EQ, temp2, cpu_gpr_d[reg+1], temp, in gen_cmpswap()
1392 tcg_gen_movcond_tl(cond, cpu_PSW_V, r4, t0, temp, cpu_PSW_V); in gen_cond_add()
1399 tcg_gen_movcond_tl(cond, cpu_PSW_AV, r4, t0, temp, cpu_PSW_AV); in gen_cond_add()
1404 tcg_gen_movcond_tl(cond, r3, r4, t0, result, r1); in gen_cond_add()
1509 tcg_gen_movcond_tl(cond, cpu_PSW_V, r4, t0, temp, cpu_PSW_V); in gen_cond_sub()
1516 tcg_gen_movcond_tl(cond, cpu_PSW_AV, r4, t0, temp, cpu_PSW_AV); in gen_cond_sub()
1521 tcg_gen_movcond_tl(cond, r3, r4, t0, result, r1); in gen_cond_sub()
2134 tcg_gen_movcond_tl(TCG_COND_GT, result, r1, r2, result, temp); in gen_absdif()
2139 tcg_gen_movcond_tl(TCG_COND_GT, cpu_PSW_V, r1, r2, cpu_PSW_V, temp); in gen_absdif()
3186 tcg_gen_movcond_tl(TCG_COND_NE, cpu_gpr_d[r1], cpu_gpr_d[15], temp, in decode_src_opc()
[all …]
/qemu/target/i386/tcg/
H A Demit.c.inc1333 tcg_gen_movcond_tl(TCG_COND_LEU, s->T0, s->A0, bound, s->T0, zero);
1341 tcg_gen_movcond_tl(TCG_COND_LEU, s->T1, s->A0, bound, s->T1, zero);
1565 tcg_gen_movcond_tl(TCG_COND_LEU, s->A0, s->T1, bound, s->A0, zero);
1728 tcg_gen_movcond_tl(cond, newv, cmp_lhs, cmp_rhs, newv, s->cc_srcT);
1774 tcg_gen_movcond_tl(TCG_COND_EQ, newv, oldv, cmpv, newv, oldv);
1787 tcg_gen_movcond_tl(TCG_COND_EQ, dest, oldv, cmpv, newv, dest);
1794 tcg_gen_movcond_tl(TCG_COND_NE, dest, oldv, cmpv, s->T0, dest);
1888 tcg_gen_movcond_tl(TCG_COND_EQ, cpu_regs[R_EAX], Z, zero,
1890 tcg_gen_movcond_tl(TCG_COND_EQ, cpu_regs[R_EDX], Z, zero,
2364 tcg_gen_movcond_tl(TCG_COND_TSTNE, dest, cpu_cc_src, tcg_constant_tl(CC_Z),
[all …]
H A Dtranslate.c1651 tcg_gen_movcond_tl(TCG_COND_EQ, s->T1, in gen_shiftd_rm_T1()
2014 tcg_gen_movcond_tl(cc.cond, dest, cc.reg, cc.reg2, src, dest); in gen_cmovcc()
/qemu/target/avr/
H A Dtranslate.c450 tcg_gen_movcond_tl(TCG_COND_EQ, cpu_Zf, R, zero, cpu_Zf, zero); in trans_SBC()
480 tcg_gen_movcond_tl(TCG_COND_EQ, cpu_Zf, R, zero, cpu_Zf, zero); in trans_SBCI()
1235 tcg_gen_movcond_tl(TCG_COND_EQ, cpu_Zf, R, zero, cpu_Zf, zero); in trans_CPC()
/qemu/target/mips/tcg/
H A Dtranslate.c2716 tcg_gen_movcond_tl(TCG_COND_NE, cpu_gpr[rd], t0, t1, t2, cpu_gpr[rd]); in gen_cond_move()
2719 tcg_gen_movcond_tl(TCG_COND_EQ, cpu_gpr[rd], t0, t1, t2, cpu_gpr[rd]); in gen_cond_move()
2722 tcg_gen_movcond_tl(TCG_COND_NE, cpu_gpr[rd], t0, t1, t2, t1); in gen_cond_move()
2725 tcg_gen_movcond_tl(TCG_COND_EQ, cpu_gpr[rd], t0, t1, t2, t1); in gen_cond_move()
3037 tcg_gen_movcond_tl(TCG_COND_NE, t1, t2, tcg_constant_tl(0), t2, t1); in gen_r6_muldiv()
3053 tcg_gen_movcond_tl(TCG_COND_NE, t1, t2, tcg_constant_tl(0), t2, t1); in gen_r6_muldiv()
3062 tcg_gen_movcond_tl(TCG_COND_EQ, t1, t1, in gen_r6_muldiv()
3072 tcg_gen_movcond_tl(TCG_COND_EQ, t1, t1, in gen_r6_muldiv()
3128 tcg_gen_movcond_tl(TCG_COND_NE, t1, t2, tcg_constant_tl(0), t2, t1); in gen_r6_muldiv()
3141 tcg_gen_movcond_tl(TCG_COND_NE, t1, t2, tcg_constant_tl(0), t2, t1); in gen_r6_muldiv()
[all …]
/qemu/target/ppc/
H A Dtranslate.c1622 tcg_gen_movcond_tl((s ? TCG_COND_LT : TCG_COND_LTU), in gen_op_cmp()
1625 tcg_gen_movcond_tl((s ? TCG_COND_GT : TCG_COND_GTU), in gen_op_cmp()
2996 tcg_gen_movcond_tl(cond, u, t, t2, u, t); in LARX()
3000 tcg_gen_movcond_tl(cond, cpu_gpr[rD(ctx->opcode)], t, t2, t, in LARX()
3060 tcg_gen_movcond_tl(TCG_COND_NE, t1, t0, t1, in gen_ld_atomic()
3164 tcg_gen_movcond_tl(TCG_COND_EQ, s, t, t2, src, t); in gen_st_atomic()
3165 tcg_gen_movcond_tl(TCG_COND_EQ, s2, t, t2, src, t2); in gen_st_atomic()
/qemu/target/openrisc/
H A Dtranslate.c520 tcg_gen_movcond_tl(TCG_COND_NE, cpu_R(dc, a->d), cpu_sr_f, dc->zero, in trans_l_cmov()
612 tcg_gen_movcond_tl(cond, jmp_pc, cpu_sr_f, dc->zero, t_true, t_next); in do_bf()
/qemu/target/sparc/
H A Dtranslate.c540 tcg_gen_movcond_tl(TCG_COND_TSTEQ, t_src2, cpu_y, one, zero, t_src2); in gen_op_mulscc()
1009 tcg_gen_movcond_tl(dc->jump.cond, cpu_npc, dc->jump.c1, c2, npc0, npc1); in gen_generic_branch()
2627 tcg_gen_movcond_tl(cmp->cond, cpu_npc, in advance_jump_cond()
3939 tcg_gen_movcond_tl(TCG_COND_NE, t1, t1, tcg_constant_tl(0), in trans_SDIVX()
4008 tcg_gen_movcond_tl(TCG_COND_TSTEQ, dst, t, tcg_constant_tl(amask), r, l); in gen_edge()
4212 tcg_gen_movcond_tl(cmp->cond, dst, cmp->c1, c2, src2, dst); in do_mov_cond()
/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc753 tcg_gen_movcond_tl(TCG_COND_NE, cpu_gpr[a->rt], t0, zr,