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

2024-11-11 Thread Pavel Dovgalyuk
Reviewed-by: Pavel Dovgalyuk On 12.11.2024 01:29, Philippe Mathieu-Daudé wrote: Use Octeon decodetree to call gen_lx() for the LX instructions. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/octeon.decode | 8 target/mips/tcg/octeon_translate.c | 12

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

2024-11-11 Thread Philippe Mathieu-Daudé
Use Octeon decodetree to call gen_lx() for the LX instructions. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/octeon.decode | 8 target/mips/tcg/octeon_translate.c | 12 target/mips/tcg/translate.c| 4 +--- 3 files changed, 21 insertions(+), 3 del