Searched refs:tcg_out_dup_vec (Results 1 – 8 of 8) sorted by relevance
/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 1076 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 D | tcg-target.c.inc | 970 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 D | tcg.c | 143 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 D | tcg-target.c.inc | 2045 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 D | tcg-target.c.inc | 1058 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 D | tcg-target.c.inc | 2877 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 D | tcg-target.c.inc | 3163 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 D | tcg-target.c.inc | 3891 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. */
|