Searched refs:tcg_out_dupm_vec (Results 1 – 8 of 8) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | 145 static bool tcg_out_dupm_vec(TCGContext *s, TCGType type, unsigned vece, 159 static inline bool tcg_out_dupm_vec(TCGContext *s, TCGType type, unsigned vece, in tcg_out_dupm_vec() function 5215 if (tcg_out_dupm_vec(s, vtype, vece, ots->reg, its->mem_base->reg, in tcg_reg_alloc_dup() 6015 if (tcg_out_dupm_vec(s, vtype, MO_64, ots->reg, in tcg_reg_alloc_dup2()
|
/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 2901 static bool tcg_out_dupm_vec(TCGContext *s, TCGType type, unsigned vece, 3017 tcg_out_dupm_vec(s, type, MO_32, rd, TCG_REG_TMP, 0); 3059 tcg_out_dupm_vec(s, type, vece, a0, a1, a2);
|
/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 2061 static bool tcg_out_dupm_vec(TCGContext *s, TCGType type, unsigned vece, 2464 tcg_out_dupm_vec(s, type, vece, a0, a1, a2);
|
/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 1084 static bool tcg_out_dupm_vec(TCGContext *s, TCGType type, unsigned vece, 2661 tcg_out_dupm_vec(s, type, vece, a0, a1, a2);
|
/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 1066 static bool tcg_out_dupm_vec(TCGContext *s, TCGType type, unsigned vece, 2948 tcg_out_dupm_vec(s, type, vece, a0, a1, a2);
|
/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 3183 static bool tcg_out_dupm_vec(TCGContext *s, TCGType type, unsigned vece, 3356 tcg_out_dupm_vec(s, type, vece, a0, a1, a2);
|
/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 3940 static bool tcg_out_dupm_vec(TCGContext *s, TCGType type, unsigned vece, 4192 tcg_out_dupm_vec(s, type, vece, a0, a1, a2);
|
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 1001 static bool tcg_out_dupm_vec(TCGContext *s, TCGType type, unsigned vece, 4062 tcg_out_dupm_vec(s, type, vece, a0, a1, a2);
|