Searched refs:tcg_gen_mov_vec (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-vec.c | 214 void tcg_gen_mov_vec(TCGv_vec r, TCGv_vec a) in tcg_gen_mov_vec() function 224 tcg_gen_mov_vec(r, tcg_constant_vec(rt->base_type, vece, a)); in tcg_gen_dupi_vec() 460 tcg_gen_mov_vec(r, a); in do_shifti()
|
H A D | tcg-op-gvec.c | 1686 tcg_gen_mov_vec(a, b); in vec_mov2()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-common.h | 411 void tcg_gen_mov_vec(TCGv_vec, TCGv_vec);
|
/openbmc/qemu/target/arm/tcg/ |
H A D | gengvec.c | 1067 tcg_gen_mov_vec(lsh, shift); in gen_ushl_vec() 1191 tcg_gen_mov_vec(lsh, shift); in gen_sshl_vec()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vsx-impl.c.inc | 2460 tcg_gen_mov_vec(conj, a); 2480 tcg_gen_mov_vec(t, disj);
|