Home
last modified time | relevance | path

Searched refs:tcg_gen_gvec_rotlv (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op-gvec-common.h371 void tcg_gen_gvec_rotlv(unsigned vece, uint32_t dofs, uint32_t aofs,
/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc707 TRANS_FLAGS(ALTIVEC, VRLB, do_vector_gvec3_VX, MO_8, tcg_gen_gvec_rotlv)
708 TRANS_FLAGS(ALTIVEC, VRLH, do_vector_gvec3_VX, MO_16, tcg_gen_gvec_rotlv)
709 TRANS_FLAGS(ALTIVEC, VRLW, do_vector_gvec3_VX, MO_32, tcg_gen_gvec_rotlv)
710 TRANS_FLAGS2(ALTIVEC_207, VRLD, do_vector_gvec3_VX, MO_64, tcg_gen_gvec_rotlv)
/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c3588 void tcg_gen_gvec_rotlv(unsigned vece, uint32_t dofs, uint32_t aofs, in tcg_gen_gvec_rotlv() function