Lines Matching refs:tcg_gen_shli_i64

1889 void tcg_gen_shli_i64(TCGv_i64 ret, TCGv_i64 arg1, int64_t arg2)  in tcg_gen_shli_i64()  function
2027 tcg_gen_shli_i64(ret, arg1, ctz64(arg2)); in tcg_gen_muli_i64()
2109 tcg_gen_shli_i64(ret, arg, 56); in tcg_gen_ext8s_i64()
2122 tcg_gen_shli_i64(ret, arg, 48); in tcg_gen_ext16s_i64()
2135 tcg_gen_shli_i64(ret, arg, 32); in tcg_gen_ext32s_i64()
2209 tcg_gen_shli_i64(t1, arg, 56); /* t1 = b....... */ in tcg_gen_bswap16_i64()
2213 tcg_gen_shli_i64(t1, t1, 8); /* t1 = ......b. */ in tcg_gen_bswap16_i64()
2215 tcg_gen_shli_i64(t1, arg, 8); /* t1 = xxxxxab. */ in tcg_gen_bswap16_i64()
2257 tcg_gen_shli_i64(t1, t1, 8); /* t1 = ....b.d. */ in tcg_gen_bswap32_i64()
2260 tcg_gen_shli_i64(t1, ret, 48); /* t1 = dc...... */ in tcg_gen_bswap32_i64()
2305 tcg_gen_shli_i64(t1, t1, 8); /* t1 = b.d.f.h. */ in tcg_gen_bswap64_i64()
2312 tcg_gen_shli_i64(t1, t1, 16); /* t1 = dc..hg.. */ in tcg_gen_bswap64_i64()
2316 tcg_gen_shli_i64(t1, ret, 32); /* t1 = hgfe.... */ in tcg_gen_bswap64_i64()
2340 tcg_gen_shli_i64(t0, t0, 16); /* t0 = gh..cd.. */ in tcg_gen_hswap_i64()
2575 tcg_gen_shli_i64(t0, arg1, arg2); in tcg_gen_rotli_i64()
2650 tcg_gen_shli_i64(t1, arg1, len); in tcg_gen_deposit_i64()
2664 tcg_gen_shli_i64(t1, t1, ofs); in tcg_gen_deposit_i64()
2666 tcg_gen_shli_i64(t1, arg2, ofs); in tcg_gen_deposit_i64()
2683 tcg_gen_shli_i64(ret, arg, ofs); in tcg_gen_deposit_z_i64()
2710 tcg_gen_shli_i64(ret, ret, ofs); in tcg_gen_deposit_z_i64()
2717 tcg_gen_shli_i64(ret, ret, ofs); in tcg_gen_deposit_z_i64()
2724 tcg_gen_shli_i64(ret, ret, ofs); in tcg_gen_deposit_z_i64()
2733 tcg_gen_shli_i64(ret, arg, ofs); in tcg_gen_deposit_z_i64()
2740 tcg_gen_shli_i64(ret, arg, ofs); in tcg_gen_deposit_z_i64()
2747 tcg_gen_shli_i64(ret, arg, ofs); in tcg_gen_deposit_z_i64()
2754 tcg_gen_shli_i64(ret, ret, ofs); in tcg_gen_deposit_z_i64()
2834 tcg_gen_shli_i64(ret, arg, 64 - len - ofs); in tcg_gen_extract_i64()
2952 tcg_gen_shli_i64(ret, arg, 64 - len - ofs); in tcg_gen_sextract_i64()
3215 tcg_gen_shli_i64(tmp, tmp, 32); in tcg_gen_concat_i32_i64()