Searched refs:tcg_gen_usadd_vec (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | gengvec64.c | 323 tcg_gen_usadd_vec(vece, u, a, b); in gen_usqadd_vec()
|
H A D | gengvec.c | 1379 tcg_gen_usadd_vec(vece, t, a, b); in gen_uqadd_vec()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-vec.c | 604 void tcg_gen_usadd_vec(unsigned vece, TCGv_vec r, TCGv_vec a, TCGv_vec b) in tcg_gen_usadd_vec() function
|
H A D | tcg-op-gvec.c | 2283 { .fniv = tcg_gen_usadd_vec, in tcg_gen_gvec_usadd() 2287 { .fniv = tcg_gen_usadd_vec, in tcg_gen_gvec_usadd() 2292 .fniv = tcg_gen_usadd_vec, in tcg_gen_gvec_usadd() 2297 .fniv = tcg_gen_usadd_vec, in tcg_gen_gvec_usadd()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-common.h | 431 void tcg_gen_usadd_vec(unsigned vece, TCGv_vec r, TCGv_vec a, TCGv_vec b);
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vmx-impl.c.inc | 2901 do_vadd_vsub_sat(vece, t, sat, a, b, tcg_gen_add_vec, tcg_gen_usadd_vec);
|