Searched refs:tcg_gen_clzi_i32 (Results 1 – 11 of 11) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg-op.h | 369 #define tcg_gen_clzi_tl tcg_gen_clzi_i32
|
H A D | tcg-op-common.h | 105 void tcg_gen_clzi_i32(TCGv_i32 ret, TCGv_i32 arg1, uint32_t arg2);
|
/qemu/tcg/ |
H A D | tcg-op.c | 723 void tcg_gen_clzi_i32(TCGv_i32 ret, TCGv_i32 arg1, uint32_t arg2) in tcg_gen_clzi_i32() function 756 tcg_gen_clzi_i32(t, t, 32); in tcg_gen_ctz_i32() 790 tcg_gen_clzi_i32(t, t, 32); in tcg_gen_clrsb_i32() 2369 tcg_gen_clzi_i32(t, TCGV_LOW(arg1), arg2 - 32); in tcg_gen_clzi_i64()
|
/qemu/target/microblaze/ |
H A D | translate.c | 395 tcg_gen_clzi_i32(out, ina, 32); in DO_TYPEA_CFG()
|
/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);
|
/qemu/target/arm/tcg/ |
H A D | gengvec.c | 2379 tcg_gen_clzi_i32(d, n, 32); in gen_clz32_i32()
|
H A D | translate.c | 4764 tcg_gen_clzi_i32(tmp, tmp, 32); in trans_CLZ()
|
H A D | translate-a64.c | 8208 tcg_gen_clzi_i32(t32, t32, 32); in gen_clz32()
|
/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 1601 tcg_gen_clzi_i32(d, a, 32);
|
/qemu/target/xtensa/ |
H A D | translate.c | 1918 tcg_gen_clzi_i32(arg[0].out, arg[1].in, 32); in translate_nsau()
|