Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Docteon_translate.c127 tcg_gen_ctpop_tl(t0, t0); in trans_POP()
/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
/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);
/qemu/target/i386/tcg/
H A Dtranslate.c4476 tcg_gen_ctpop_tl(s->T0, s->T0); in disas_insn_old()
H A Demit.c.inc1474 tcg_gen_ctpop_tl(s->tmp0, s->tmp0);
/qemu/target/sparc/
H A Dtranslate.c703 tcg_gen_ctpop_tl(dst, src2); in gen_op_popc()
/qemu/target/tricore/
H A Dtranslate.c6235 tcg_gen_ctpop_tl(cpu_gpr_d[r3], cpu_gpr_d[r1]); in decode_rr_divide()