mbox series

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

Message ID 20241111222936.59869-1-philmd@linaro.org (mailing list archive)
Headers show
Series target/mips: Convert Octeon LX instructions to decodetree | expand

Message

Philippe Mathieu-Daudé Nov. 11, 2024, 10:29 p.m. UTC
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(-)

Comments

Richard Henderson Nov. 12, 2024, 2:36 p.m. UTC | #1
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~