Home
last modified time | relevance | path

Searched refs:tcg_gen_shli_vec (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c6070 tcg_gen_shli_vec(vece, d, d, shl); in gen_sshll_vec()
6073 tcg_gen_shli_vec(vece, d, n, halfbits); in gen_sshll_vec()
6127 tcg_gen_shli_vec(vece, d, d, shl); in gen_ushll_vec()
6135 tcg_gen_shli_vec(vece, d, n, halfbits); in gen_ushll_vec()
6343 tcg_gen_shli_vec(vece, n, n, halfbits); in TRANS_FEAT()
6405 tcg_gen_shli_vec(vece, n, n, halfbits); in TRANS_FEAT()
6470 tcg_gen_shli_vec(vece, n, n, halfbits); in TRANS_FEAT()
6597 tcg_gen_shli_vec(vece, n, n, halfbits - shr); in gen_shrnt_vec()
6682 tcg_gen_shli_vec(vece, n, n, halfbits); in TRANS_FEAT()
6772 tcg_gen_shli_vec(vece, n, n, halfbits); in TRANS_FEAT()
[all …]
H A Dgengvec.c778 tcg_gen_shli_vec(vece, t, a, sh); in gen_shl_ins_vec()
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc516 tcg_gen_shli_vec(vece, t1, a, halfbits);
520 tcg_gen_shli_vec(vece, t2, b, halfbits);
687 tcg_gen_shli_vec(vece, t1, a, halfbits);
691 tcg_gen_shli_vec(vece, t2, b, halfbits);
1185 tcg_gen_shli_vec(vece, t2, b, halfbits);
2059 tcg_gen_shli_vec(vece, t1, a, halfbits);
2061 tcg_gen_shli_vec(vece, t2, b, halfbits);
2418 tcg_gen_shli_vec(vece, t2, b, halfbits);
2720 tcg_gen_shli_vec(vece, t1, a, halfbits);
2722 tcg_gen_shli_vec(vece, t2, b, halfbits);
[all …]
/openbmc/qemu/tcg/
H A Dtcg-op-vec.c478 void tcg_gen_shli_vec(unsigned vece, TCGv_vec r, TCGv_vec a, int64_t i) in tcg_gen_shli_vec() function
H A Dtcg-op-gvec.c2844 .fniv = tcg_gen_shli_vec, in tcg_gen_gvec_shli()
2849 .fniv = tcg_gen_shli_vec, in tcg_gen_gvec_shli()
2854 .fniv = tcg_gen_shli_vec, in tcg_gen_gvec_shli()
2859 .fniv = tcg_gen_shli_vec, in tcg_gen_gvec_shli()
/openbmc/qemu/include/tcg/
H A Dtcg-op-common.h439 void tcg_gen_shli_vec(unsigned vece, TCGv_vec r, TCGv_vec a, int64_t i);
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc3783 tcg_gen_shli_vec(MO_16, v0, v1, imm);
3832 tcg_gen_shli_vec(MO_64, t1, t1, 64 - imm);
3855 tcg_gen_shli_vec(vece, t, v1, imm);
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc2739 tcg_gen_shli_vec(vece, t, d, 7);
2741 tcg_gen_shli_vec(vece, t, d, 14);
2743 tcg_gen_shli_vec(vece, t, d, 28);
/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc2407 tcg_gen_shli_vec(vece, t, b, s);