Home
last modified time | relevance | path

Searched refs:tcg_gen_gvec_umax (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Dgen_tcg_hvx.h355 tcg_gen_gvec_umax(MO_16, VdV_off, VuV_off, VvV_off, \
361 tcg_gen_gvec_umax(MO_8, VdV_off, VuV_off, VvV_off, \
/openbmc/qemu/include/tcg/
H A Dtcg-op-gvec-common.h294 void tcg_gen_gvec_umax(unsigned vece, uint32_t dofs, uint32_t aofs,
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc1719 TRANS(vmax_bu, LSX, gvec_vvv, MO_8, tcg_gen_gvec_umax)
1720 TRANS(vmax_hu, LSX, gvec_vvv, MO_16, tcg_gen_gvec_umax)
1721 TRANS(vmax_wu, LSX, gvec_vvv, MO_32, tcg_gen_gvec_umax)
1722 TRANS(vmax_du, LSX, gvec_vvv, MO_64, tcg_gen_gvec_umax)
1727 TRANS(xvmax_bu, LASX, gvec_xxx, MO_8, tcg_gen_gvec_umax)
1728 TRANS(xvmax_hu, LASX, gvec_xxx, MO_16, tcg_gen_gvec_umax)
1729 TRANS(xvmax_wu, LASX, gvec_xxx, MO_32, tcg_gen_gvec_umax)
1730 TRANS(xvmax_du, LASX, gvec_xxx, MO_64, tcg_gen_gvec_umax)
/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc723 TRANS_FLAGS(ALTIVEC, VMAXUB, do_vector_gvec3_VX, MO_8, tcg_gen_gvec_umax);
724 TRANS_FLAGS(ALTIVEC, VMAXUH, do_vector_gvec3_VX, MO_16, tcg_gen_gvec_umax);
725 TRANS_FLAGS(ALTIVEC, VMAXUW, do_vector_gvec3_VX, MO_32, tcg_gen_gvec_umax);
726 TRANS_FLAGS2(ALTIVEC_207, VMAXUD, do_vector_gvec3_VX, MO_64, tcg_gen_gvec_umax);
/openbmc/qemu/target/sparc/
H A Dtranslate.c5165 TRANS(FPMAXU8, VIS4, do_gvec_ddd, a, MO_8, tcg_gen_gvec_umax) in TRANS()
5166 TRANS(FPMAXU16, VIS4, do_gvec_ddd, a, MO_16, tcg_gen_gvec_umax) in TRANS()
5167 TRANS(FPMAXU32, VIS4, do_gvec_ddd, a, MO_32, tcg_gen_gvec_umax) in TRANS()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-mve.c855 DO_2OP_VEC(VMAX_U, vmaxu, tcg_gen_gvec_umax) in DO_2OP_VEC()
H A Dtranslate-neon.c859 DO_3SAME_NO_SZ_3(VMAX_U, tcg_gen_gvec_umax)
H A Dtranslate-a64.c5661 TRANS(UMAX_v, do_gvec_fn3_no64, a, tcg_gen_gvec_umax) in TRANS()
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc857 BINARY_INT_GVEC(PMAXUB, tcg_gen_gvec_umax, MO_8)
858 BINARY_INT_GVEC(PMAXUW, tcg_gen_gvec_umax, MO_16)
859 BINARY_INT_GVEC(PMAXUD, tcg_gen_gvec_umax, MO_32)
/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c2432 void tcg_gen_gvec_umax(unsigned vece, uint32_t dofs, uint32_t aofs, in tcg_gen_gvec_umax() function