qemu-devel
[Top][All Lists]
Advanced

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

[PATCH 0/4] target/alpha: Use tcg_constant_*


From: Richard Henderson
Subject: [PATCH 0/4] target/alpha: Use tcg_constant_*
Date: Thu, 8 Jul 2021 11:25:15 -0700

Replace use of tcg_const_*, which makes a copy into a temp
which must be freed, with direct use of the constant.


r~


Richard Henderson (4):
  target/alpha: Store set into rx flag
  target/alpha: Use dest_sink for HW_RET temporary
  target/alpha: Use tcg_constant_i64 for zero and lit
  target/alpha: Use tcg_constant_* elsewhere

 target/alpha/translate.c | 70 +++++++++++-----------------------------
 1 file changed, 18 insertions(+), 52 deletions(-)

-- 
2.25.1




reply via email to

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