Home
last modified time | relevance | path

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

/qemu/tcg/riscv/
H A Dtcg-target.c.inc1076 static bool tcg_out_dup_vec(TCGContext *s, TCGType type, unsigned vece,
1088 return tcg_out_dup_vec(s, type, vece, dst, TCG_REG_TMP0);
1107 tcg_out_dup_vec(s, type, vece, dst, TCG_REG_TMP0);
2810 case INDEX_op_dup_vec: /* Always emitted via tcg_out_dup_vec. */
/qemu/tcg/i386/
H A Dtcg-target.c.inc970 static bool tcg_out_dup_vec(TCGContext *s, TCGType type, unsigned vece,
1019 tcg_out_dup_vec(s, type, vece, r, r);
1024 tcg_out_dup_vec(s, type, vece, r, r);
3998 tcg_out_dup_vec(s, type, MO_64, a0, a0);
4138 case INDEX_op_dup_vec: /* Always emitted via tcg_out_dup_vec. */
/qemu/tcg/
H A Dtcg.c143 static bool tcg_out_dup_vec(TCGContext *s, TCGType type, unsigned vece,
154 static inline bool tcg_out_dup_vec(TCGContext *s, TCGType type, unsigned vece, in tcg_out_dup_vec() function
5191 if (tcg_out_dup_vec(s, vtype, vece, ots->reg, its->reg)) { in tcg_reg_alloc_dup()
5228 ok = tcg_out_dup_vec(s, vtype, vece, ots->reg, ots->reg); in tcg_reg_alloc_dup()
/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc2045 static bool tcg_out_dup_vec(TCGContext *s, TCGType type, unsigned vece,
2129 tcg_out_dup_vec(s, type, vece, rd, TCG_REG_TMP0);
/qemu/tcg/aarch64/
H A Dtcg-target.c.inc1058 static bool tcg_out_dup_vec(TCGContext *s, TCGType type, unsigned vece,
3217 case INDEX_op_dup_vec: /* Always emitted via tcg_out_dup_vec. */
/qemu/tcg/arm/
H A Dtcg-target.c.inc2877 static bool tcg_out_dup_vec(TCGContext *s, TCGType type, unsigned vece,
3239 case INDEX_op_dup_vec: /* Always emitted via tcg_out_dup_vec. */
/qemu/tcg/s390x/
H A Dtcg-target.c.inc3163 static bool tcg_out_dup_vec(TCGContext *s, TCGType type, unsigned vece,
3476 case INDEX_op_dup_vec: /* Always emitted via tcg_out_dup_vec. */
/qemu/tcg/ppc/
H A Dtcg-target.c.inc3891 static bool tcg_out_dup_vec(TCGContext *s, TCGType type, unsigned vece,
4313 case INDEX_op_dup_vec: /* Always emitted via tcg_out_dup_vec. */