Home
last modified time | relevance | path

Searched refs:tcg_gen_gvec_andc (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op-gvec-common.h303 void tcg_gen_gvec_andc(unsigned vece, uint32_t dofs, uint32_t aofs,
/openbmc/qemu/target/hexagon/
H A Dgen_tcg_hvx.h416 tcg_gen_gvec_andc(MO_64, QdV_off, QsV_off, QtV_off, \
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-mve.c821 DO_LOGIC(VBIC, gen_helper_mve_vbic, tcg_gen_gvec_andc) in DO_LOGIC()
H A Dtranslate-sve.c561 TRANS_FEAT(BIC_zzz, aa64_sve, gen_gvec_fn_arg_zzz, tcg_gen_gvec_andc, a) in TRANS_FEAT()
1364 return gen_gvec_fn_ppp(s, tcg_gen_gvec_andc, a->rd, a->rn, a->rm); in trans_BIC_pppp()
1396 return gen_gvec_fn_ppp(s, tcg_gen_gvec_andc, a->rd, a->pg, a->rn); in trans_EOR_pppp()
H A Dtranslate-neon.c818 DO_3SAME(VBIC, tcg_gen_gvec_andc) in DO_3SAME()
H A Dtranslate-a64.c5619 TRANS(BIC_v, do_gvec_fn3, a, tcg_gen_gvec_andc) in TRANS_FEAT()
/openbmc/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc1589 TRANS_FLAGS2(VSX, XXLANDC, do_logical_op, MO_64, tcg_gen_gvec_andc);
H A Dvmx-impl.c.inc714 TRANS_FLAGS(ALTIVEC, VANDC, do_vector_gvec3_VX, MO_64, tcg_gen_gvec_andc);
/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c2649 void tcg_gen_gvec_andc(unsigned vece, uint32_t dofs, uint32_t aofs, in tcg_gen_gvec_andc() function
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc2797 tcg_gen_gvec_andc(MO_64,
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc3618 tcg_gen_gvec_andc(MO_64, vd_ofs, vk_ofs, vj_ofs, oprsz, ctx->vl / 8);