Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg-op.h359 #define tcg_gen_ctpop_tl tcg_gen_ctpop_i32
H A Dtcg-op-common.h107 void tcg_gen_ctpop_i32(TCGv_i32 a1, TCGv_i32 a2);
/openbmc/qemu/tcg/
H A Dtcg-op.c755 tcg_gen_ctpop_i32(t, t); in tcg_gen_ctz_i32()
778 tcg_gen_ctpop_i32(ret, t); in tcg_gen_ctzi_i32()
799 void tcg_gen_ctpop_i32(TCGv_i32 ret, TCGv_i32 arg1) in tcg_gen_ctpop_i32() function
2545 tcg_gen_ctpop_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1)); in tcg_gen_ctpop_i64()
2546 tcg_gen_ctpop_i32(TCGV_LOW(ret), TCGV_LOW(arg1)); in tcg_gen_ctpop_i64()
/openbmc/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc1076 tcg_gen_ctpop_i32(cpu_gpr[a->ra], cpu_gpr[a->rs]);
H A Dvmx-impl.c.inc1467 tcg_gen_ctpop_i32(t, b);
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate_vx.c.inc2041 { .fni4 = tcg_gen_ctpop_i32, },