Home
last modified time | relevance | path

Searched refs:tcg_gen_negsetcond_i32 (Results 1 – 6 of 6) sorted by relevance

/qemu/include/tcg/
H A Dtcg-op.h334 #define tcg_gen_negsetcond_tl tcg_gen_negsetcond_i32
H A Dtcg-op-common.h129 void tcg_gen_negsetcond_i32(TCGCond cond, TCGv_i32 ret,
/qemu/target/m68k/
H A Dtranslate.c1339 tcg_gen_negsetcond_i32(TCG_COND_EQ, tmp, QREG_CC_Z, c->v2); in gen_cc_cond()
1452 tcg_gen_negsetcond_i32(c.tcond, tmp, c.v1, c.v2); in DISAS_INSN()
2790 tcg_gen_negsetcond_i32(TCG_COND_NE, QREG_CC_V, in DISAS_INSN()
2795 tcg_gen_negsetcond_i32(TCG_COND_NE, QREG_CC_V, in DISAS_INSN()
3366 tcg_gen_negsetcond_i32(TCG_COND_NE, QREG_CC_V, reg, QREG_CC_V); in shift_im()
3371 tcg_gen_negsetcond_i32(TCG_COND_NE, QREG_CC_V, QREG_CC_V, t0); in shift_im()
5332 tcg_gen_negsetcond_i32(c.tcond, tmp, c.v1, c.v2); in DISAS_INSN()
/qemu/tcg/
H A Dtcg-op.c547 void tcg_gen_negsetcond_i32(TCGCond cond, TCGv_i32 ret, in tcg_gen_negsetcond_i32() function
562 tcg_gen_negsetcond_i32(cond, ret, arg1, tcg_constant_i32(arg2)); in tcg_gen_negsetcondi_i32()
H A Dtcg-op-gvec.c3689 tcg_gen_negsetcond_i32(cond, t0, t0, t1); in expand_cmp_i32()
3958 tcg_gen_negsetcond_i32(cond, t0, t0, t1); in tcg_gen_gvec_cmps()
/qemu/target/arm/tcg/
H A Dgengvec.c973 tcg_gen_negsetcond_i32(TCG_COND_TSTNE, d, a, b); in gen_cmtst_i32()