mbox series

[0/2] target/mips: Convert nanoMIPS LSA opcode to decodetree

Message ID 20241111224452.61276-1-philmd@linaro.org (mailing list archive)
Headers show
Series target/mips: Convert nanoMIPS LSA opcode to decodetree | expand

Message

Philippe Mathieu-Daudé Nov. 11, 2024, 10:44 p.m. UTC
Yet another 2 patches extracted from an old branch
I'm rebasing. Trivial decodetree conversion of LSA,
however this introduce the basis to convert nanoMIPS
opcodes.

Philippe Mathieu-Daudé (2):
  target/mips: Introduce decode tree bindings for nanoMIPS ISA
  target/mips: Convert nanoMIPS LSA opcode to decodetree

 target/mips/tcg/translate.h              |  2 ++
 target/mips/tcg/nanomips16.decode        |  8 ++++++++
 target/mips/tcg/nanomips32.decode        | 16 +++++++++++++++
 target/mips/tcg/nanomips_translate.c     | 26 ++++++++++++++++++++++++
 target/mips/tcg/nanomips_translate.c.inc | 16 +++++++--------
 target/mips/tcg/meson.build              |  3 +++
 6 files changed, 62 insertions(+), 9 deletions(-)
 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

Comments

Aleksandar Rikalo Nov. 12, 2024, 9:59 a.m. UTC | #1
> Yet another 2 patches extracted from an old branch
> I'm rebasing. Trivial decodetree conversion of LSA,
> however this introduce the basis to convert nanoMIPS
> opcodes.
>
> Philippe Mathieu-Daudé (2):
>   target/mips: Introduce decode tree bindings for nanoMIPS ISA
>   target/mips: Convert nanoMIPS LSA opcode to decodetree
>

For the entire series:

Reviewed-by: Aleksandar Rikalo <arikalo@gmail.com>