[PATCH 0/3] target/nios2: Use tcg_constant_*

Philippe Mathieu-Daudé posted 3 patches 4 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211002233054.3575646-1-f4bug@amsat.org
target/nios2/translate.c | 33 ++++++---------------------------
1 file changed, 6 insertions(+), 27 deletions(-)
[PATCH 0/3] target/nios2: Use tcg_constant_*
Posted by Philippe Mathieu-Daudé 4 years, 4 months ago
Replace temporary TCG registers by tcg_constant_*() when possible.

Philippe Mathieu-Daudé (3):
  target/nios2: Replace load_zero() by zero constant in DisasContext
  target/nios2: Use DisasContext::zero constant instead of temporary
  target/nios2: Use tcg_constant_*

 target/nios2/translate.c | 33 ++++++---------------------------
 1 file changed, 6 insertions(+), 27 deletions(-)

-- 
2.31.1