Re: [PATCH v3 14/16] target/mips: Convert microMIPS LI opcode to decodetree

2024-11-26 Thread Richard Henderson
On 11/26/24 08:00, Philippe Mathieu-Daudé wrote: Once the xlat() and simm7() helpers are added, the decoding is trivial. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/micromips16.decode| 9 + target/mips/tcg/micromips_translate.c | 19 +++ ta

[PATCH v3 14/16] target/mips: Convert microMIPS LI opcode to decodetree

2024-11-26 Thread Philippe Mathieu-Daudé
Once the xlat() and simm7() helpers are added, the decoding is trivial. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/micromips16.decode| 9 + target/mips/tcg/micromips_translate.c | 19 +++ target/mips/tcg/micromips_translate.c.inc | 12 +