Home
last modified time | relevance | path

Searched refs:lsh (Results 1 – 4 of 4) sorted by relevance

/qemu/target/arm/tcg/
H A Dtranslate.c3882 tcg_gen_ext8s_i32(lsh, shift); in gen_ushl_i32()
3883 tcg_gen_neg_i32(rsh, lsh); in gen_ushl_i32()
3884 tcg_gen_shl_i32(lval, src, lsh); in gen_ushl_i32()
3904 tcg_gen_ext8s_i64(lsh, shift); in gen_ushl_i64()
3905 tcg_gen_neg_i64(rsh, lsh); in gen_ushl_i64()
3950 tcg_gen_cmp_vec(TCG_COND_GEU, vece, lsh, lsh, max); in gen_ushl_vec()
3955 tcg_gen_cmp_vec(TCG_COND_LT, vece, lsh, lsh, max); in gen_ushl_vec()
4005 tcg_gen_ext8s_i32(lsh, shift); in gen_sshl_i32()
4006 tcg_gen_neg_i32(rsh, lsh); in gen_sshl_i32()
4028 tcg_gen_ext8s_i64(lsh, shift); in gen_sshl_i64()
[all …]
/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc3998 TCGv_vec mask, lsh, t1, one;
4000 lsh = tcg_temp_new_vec_matching(t);
4005 tcg_gen_and_vec(vece, lsh, b, mask);
4006 tcg_gen_shlv_vec(vece, t1, one, lsh);
4073 int lsh;
4076 lsh = imm & ((8 << vece) -1);
4080 tcg_gen_shli_vec(vece, t1, one, lsh);
/qemu/tcg/i386/
H A Dtcg-target.c.inc3901 TCGv_vec v0, TCGv_vec v1, TCGv_i32 lsh)
3908 tcg_gen_dup_i32_vec(vece, t, lsh);
3917 tcg_gen_neg_i32(rsh, lsh);
3919 tcg_gen_shls_vec(vece, t, v1, lsh);
/qemu/target/ppc/
H A Dint_helper.c2059 VUPK(lsh, s32, s16, UPKLO)