Lines Matching refs:tcg_gen_shli_i64

1849 void tcg_gen_shli_i64(TCGv_i64 ret, TCGv_i64 arg1, int64_t arg2)  in tcg_gen_shli_i64()  function
1985 tcg_gen_shli_i64(ret, arg1, ctz64(arg2)); in tcg_gen_muli_i64()
2122 tcg_gen_shli_i64(t1, arg, 56); /* t1 = b....... */ in tcg_gen_bswap16_i64()
2126 tcg_gen_shli_i64(t1, t1, 8); /* t1 = ......b. */ in tcg_gen_bswap16_i64()
2128 tcg_gen_shli_i64(t1, arg, 8); /* t1 = xxxxxab. */ in tcg_gen_bswap16_i64()
2170 tcg_gen_shli_i64(t1, t1, 8); /* t1 = ....b.d. */ in tcg_gen_bswap32_i64()
2173 tcg_gen_shli_i64(t1, ret, 48); /* t1 = dc...... */ in tcg_gen_bswap32_i64()
2218 tcg_gen_shli_i64(t1, t1, 8); /* t1 = b.d.f.h. */ in tcg_gen_bswap64_i64()
2225 tcg_gen_shli_i64(t1, t1, 16); /* t1 = dc..hg.. */ in tcg_gen_bswap64_i64()
2229 tcg_gen_shli_i64(t1, ret, 32); /* t1 = hgfe.... */ in tcg_gen_bswap64_i64()
2253 tcg_gen_shli_i64(t0, t0, 16); /* t0 = gh..cd.. */ in tcg_gen_hswap_i64()
2502 tcg_gen_shli_i64(t0, arg1, arg2); in tcg_gen_rotli_i64()
2577 tcg_gen_shli_i64(t1, arg1, len); in tcg_gen_deposit_i64()
2591 tcg_gen_shli_i64(t1, t1, ofs); in tcg_gen_deposit_i64()
2593 tcg_gen_shli_i64(t1, arg2, ofs); in tcg_gen_deposit_i64()
2610 tcg_gen_shli_i64(ret, arg, ofs); in tcg_gen_deposit_z_i64()
2637 tcg_gen_shli_i64(ret, ret, ofs); in tcg_gen_deposit_z_i64()
2642 tcg_gen_shli_i64(ret, arg, ofs); in tcg_gen_deposit_z_i64()
2647 tcg_gen_shli_i64(ret, ret, ofs); in tcg_gen_deposit_z_i64()
2716 tcg_gen_shli_i64(ret, arg, 64 - len - ofs); in tcg_gen_extract_i64()
2785 tcg_gen_shli_i64(ret, arg, 64 - len - ofs); in tcg_gen_sextract_i64()
3144 tcg_gen_shli_i64(tmp, tmp, 32); in tcg_gen_concat_i32_i64()