Home
last modified time | relevance | path

Searched refs:tcg_gen_umax_vec (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/tcg/
H A Dtcg-op-vec.c614 tcg_gen_umax_vec(vece, t, a, b); in tcg_gen_ussub_vec()
647 void tcg_gen_umax_vec(unsigned vece, TCGv_vec r, TCGv_vec a, TCGv_vec b) in tcg_gen_umax_vec() function
H A Dtcg-op-gvec.c2410 { .fniv = tcg_gen_umax_vec, in tcg_gen_gvec_umax()
2414 { .fniv = tcg_gen_umax_vec, in tcg_gen_gvec_umax()
2419 .fniv = tcg_gen_umax_vec, in tcg_gen_gvec_umax()
2424 .fniv = tcg_gen_umax_vec, in tcg_gen_gvec_umax()
/openbmc/qemu/include/tcg/
H A Dtcg-op-common.h437 void tcg_gen_umax_vec(unsigned vece, TCGv_vec r, TCGv_vec a, TCGv_vec b);
/openbmc/qemu/target/loongarch/insn_trans/
H A Dtrans_vec.c.inc1600 tcg_gen_umax_vec(vece, t, a, b);
1766 tcg_gen_umax_vec(vece, t, a, tcg_constant_vec_matching(t, vece, imm));
/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc3183 tcg_gen_umax_vec(vece, t, a, b);
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc3973 tcg_gen_umax_vec(vece, t1, v1, v2);
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c7388 tcg_gen_umax_vec(vece, d, a, n); in gen_uclamp_vec()
H A Dtranslate.c4357 tcg_gen_umax_vec(vece, d, a, b); in gen_uabd_vec()