mbox series

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

Message ID 20211024161619.325903-1-f4bug@amsat.org (mailing list archive)
Headers show
Series target/alpha,arm,ppc: More uses of tcg_constant() | expand

Message

Philippe Mathieu-Daudé Oct. 24, 2021, 4:16 p.m. UTC
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(-)