Searched refs:tcg_out_dupi_vec (Results 1 – 8 of 8) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | 147 static void tcg_out_dupi_vec(TCGContext *s, TCGType type, unsigned vece, 164 static inline void tcg_out_dupi_vec(TCGContext *s, TCGType type, unsigned vece, in tcg_out_dupi_vec() function 4896 tcg_out_dupi_vec(s, ts->type, vece, reg, ts->val); in temp_load() 6002 tcg_out_dupi_vec(s, vtype, vece, ots->reg, val); in tcg_reg_alloc_dup2()
|
/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 955 static void tcg_out_dupi_vec(TCGContext *s, TCGType type, unsigned vece, 3144 tcg_out_dupi_vec(s, type, MO_8, a0, 3173 tcg_out_dupi_vec(s, type, MO_8, TCG_VEC_TMP0, 0);
|
/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 2917 static void tcg_out_dupi_vec(TCGContext *s, TCGType type, unsigned vece, 3192 tcg_out_dupi_vec(s, type, MO_8, a0, 3209 tcg_out_dupi_vec(s, type, MO_8, TCG_VEC_TMP, 0);
|
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 1033 static void tcg_out_dupi_vec(TCGContext *s, TCGType type, unsigned vece, 3751 tcg_out_dupi_vec(s, type, vece, TCG_TMP_VEC, -1);
|
/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 2110 static void tcg_out_dupi_vec(TCGContext *s, TCGType type, unsigned vece,
|
/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 1091 static void tcg_out_dupi_vec(TCGContext *s, TCGType type, unsigned vece,
|
/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 3190 static void tcg_out_dupi_vec(TCGContext *s, TCGType type, unsigned vece,
|
/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 1166 static void tcg_out_dupi_vec(TCGContext *s, TCGType type, unsigned vece,
|