Searched refs:tcg_gen_clzi_i32 (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 356 #define tcg_gen_clzi_tl tcg_gen_clzi_i32
|
H A D | tcg-op-common.h | 104 void tcg_gen_clzi_i32(TCGv_i32 ret, TCGv_i32 arg1, uint32_t arg2);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 728 void tcg_gen_clzi_i32(TCGv_i32 ret, TCGv_i32 arg1, uint32_t arg2) in tcg_gen_clzi_i32() function 760 tcg_gen_clzi_i32(t, t, 32); in tcg_gen_ctz_i32() 791 tcg_gen_clzi_i32(t, t, 32); in tcg_gen_clrsb_i32() 2464 tcg_gen_clzi_i32(t, TCGV_LOW(arg1), arg2 - 32); in tcg_gen_clzi_i64()
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 411 tcg_gen_clzi_i32(out, ina, 32); in DO_TYPEA_CFG()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 1242 TRANS(CNTLZW, do_cntzw, tcg_gen_clzi_i32);
|
H A D | vmx-impl.c.inc | 640 /* Perform count for every word element using tcg_gen_clzi_i32. */ 644 tcg_gen_clzi_i32(tmp, tmp, 32);
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-neon.c | 3243 tcg_gen_clzi_i32(rd, rm, 32); in do_VCLZ_32()
|
H A D | translate-a64.c | 8144 tcg_gen_clzi_i32(tcg_tmp32, tcg_tmp32, 32); in handle_clz() 11165 tcg_gen_clzi_i32(tcg_res, tcg_op, 32); in disas_simd_two_reg_misc()
|
H A D | translate.c | 4774 tcg_gen_clzi_i32(tmp, tmp, 32); in trans_CLZ()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 1601 tcg_gen_clzi_i32(d, a, 32);
|
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 1917 tcg_gen_clzi_i32(arg[0].out, arg[1].in, 32); in translate_nsau()
|