Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Docteon_translate.c127 tcg_gen_ctpop_tl(t0, t0); in trans_POP()
/openbmc/qemu/include/tcg/
H A Dtcg-op.h241 #define tcg_gen_ctpop_tl tcg_gen_ctpop_i64 macro
359 #define tcg_gen_ctpop_tl tcg_gen_ctpop_i32
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvb.c.inc94 return gen_unary(ctx, a, EXT_ZERO, tcg_gen_ctpop_tl);
394 return gen_unary(ctx, a, EXT_ZERO, tcg_gen_ctpop_tl);
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc1688 tcg_gen_ctpop_tl(s->tmp0, s->tmp0);
3051 tcg_gen_ctpop_tl(s->T0, s->T0);
/openbmc/qemu/target/sparc/
H A Dtranslate.c705 tcg_gen_ctpop_tl(dst, src2); in gen_op_popc()
/openbmc/qemu/target/tricore/
H A Dtranslate.c6234 tcg_gen_ctpop_tl(cpu_gpr_d[r3], cpu_gpr_d[r1]); in decode_rr_divide()