Home
last modified time | relevance | path

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

/openbmc/qemu/target/loongarch/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/target/arm/tcg/
H A Dtranslate-sve.c6197 tcg_gen_shli_vec(vece, d, d, shl); in gen_sshll_vec()
6200 tcg_gen_shli_vec(vece, d, n, halfbits); in gen_sshll_vec()
6254 tcg_gen_shli_vec(vece, d, d, shl); in gen_ushll_vec()
6262 tcg_gen_shli_vec(vece, d, n, halfbits); in gen_ushll_vec()
6470 tcg_gen_shli_vec(vece, n, n, halfbits); in TRANS_FEAT()
6532 tcg_gen_shli_vec(vece, n, n, halfbits); in TRANS_FEAT()
6597 tcg_gen_shli_vec(vece, n, n, halfbits); in TRANS_FEAT()
6724 tcg_gen_shli_vec(vece, n, n, halfbits - shr); in gen_shrnt_vec()
6809 tcg_gen_shli_vec(vece, n, n, halfbits); in TRANS_FEAT()
6899 tcg_gen_shli_vec(vece, n, n, halfbits); in TRANS_FEAT()
[all …]
H A Dtranslate.c3646 tcg_gen_shli_vec(vece, t, a, sh); in gen_shl_ins_vec()
/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.c2830 .fniv = tcg_gen_shli_vec, in tcg_gen_gvec_shli()
2835 .fniv = tcg_gen_shli_vec, in tcg_gen_gvec_shli()
2840 .fniv = tcg_gen_shli_vec, in tcg_gen_gvec_shli()
2845 .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/target/i386/tcg/
H A Demit.c.inc1568 tcg_gen_shli_vec(vece, t, d, 7);
1570 tcg_gen_shli_vec(vece, t, d, 14);
1572 tcg_gen_shli_vec(vece, t, d, 28);
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc3688 tcg_gen_shli_vec(MO_16, t1, t1, imm);
3689 tcg_gen_shli_vec(MO_16, t2, t2, imm);
3744 tcg_gen_shli_vec(MO_64, t1, t1, 64 - imm);
3772 tcg_gen_shli_vec(vece, t, v1, imm);
/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc2480 tcg_gen_shli_vec(vece, t, b, s);