Searched refs:tcg_gen_gvec_eqv (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-gvec-common.h | 311 void tcg_gen_gvec_eqv(unsigned vece, uint32_t dofs, uint32_t aofs,
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vsx-impl.c.inc | 1593 TRANS_FLAGS2(VSX207, XXLEQV, do_logical_op, MO_64, tcg_gen_gvec_eqv); 2565 tcg_gen_gvec_eqv(MO_64, xt, xc, xb, 16, 16); 2571 tcg_gen_gvec_eqv(MO_64, xt, xc, xa, 16, 16); 2580 tcg_gen_gvec_eqv(MO_64, xt, xb, xa, 16, 16);
|
H A D | vmx-impl.c.inc | 718 TRANS_FLAGS2(ALTIVEC_207, VEQV, do_vector_gvec3_VX, MO_64, tcg_gen_gvec_eqv);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 2717 void tcg_gen_gvec_eqv(unsigned vece, uint32_t dofs, uint32_t aofs, in tcg_gen_gvec_eqv() function
|