[PATCH 0/4] target/alpha,arm,ppc: More uses of tcg_constant()

Philippe Mathieu-Daudé posted 4 patches 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211024161619.325903-1-f4bug@amsat.org
target/alpha/translate.c   |  9 +++------
target/arm/translate-sve.c | 17 ++++++++--------
target/ppc/translate.c     | 40 ++++++++++++++++----------------------
3 files changed, 28 insertions(+), 38 deletions(-)
[PATCH 0/4] target/alpha,arm,ppc: More uses of tcg_constant()
Posted by Philippe Mathieu-Daudé 2 years, 6 months ago
Few more cases where we can use tcg_constant().

Philippe Mathieu-Daudé (4):
  target/alpha: Use tcg_constant_i64() in gen_call_pal()
  target/arm: Use tcg_constant_i64() in do_sat_addsub_64()
  target/ppc: Use tcg_constant_tl() in gen_op_cmp()
  target/ppc: Use tcg_constant_i32() in gen_ld/st()

 target/alpha/translate.c   |  9 +++------
 target/arm/translate-sve.c | 17 ++++++++--------
 target/ppc/translate.c     | 40 ++++++++++++++++----------------------
 3 files changed, 28 insertions(+), 38 deletions(-)

-- 
2.31.1