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

Philippe Mathieu-Daudé posted 3 patches 1 week, 4 days ago
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(-)
[PATCH 0/3] target/mips: Convert Octeon LX instructions to decodetree
Posted by Philippe Mathieu-Daudé 1 week, 4 days ago
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


Re: [PATCH 0/3] target/mips: Convert Octeon LX instructions to decodetree
Posted by Philippe Mathieu-Daudé 1 week, 1 day ago
On 11/11/24 22:29, Philippe Mathieu-Daudé wrote:

> 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

Thanks, series queued to mips-next tree.

Re: [PATCH 0/3] target/mips: Convert Octeon LX instructions to decodetree
Posted by Richard Henderson 1 week, 4 days ago
On 11/11/24 14:29, Philippe Mathieu-Daudé wrote:
> 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(-)
> 

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~