Searched refs:tcg_gen_ctpop_tl (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | octeon_translate.c | 127 tcg_gen_ctpop_tl(t0, t0); in trans_POP()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 241 #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 D | trans_rvb.c.inc | 94 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 D | emit.c.inc | 1688 tcg_gen_ctpop_tl(s->tmp0, s->tmp0); 3051 tcg_gen_ctpop_tl(s->T0, s->T0);
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 705 tcg_gen_ctpop_tl(dst, src2); in gen_op_popc()
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 6234 tcg_gen_ctpop_tl(cpu_gpr_d[r3], cpu_gpr_d[r1]); in decode_rr_divide()
|