Searched refs:tcg_gen_clzi_i64 (Results 1 – 11 of 11) sorted by relevance
/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_bit.c.inc | 88 tcg_gen_clzi_i64(dest, src1, TARGET_LONG_BITS);
|
/qemu/include/tcg/ |
H A D | tcg-op.h | 250 #define tcg_gen_clzi_tl tcg_gen_clzi_i64
|
H A D | tcg-op-common.h | 210 void tcg_gen_clzi_i64(TCGv_i64 ret, TCGv_i64 arg1, uint64_t arg2);
|
/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 1044 do_cntzd(ctx, a, tcg_gen_clzi_i64); 1161 tcg_gen_clzi_i64(t0, t0, -1);
|
H A D | vmx-impl.c.inc | 665 tcg_gen_clzi_i64(avr, avr, 64); 670 tcg_gen_clzi_i64(avr, avr, 64);
|
/qemu/tcg/ |
H A D | tcg-op.c | 2363 void tcg_gen_clzi_i64(TCGv_i64 ret, TCGv_i64 arg1, uint64_t arg2) in tcg_gen_clzi_i64() function 2396 tcg_gen_clzi_i64(t, t, 64); in tcg_gen_ctz_i64() 2439 tcg_gen_clzi_i64(t, t, 64); in tcg_gen_clrsb_i64()
|
/qemu/target/alpha/ |
H A D | translate.c | 2511 tcg_gen_clzi_i64(vc, vb, 64); in translate_one()
|
/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 1606 tcg_gen_clzi_i64(d, a, 64);
|
H A D | translate.c | 2395 tcg_gen_clzi_i64(o->out, o->in2, 64); in op_flogr()
|
/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 8214 tcg_gen_clzi_i64(tcg_rd, tcg_rn, 64); in gen_clz64()
|
/qemu/target/mips/tcg/ |
H A D | translate.c | 3559 tcg_gen_clzi_i64(t0, t0, 64); in gen_cl()
|