Home
last modified time | relevance | path

Searched refs:tcg_gen_ctpop_i64 (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h241 #define tcg_gen_ctpop_tl tcg_gen_ctpop_i64
H A Dtcg-op-common.h210 void tcg_gen_ctpop_i64(TCGv_i64 a1, TCGv_i64 a2);
/openbmc/qemu/tcg/
H A Dtcg-op.c806 tcg_gen_ctpop_i64(t, t); in tcg_gen_ctpop_i32()
2484 tcg_gen_ctpop_i64(t, t); in tcg_gen_ctz_i64()
2519 tcg_gen_ctpop_i64(ret, t); in tcg_gen_ctzi_i64()
2540 void tcg_gen_ctpop_i64(TCGv_i64 ret, TCGv_i64 arg1) in tcg_gen_ctpop_i64() function
/openbmc/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc1086 tcg_gen_ctpop_i64(cpu_gpr[a->ra], cpu_gpr[a->rs]);
1175 tcg_gen_ctpop_i64(dst, t0);
H A Dvmx-impl.c.inc1474 tcg_gen_ctpop_i64(t, b);
2177 tcg_gen_ctpop_i64(r[i], r[i]);
/openbmc/qemu/target/alpha/
H A Dtranslate.c2496 tcg_gen_ctpop_i64(vc, vb); in translate_one()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate_vx.c.inc2042 { .fni8 = tcg_gen_ctpop_i64, },
H A Dtranslate.c3572 tcg_gen_ctpop_i64(o->out, o->in2); in op_popcnt()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c2952 tcg_gen_ctpop_i64(val, val); in TRANS_FEAT()