qemu-devel
[Top][All Lists]
Advanced

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

[PATCH 0/2] target/hexagon: Use tcg_constant_*


From: Philippe Mathieu-Daudé
Subject: [PATCH 0/2] target/hexagon: Use tcg_constant_*
Date: Sun, 3 Oct 2021 02:47:48 +0200

Replace temporary TCG registers by tcg_constant_*() when possible.

Philippe Mathieu-Daudé (2):
  target/hexagon: Remove unused TCG temporary from predicated loads
  target/hexagon: Use tcg_constant_*

 target/hexagon/gen_tcg.h        |  6 ++---
 target/hexagon/macros.h         |  5 +----
 target/hexagon/genptr.c         | 39 +++++++++++----------------------
 target/hexagon/translate.c      | 26 +++++++---------------
 target/hexagon/gen_tcg_funcs.py |  4 +---
 5 files changed, 25 insertions(+), 55 deletions(-)

-- 
2.31.1




reply via email to

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