qemu-ppc
[Top][All Lists]
Advanced

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

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


From: Philippe Mathieu-Daudé
Subject: [PATCH 0/4] target/alpha,arm,ppc: More uses of tcg_constant()
Date: Sun, 24 Oct 2021 18:16:15 +0200

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




reply via email to

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