On 10/3/21 10:39 AM, Philippe Mathieu-Daudé wrote:
When using a constant variable, we can replace the store_cpu_field() call by store_cpu_field_constant() which avoid using TCG temporaries.Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org> --- target/arm/translate.c | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~