Lines Matching refs:tcg_gen_shri_i32
484 void tcg_gen_shri_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2) in tcg_gen_shri_i32() function
850 tcg_gen_shri_i32(t1, arg1, 32 - arg2); in tcg_gen_rotli_i32()
978 tcg_gen_shri_i32(ret, arg, 32 - len); in tcg_gen_extract_i32()
994 tcg_gen_shri_i32(ret, ret, ofs); in tcg_gen_extract_i32()
1003 tcg_gen_shri_i32(ret, arg, ofs); in tcg_gen_extract_i32()
1008 tcg_gen_shri_i32(ret, ret, 32 - len); in tcg_gen_extract_i32()
1039 tcg_gen_shri_i32(ret, arg, ofs); in tcg_gen_sextract_i32()
1066 tcg_gen_shri_i32(t0, al, ofs); in tcg_gen_extract2_i32()
1286 tcg_gen_shri_i32(t0, arg, 8); /* t0 = ...a (IZ) .xxa (!IZ) */ in tcg_gen_bswap16_i32()
1324 tcg_gen_shri_i32(t0, arg, 8); /* t0 = .abc */ in tcg_gen_bswap32_i32()
1330 tcg_gen_shri_i32(t0, ret, 16); /* t0 = ..ba */ in tcg_gen_bswap32_i32()
1813 tcg_gen_shri_i32(TCGV_LOW(ret), TCGV_HIGH(arg1), c); in tcg_gen_shifti_i64()
1825 tcg_gen_shri_i32(TCGV_LOW(ret), TCGV_LOW(arg1), c); in tcg_gen_shifti_i64()
1832 tcg_gen_shri_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), c); in tcg_gen_shifti_i64()
1840 tcg_gen_shri_i32(t0, TCGV_LOW(arg1), 32 - c); in tcg_gen_shifti_i64()