Re: [PATCH v2 1/6] target/mips: Introduce decode tree bindings for microMIPS ISA

2024-11-26 Thread Philippe Mathieu-Daudé
On 12/11/24 18:20, Philippe Mathieu-Daudé wrote: From: Philippe Mathieu-Daudé Introduce the microMIPS decodetree configs for the 16-bit and 32-bit instructions. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/translate.h | 2 ++ target/mips/tcg/micromips16.decode

Re: [PATCH v2 1/6] target/mips: Introduce decode tree bindings for microMIPS ISA

2024-11-12 Thread Richard Henderson
On 11/12/24 09:20, Philippe Mathieu-Daudé wrote: From: Philippe Mathieu-Daudé Introduce the microMIPS decodetree configs for the 16-bit and 32-bit instructions. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/translate.h | 2 ++ target/mips/tcg/micromips16.decode

[PATCH v2 1/6] target/mips: Introduce decode tree bindings for microMIPS ISA

2024-11-12 Thread Philippe Mathieu-Daudé
From: Philippe Mathieu-Daudé Introduce the microMIPS decodetree configs for the 16-bit and 32-bit instructions. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/translate.h | 2 ++ target/mips/tcg/micromips16.decode| 9 + target/mips/tcg/micromips32.dec