Lines Matching refs:arg1
1546 static inline void tcg_gen_lshift(TCGv ret, TCGv arg1, target_long arg2)1549 tcg_gen_shli_tl(ret, arg1, arg2);1551 tcg_gen_shri_tl(ret, arg1, -arg2);