Searched refs:tcg_out_dupm_vec (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg.c | 137 static bool tcg_out_dupm_vec(TCGContext *s, TCGType type, unsigned vece, 151 static inline bool tcg_out_dupm_vec(TCGContext *s, TCGType type, unsigned vece, in tcg_out_dupm_vec() function 4773 if (tcg_out_dupm_vec(s, vtype, vece, ots->reg, its->mem_base->reg, in tcg_reg_alloc_dup() 5265 if (tcg_out_dupm_vec(s, vtype, MO_64, ots->reg, in tcg_reg_alloc_dup2()
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 2468 static bool tcg_out_dupm_vec(TCGContext *s, TCGType type, unsigned vece, 2584 tcg_out_dupm_vec(s, type, MO_32, rd, TCG_REG_TMP, 0); 2626 tcg_out_dupm_vec(s, type, vece, a0, a1, a2);
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 1707 static bool tcg_out_dupm_vec(TCGContext *s, TCGType type, unsigned vece, 2116 tcg_out_dupm_vec(s, type, vece, a0, a1, a2);
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 1053 static bool tcg_out_dupm_vec(TCGContext *s, TCGType type, unsigned vece, 2566 tcg_out_dupm_vec(s, type, vece, a0, a1, a2);
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 2783 static bool tcg_out_dupm_vec(TCGContext *s, TCGType type, unsigned vece, 2868 tcg_out_dupm_vec(s, type, vece, a0, a1, a2);
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 935 static bool tcg_out_dupm_vec(TCGContext *s, TCGType type, unsigned vece, 3298 tcg_out_dupm_vec(s, type, vece, a0, a1, a2);
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 3647 static bool tcg_out_dupm_vec(TCGContext *s, TCGType type, unsigned vece, 3760 tcg_out_dupm_vec(s, type, vece, a0, a1, a2);
|