Searched hist:"4 e18617555955503628a004ed97e1fc2fa7818b9" (Results 1 – 4 of 4) sorted by relevance
/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 4e18617555955503628a004ed97e1fc2fa7818b9 Tue Mar 31 08:02:08 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Increase tcg_out_dupi_vec immediate to int64_t
While we don't store more than tcg_target_long in TCGTemp, we shouldn't be limited to that for code generation. We will be able to use this for INDEX_op_dup2_vec with 2 constants.
Also pass along the minimal vece that may be said to apply to the constant. This allows some simplification in the various backends.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 4e18617555955503628a004ed97e1fc2fa7818b9 Tue Mar 31 08:02:08 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Increase tcg_out_dupi_vec immediate to int64_t
While we don't store more than tcg_target_long in TCGTemp, we shouldn't be limited to that for code generation. We will be able to use this for INDEX_op_dup2_vec with 2 constants.
Also pass along the minimal vece that may be said to apply to the constant. This allows some simplification in the various backends.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 4e18617555955503628a004ed97e1fc2fa7818b9 Tue Mar 31 08:02:08 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Increase tcg_out_dupi_vec immediate to int64_t
While we don't store more than tcg_target_long in TCGTemp, we shouldn't be limited to that for code generation. We will be able to use this for INDEX_op_dup2_vec with 2 constants.
Also pass along the minimal vece that may be said to apply to the constant. This allows some simplification in the various backends.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/ |
H A D | tcg.c | 4e18617555955503628a004ed97e1fc2fa7818b9 Tue Mar 31 08:02:08 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Increase tcg_out_dupi_vec immediate to int64_t
While we don't store more than tcg_target_long in TCGTemp, we shouldn't be limited to that for code generation. We will be able to use this for INDEX_op_dup2_vec with 2 constants.
Also pass along the minimal vece that may be said to apply to the constant. This allows some simplification in the various backends.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|