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

Philippe Mathieu-Daudé posted 4 patches 2 years, 10 months ago
Failed in applying to current master (apply log)
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
[PATCH 0/4] target/mips: Extract microMIPS ISA and Code Compaction ASE apart
Posted by Philippe Mathieu-Daudé 2 years, 10 months ago
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

Re: [PATCH 0/4] target/mips: Extract microMIPS ISA and Code Compaction ASE apart
Posted by Philippe Mathieu-Daudé 2 years, 9 months ago
On 6/17/21 7:49 PM, Philippe Mathieu-Daudé wrote:
> 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

Patches 1-3 queued to mips-next.