Searched refs:tcg_out (Results 1 – 1 of 1) sorted by relevance
1393 static void ext_and_shift_reg(TCGv_i64 tcg_out, TCGv_i64 tcg_in, in ext_and_shift_reg() argument1399 tcg_gen_ext_i64(tcg_out, tcg_in, extsize | (is_signed ? MO_SIGN : 0)); in ext_and_shift_reg()1400 tcg_gen_shli_i64(tcg_out, tcg_out, shift); in ext_and_shift_reg()