Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dtcg-op.h372 #define tcg_gen_ctpop_tl tcg_gen_ctpop_i32
H A Dtcg-op-common.h108 void tcg_gen_ctpop_i32(TCGv_i32 a1, TCGv_i32 a2);
/qemu/tcg/
H A Dtcg-op.c751 tcg_gen_ctpop_i32(t, t); in tcg_gen_ctz_i32()
777 tcg_gen_ctpop_i32(ret, t); in tcg_gen_ctzi_i32()
798 void tcg_gen_ctpop_i32(TCGv_i32 ret, TCGv_i32 arg1) in tcg_gen_ctpop_i32() function
2456 tcg_gen_ctpop_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1)); in tcg_gen_ctpop_i64()
2457 tcg_gen_ctpop_i32(TCGV_LOW(ret), TCGV_LOW(arg1)); in tcg_gen_ctpop_i64()
/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);
/qemu/target/s390x/tcg/
H A Dtranslate_vx.c.inc2041 { .fni4 = tcg_gen_ctpop_i32, },