Home
last modified time | relevance | path

Searched refs:tcg_gen_gvec_orc (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op-gvec-common.h305 void tcg_gen_gvec_orc(unsigned vece, uint32_t dofs, uint32_t aofs,
/openbmc/qemu/target/hexagon/
H A Dgen_tcg_hvx.h412 tcg_gen_gvec_orc(MO_64, QdV_off, QsV_off, QtV_off, \
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-mve.c823 DO_LOGIC(VORN, gen_helper_mve_vorn, tcg_gen_gvec_orc) in DO_LOGIC()
H A Dtranslate-neon.c820 DO_3SAME(VORN, tcg_gen_gvec_orc) in DO_3SAME()
H A Dtranslate-a64.c5621 TRANS(ORN_v, do_gvec_fn3, a, tcg_gen_gvec_orc) in TRANS_FEAT()
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc3658 TRANS(vorn_v, LSX, gvec_vvv, MO_64, tcg_gen_gvec_orc)
3668 TRANS(xvorn_v, LASX, gvec_xxx, MO_64, tcg_gen_gvec_orc)
/openbmc/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc1595 TRANS_FLAGS2(VSX207, XXLORC, do_logical_op, MO_64, tcg_gen_gvec_orc);
H A Dvmx-impl.c.inc720 TRANS_FLAGS2(ALTIVEC_207, VORC, do_vector_gvec3_VX, MO_64, tcg_gen_gvec_orc);
/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c2666 void tcg_gen_gvec_orc(unsigned vece, uint32_t dofs, uint32_t aofs, in tcg_gen_gvec_orc() function