Searched refs:tcg_gen_rotlv_vec (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-vec.c | 685 void tcg_gen_rotlv_vec(unsigned vece, TCGv_vec r, TCGv_vec a, TCGv_vec b) in tcg_gen_rotlv_vec() function
|
H A D | tcg-op-gvec.c | 3334 .fniv_v = tcg_gen_rotlv_vec, in tcg_gen_gvec_rotls() 3566 tcg_gen_rotlv_vec(vece, d, a, t); in tcg_gen_rotlv_mod_vec()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-common.h | 453 void tcg_gen_rotlv_vec(unsigned vece, TCGv_vec r, TCGv_vec a, TCGv_vec s);
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vmx-impl.c.inc | 787 tcg_gen_rotlv_vec(vece, vrt, vra, n); 840 tcg_gen_rotlv_vec(vece, tmp, vra, n);
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 3187 tcg_gen_rotlv_vec(vece, v0, v1, t0);
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 4136 tcg_gen_rotlv_vec(vece, v0, v1, t0);
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 4119 tcg_gen_rotlv_vec(vece, v0, v1, t);
|