Searched refs:tcg_gen_mul_vec (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 2151 { .fniv = tcg_gen_mul_vec, in tcg_gen_gvec_mul() 2155 { .fniv = tcg_gen_mul_vec, in tcg_gen_gvec_mul() 2160 .fniv = tcg_gen_mul_vec, in tcg_gen_gvec_mul() 2165 .fniv = tcg_gen_mul_vec, in tcg_gen_gvec_mul() 2180 { .fniv = tcg_gen_mul_vec, in tcg_gen_gvec_muls() 2184 { .fniv = tcg_gen_mul_vec, in tcg_gen_gvec_muls() 2189 .fniv = tcg_gen_mul_vec, in tcg_gen_gvec_muls() 2194 .fniv = tcg_gen_mul_vec, in tcg_gen_gvec_muls()
|
H A D | tcg-op-vec.c | 594 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/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 2063 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 D | tcg-op-common.h | 418 void tcg_gen_mul_vec(unsigned vece, TCGv_vec r, TCGv_vec a, TCGv_vec b);
|
/openbmc/qemu/target/arm/tcg/ |
H A D | gengvec.c | 893 tcg_gen_mul_vec(vece, a, a, b); in gen_mla_vec() 899 tcg_gen_mul_vec(vece, a, a, b); in gen_mls_vec()
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 4164 tcg_gen_mul_vec(MO_16, t1, t1, t2); 4187 tcg_gen_mul_vec(MO_16, t1, t1, t2); 4188 tcg_gen_mul_vec(MO_16, t3, t3, t4);
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vmx-impl.c.inc | 2313 tcg_gen_mul_vec(vece, t, a, b);
|