qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/4] target/mips: Extract microMIPS ISA and Code Compaction ASE a


From: Philippe Mathieu-Daudé
Subject: [PATCH 0/4] target/mips: Extract microMIPS ISA and Code Compaction ASE apart
Date: Thu, 17 Jun 2021 19:49:03 +0200

Extract the microMIPS ISA and Code Compaction ASE translation
routines to different source files. Patches rebased and already
reviewed, except patch #1.

Philippe Mathieu-Daudé (4):
  target/mips: Add declarations for generic TCG helpers
  target/mips: Extract Code Compaction ASE translation routines
  target/mips: Extract the microMIPS ISA translation routines
  target/mips: Add declarations for generic DSP TCG helpers

 target/mips/tcg/translate.h               |   12 +
 target/mips/tcg/translate.c               | 4363 +--------------------
 target/mips/tcg/micromips_translate.c.inc | 3231 +++++++++++++++
 target/mips/tcg/mips16e_translate.c.inc   | 1123 ++++++
 4 files changed, 4382 insertions(+), 4347 deletions(-)
 create mode 100644 target/mips/tcg/micromips_translate.c.inc
 create mode 100644 target/mips/tcg/mips16e_translate.c.inc

-- 
2.31.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]