Searched refs:tcg_gen_ctzi_i32 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 357 #define tcg_gen_ctzi_tl tcg_gen_ctzi_i32
|
H A D | tcg-op-common.h | 105 void tcg_gen_ctzi_i32(TCGv_i32 ret, TCGv_i32 arg1, uint32_t arg2);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 771 void tcg_gen_ctzi_i32(TCGv_i32 ret, TCGv_i32 arg1, uint32_t arg2) in tcg_gen_ctzi_i32() function 2507 tcg_gen_ctzi_i32(t32, TCGV_HIGH(arg1), arg2 - 32); in tcg_gen_ctzi_i64()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 1243 TRANS_FLAGS2(ISA300, CNTTZW, do_cntzw, tcg_gen_ctzi_i32);
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 1629 tcg_gen_ctzi_i32(d, a, 32);
|