mbox series

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

Message ID 20210617174907.2904067-1-f4bug@amsat.org (mailing list archive)
Headers show
Series target/mips: Extract microMIPS ISA and Code Compaction ASE apart | expand

Message

Philippe Mathieu-Daudé June 17, 2021, 5:49 p.m. UTC
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

Comments

Philippe Mathieu-Daudé June 29, 2021, 4:35 a.m. UTC | #1
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.