Searched refs:tcg_gen_clz_i32 (Results 1 – 3 of 3) sorted by relevance
354 #define tcg_gen_clz_tl tcg_gen_clz_i32
102 void tcg_gen_clz_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2);
708 void tcg_gen_clz_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_clz_i32() function730 tcg_gen_clz_i32(ret, arg1, tcg_constant_i32(arg2)); in tcg_gen_clzi_i32()2466 tcg_gen_clz_i32(TCGV_LOW(ret), TCGV_HIGH(arg1), t); in tcg_gen_clzi_i64()