[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
- [PATCH 0/3] target/mips: Convert Octeon LX instructions to decodetree,
Philippe Mathieu-Daudé <=
- [PATCH 1/3] target/mips: Extract gen_base_index_addr() helper, Philippe Mathieu-Daudé, 2024/11/11
- [PATCH 2/3] target/mips: Extract generic gen_lx() helper, Philippe Mathieu-Daudé, 2024/11/11
- [PATCH 3/3] target/mips: Convert Octeon LX instructions to decodetree, Philippe Mathieu-Daudé, 2024/11/11
- Re: [PATCH 0/3] target/mips: Convert Octeon LX instructions to decodetree, Richard Henderson, 2024/11/12
- Re: [PATCH 0/3] target/mips: Convert Octeon LX instructions to decodetree, Philippe Mathieu-Daudé, 2024/11/15