[PATCH-for-6.2 0/5] target/mips: Convert NEC Vr54xx to decodetree

Philippe Mathieu-Daudé posted 5 patches 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210801235926.3178085-1-f4bug@amsat.org
Maintainers: Jiaxun Yang <jiaxun.yang@flygoat.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Aurelien Jarno <aurelien@aurel32.net>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
There is a newer version of this series
target/mips/tcg/translate.h        |   1 +
target/mips/tcg/vr54xx.decode      |  27 ++++++
target/mips/tcg/op_helper.c        | 118 ------------------------
target/mips/tcg/translate.c        |  98 +-------------------
target/mips/tcg/vr54xx_helper.c    | 142 +++++++++++++++++++++++++++++
target/mips/tcg/vr54xx_translate.c |  79 ++++++++++++++++
target/mips/tcg/meson.build        |   3 +
7 files changed, 257 insertions(+), 211 deletions(-)
create mode 100644 target/mips/tcg/vr54xx.decode
create mode 100644 target/mips/tcg/vr54xx_helper.c
create mode 100644 target/mips/tcg/vr54xx_translate.c
[PATCH-for-6.2 0/5] target/mips: Convert NEC Vr54xx to decodetree
Posted by Philippe Mathieu-Daudé 2 years, 9 months ago
Trivial conversion, few more lines moved out of the huge translate.c.

Philippe Mathieu-Daudé (5):
  target/mips: Extract NEC Vr54xx helpers to vr54xx_helper.c
  target/mips: Introduce decodetree structure for NEC Vr54xx extension
  target/mips: Convert Vr54xx MACC* opcodes to decodetree
  target/mips: Convert Vr54xx MUL* opcodes to decodetree
  target/mips: Convert Vr54xx MSA* opcodes to decodetree

 target/mips/tcg/translate.h        |   1 +
 target/mips/tcg/vr54xx.decode      |  27 ++++++
 target/mips/tcg/op_helper.c        | 118 ------------------------
 target/mips/tcg/translate.c        |  98 +-------------------
 target/mips/tcg/vr54xx_helper.c    | 142 +++++++++++++++++++++++++++++
 target/mips/tcg/vr54xx_translate.c |  79 ++++++++++++++++
 target/mips/tcg/meson.build        |   3 +
 7 files changed, 257 insertions(+), 211 deletions(-)
 create mode 100644 target/mips/tcg/vr54xx.decode
 create mode 100644 target/mips/tcg/vr54xx_helper.c
 create mode 100644 target/mips/tcg/vr54xx_translate.c

-- 
2.31.1