Searched refs:tcg_gen_ctpop_i64 (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 241 #define tcg_gen_ctpop_tl tcg_gen_ctpop_i64
|
H A D | tcg-op-common.h | 210 void tcg_gen_ctpop_i64(TCGv_i64 a1, TCGv_i64 a2);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 806 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 D | fixedpoint-impl.c.inc | 1086 tcg_gen_ctpop_i64(cpu_gpr[a->ra], cpu_gpr[a->rs]); 1175 tcg_gen_ctpop_i64(dst, t0);
|
H A D | vmx-impl.c.inc | 1474 tcg_gen_ctpop_i64(t, b); 2177 tcg_gen_ctpop_i64(r[i], r[i]);
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 2496 tcg_gen_ctpop_i64(vc, vb); in translate_one()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 2042 { .fni8 = tcg_gen_ctpop_i64, },
|
H A D | translate.c | 3572 tcg_gen_ctpop_i64(o->out, o->in2); in op_popcnt()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sve.c | 2952 tcg_gen_ctpop_i64(val, val); in TRANS_FEAT()
|