Home
last modified time | relevance | path

Searched refs:tcg_gen_mul_vec (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c2124 { .fniv = tcg_gen_mul_vec, in tcg_gen_gvec_mul()
2128 { .fniv = tcg_gen_mul_vec, in tcg_gen_gvec_mul()
2133 .fniv = tcg_gen_mul_vec, in tcg_gen_gvec_mul()
2138 .fniv = tcg_gen_mul_vec, in tcg_gen_gvec_mul()
2153 { .fniv = tcg_gen_mul_vec, in tcg_gen_gvec_muls()
2157 { .fniv = tcg_gen_mul_vec, in tcg_gen_gvec_muls()
2162 .fniv = tcg_gen_mul_vec, in tcg_gen_gvec_muls()
2167 .fniv = tcg_gen_mul_vec, in tcg_gen_gvec_muls()
H A Dtcg-op-vec.c576 void tcg_gen_mul_vec(unsigned vece, TCGv_vec r, TCGv_vec a, TCGv_vec b) in tcg_gen_mul_vec() function
/openbmc/qemu/target/loongarch/insn_trans/
H A Dtrans_vec.c.inc2063 tcg_gen_mul_vec(vece, t, t1, t2);
2199 tcg_gen_mul_vec(vece, t, t1, t2);
2272 tcg_gen_mul_vec(vece, t, t1, t2);
2345 tcg_gen_mul_vec(vece, t, t1, t2);
2420 tcg_gen_mul_vec(vece, t, t1, t2);
2493 tcg_gen_mul_vec(vece, t, t1, t2);
2561 tcg_gen_mul_vec(vece, t1, a, b);
2639 tcg_gen_mul_vec(vece, t1, a, b);
2724 tcg_gen_mul_vec(vece, t3, t1, t2);
2859 tcg_gen_mul_vec(vece, t3, t1, t2);
[all …]
/openbmc/qemu/include/tcg/
H A Dtcg-op-common.h418 void tcg_gen_mul_vec(unsigned vece, TCGv_vec r, TCGv_vec a, TCGv_vec b);
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc3859 tcg_gen_mul_vec(MO_16, t1, t1, t2);
3882 tcg_gen_mul_vec(MO_16, t1, t1, t2);
3883 tcg_gen_mul_vec(MO_16, t3, t3, t4);
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c3745 tcg_gen_mul_vec(vece, a, a, b); in gen_mla_vec()
3751 tcg_gen_mul_vec(vece, a, a, b); in gen_mls_vec()
/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc2386 tcg_gen_mul_vec(vece, t, a, b);