On 11/11/24 14:44, Philippe Mathieu-Daudé wrote:
From: Philippe Mathieu-Daudé<f4...@amsat.org>
Introduce the nanoMIPS decodetree configs for the 16-bit
and 32-bit instructions.
Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org>
Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org>
---
target/mips/tcg/translate.h | 2 ++
target/mips/tcg/nanomips16.decode | 8 ++++++++
target/mips/tcg/nanomips32.decode | 8 ++++++++
target/mips/tcg/nanomips_translate.c | 14 ++++++++++++++
target/mips/tcg/nanomips_translate.c.inc | 7 +++++++
target/mips/tcg/meson.build | 3 +++
6 files changed, 42 insertions(+)
create mode 100644 target/mips/tcg/nanomips16.decode
create mode 100644 target/mips/tcg/nanomips32.decode
create mode 100644 target/mips/tcg/nanomips_translate.c
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~