qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/3] target/arm: Use tcg_constant_*


From: Philippe Mathieu-Daudé
Subject: [PATCH 0/3] target/arm: Use tcg_constant_*
Date: Sun, 3 Oct 2021 16:38:58 +0200

Introduce store_cpu_field_constant() helper to avoid using temporary
when the value is constant (and read-only).

Philippe Mathieu-Daudé (3):
  target/arm: Use tcg_constant_i32() in op_smlad()
  target/arm: Introduce store_cpu_field_constant() helper
  target/arm: Use the constant variant of store_cpu_field() when
    possible

 target/arm/translate-a32.h | 11 ++++++++---
 target/arm/translate.c     | 24 +++++++-----------------
 2 files changed, 15 insertions(+), 20 deletions(-)

-- 
2.31.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]