Searched refs:tcg_gen_ctpop_i32 (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 359 #define tcg_gen_ctpop_tl tcg_gen_ctpop_i32
|
H A D | tcg-op-common.h | 107 void tcg_gen_ctpop_i32(TCGv_i32 a1, TCGv_i32 a2);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 755 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 D | fixedpoint-impl.c.inc | 1076 tcg_gen_ctpop_i32(cpu_gpr[a->ra], cpu_gpr[a->rs]);
|
H A D | vmx-impl.c.inc | 1467 tcg_gen_ctpop_i32(t, b);
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 2041 { .fni4 = tcg_gen_ctpop_i32, },
|