Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc1150 static bool tcg_out_dup_vec(TCGContext *s, TCGType type, unsigned vece,
1162 return tcg_out_dup_vec(s, type, vece, dst, TCG_REG_TMP0);
1181 tcg_out_dup_vec(s, type, vece, dst, TCG_REG_TMP0);
2528 case INDEX_op_dup_vec: /* Always emitted via tcg_out_dup_vec. */
/openbmc/qemu/tcg/
H A Dtcg.c135 static bool tcg_out_dup_vec(TCGContext *s, TCGType type, unsigned vece,
146 static inline bool tcg_out_dup_vec(TCGContext *s, TCGType type, unsigned vece, in tcg_out_dup_vec() function
4749 if (tcg_out_dup_vec(s, vtype, vece, ots->reg, its->reg)) { in tcg_reg_alloc_dup()
4786 ok = tcg_out_dup_vec(s, vtype, vece, ots->reg, ots->reg); in tcg_reg_alloc_dup()
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc952 static bool tcg_out_dup_vec(TCGContext *s, TCGType type, unsigned vece,
1001 tcg_out_dup_vec(s, type, vece, r, r);
1006 tcg_out_dup_vec(s, type, vece, r, r);
3467 tcg_out_dup_vec(s, type, MO_64, a0, a0);
3607 case INDEX_op_dup_vec: /* Always emitted via tcg_out_dup_vec. */
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc1690 static bool tcg_out_dup_vec(TCGContext *s, TCGType type, unsigned vece,
1774 tcg_out_dup_vec(s, type, vece, rd, TCG_REG_TMP0);
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc2444 static bool tcg_out_dup_vec(TCGContext *s, TCGType type, unsigned vece,
2806 case INDEX_op_dup_vec: /* Always emitted via tcg_out_dup_vec. */
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc1045 static bool tcg_out_dup_vec(TCGContext *s, TCGType type, unsigned vece,
2835 case INDEX_op_dup_vec: /* Always emitted via tcg_out_dup_vec. */
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc2768 static bool tcg_out_dup_vec(TCGContext *s, TCGType type, unsigned vece,
3081 case INDEX_op_dup_vec: /* Always emitted via tcg_out_dup_vec. */
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc3602 static bool tcg_out_dup_vec(TCGContext *s, TCGType type, unsigned vece,
4024 case INDEX_op_dup_vec: /* Always emitted via tcg_out_dup_vec. */