qemu-devel
[Top][All Lists]
Advanced

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

[PATCH 0/3] target/mips: Convert Octeon LX instructions to decodetree


From: Philippe Mathieu-Daudé
Subject: [PATCH 0/3] target/mips: Convert Octeon LX instructions to decodetree
Date: Mon, 11 Nov 2024 23:29:33 +0100

Hi,

Few old patches lingering on an old branch I'm trying to rebase...

Extract gen_lx() and call it via decodetree. Trivial IMHO.

Philippe Mathieu-Daudé (3):
  target/mips: Extract gen_base_index_addr() helper
  target/mips: Extract generic gen_lx() helper
  target/mips: Convert Octeon LX instructions to decodetree

 target/mips/tcg/translate.h        |  2 +
 target/mips/tcg/octeon.decode      |  8 +++
 target/mips/tcg/octeon_translate.c | 12 +++++
 target/mips/tcg/translate.c        | 78 +++++++++++-------------------
 4 files changed, 51 insertions(+), 49 deletions(-)

-- 
2.45.2




reply via email to

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