Searched refs:tcg_gen_negsetcond_i32 (Results 1 – 6 of 6) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg-op.h | 334 #define tcg_gen_negsetcond_tl tcg_gen_negsetcond_i32
|
H A D | tcg-op-common.h | 129 void tcg_gen_negsetcond_i32(TCGCond cond, TCGv_i32 ret,
|
/qemu/target/m68k/ |
H A D | translate.c | 1339 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 D | tcg-op.c | 547 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 D | tcg-op-gvec.c | 3689 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 D | gengvec.c | 973 tcg_gen_negsetcond_i32(TCG_COND_TSTNE, d, a, b); in gen_cmtst_i32()
|