Searched refs:tcg_gen_gvec_andc (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-gvec-common.h | 303 void tcg_gen_gvec_andc(unsigned vece, uint32_t dofs, uint32_t aofs,
|
/openbmc/qemu/target/hexagon/ |
H A D | gen_tcg_hvx.h | 416 tcg_gen_gvec_andc(MO_64, QdV_off, QsV_off, QtV_off, \
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-mve.c | 821 DO_LOGIC(VBIC, gen_helper_mve_vbic, tcg_gen_gvec_andc) in DO_LOGIC()
|
H A D | translate-sve.c | 561 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 D | translate-neon.c | 818 DO_3SAME(VBIC, tcg_gen_gvec_andc) in DO_3SAME()
|
H A D | translate-a64.c | 5619 TRANS(BIC_v, do_gvec_fn3, a, tcg_gen_gvec_andc) in TRANS_FEAT()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vsx-impl.c.inc | 1589 TRANS_FLAGS2(VSX, XXLANDC, do_logical_op, MO_64, tcg_gen_gvec_andc);
|
H A D | vmx-impl.c.inc | 714 TRANS_FLAGS(ALTIVEC, VANDC, do_vector_gvec3_VX, MO_64, tcg_gen_gvec_andc);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 2649 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 D | emit.c.inc | 2797 tcg_gen_gvec_andc(MO_64,
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 3618 tcg_gen_gvec_andc(MO_64, vd_ofs, vk_ofs, vj_ofs, oprsz, ctx->vl / 8);
|