Missing review: patch #2
Introduce store_cpu_field_constant() helper to avoid using temporary
when the value is constant (and read-only).
Since v1:
- Really use tcg_constant() in patch 2 (Richard)
Philippe Mathieu-Daudé (4):
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: Use tcg_constant_i64() in do_sat_addsub_64()
target/arm/translate-a32.h | 11 ++++++++---
target/arm/translate-sve.c | 17 ++++++++---------
target/arm/translate.c | 26 ++++++++------------------
3 files changed, 24 insertions(+), 30 deletions(-)
--
2.31.1