Searched refs:tcg_gen_gvec_rotlv (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-gvec-common.h | 371 void tcg_gen_gvec_rotlv(unsigned vece, uint32_t dofs, uint32_t aofs,
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vmx-impl.c.inc | 707 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 D | tcg-op-gvec.c | 3588 void tcg_gen_gvec_rotlv(unsigned vece, uint32_t dofs, uint32_t aofs, in tcg_gen_gvec_rotlv() function
|