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

Philippe Mathieu-Daudé posted 3 patches 4 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211003143901.3681356-1-f4bug@amsat.org
There is a newer version of this series
target/arm/translate-a32.h | 11 ++++++++---
target/arm/translate.c     | 24 +++++++-----------------
2 files changed, 15 insertions(+), 20 deletions(-)
[PATCH 0/3] target/arm: Use tcg_constant_*
Posted by Philippe Mathieu-Daudé 4 years, 4 months ago
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