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