Lines Matching refs:tcg_gen_shli_i32
469 void tcg_gen_shli_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2) in tcg_gen_shli_i32() function
575 tcg_gen_shli_i32(ret, arg1, ctz32(arg2)); in tcg_gen_muli_i32()
849 tcg_gen_shli_i32(t0, arg1, arg2); in tcg_gen_rotli_i32()
908 tcg_gen_shli_i32(t1, arg1, len); in tcg_gen_deposit_i32()
922 tcg_gen_shli_i32(t1, t1, ofs); in tcg_gen_deposit_i32()
924 tcg_gen_shli_i32(t1, arg2, ofs); in tcg_gen_deposit_i32()
941 tcg_gen_shli_i32(ret, arg, ofs); in tcg_gen_deposit_z_i32()
954 tcg_gen_shli_i32(ret, ret, ofs); in tcg_gen_deposit_z_i32()
959 tcg_gen_shli_i32(ret, arg, ofs); in tcg_gen_deposit_z_i32()
964 tcg_gen_shli_i32(ret, ret, ofs); in tcg_gen_deposit_z_i32()
1007 tcg_gen_shli_i32(ret, arg, 32 - len - ofs); in tcg_gen_extract_i32()
1044 tcg_gen_shli_i32(ret, arg, 32 - len - ofs); in tcg_gen_sextract_i32()
1292 tcg_gen_shli_i32(t1, arg, 24); /* t1 = b... */ in tcg_gen_bswap16_i32()
1296 tcg_gen_shli_i32(t1, t1, 8); /* t1 = ..b. */ in tcg_gen_bswap16_i32()
1298 tcg_gen_shli_i32(t1, arg, 8); /* t1 = xab. */ in tcg_gen_bswap16_i32()
1327 tcg_gen_shli_i32(t1, t1, 8); /* t1 = b.d. */ in tcg_gen_bswap32_i32()
1331 tcg_gen_shli_i32(t1, ret, 16); /* t1 = dc.. */ in tcg_gen_bswap32_i32()
1817 tcg_gen_shli_i32(TCGV_HIGH(ret), TCGV_LOW(arg1), c); in tcg_gen_shifti_i64()
1845 tcg_gen_shli_i32(TCGV_LOW(ret), TCGV_LOW(arg1), c); in tcg_gen_shifti_i64()