Re: [PATCH 1/4] MIPS: Add basic support for mips allegrex CPU

2025-09-06 Thread David Guillen Fandos
El jue, 21 ago 2025 a las 5:21, YunQiang Su () escribió: > > David Guillen Fandos 于2025年8月10日周日 03:02写道: > > > > The MIPS Allegrex CPU is based on MIPS2 with some additional MIPS32r2 > > instructions and a few novel ones. Support for this CPU was added as of > > binutils 2.41. > > > > gcc/ChangeLo

Re: [PATCH 1/4] MIPS: Add basic support for mips allegrex CPU

2025-08-20 Thread YunQiang Su
David Guillen Fandos 于2025年8月10日周日 03:02写道: > > The MIPS Allegrex CPU is based on MIPS2 with some additional MIPS32r2 > instructions and a few novel ones. Support for this CPU was added as of > binutils 2.41. > > gcc/ChangeLog: > > * config/mips/mips-cpus.def (MIPS_CPU): Added a new CPU. >

[PATCH 1/4] MIPS: Add basic support for mips allegrex CPU

2025-08-09 Thread David Guillen Fandos
The MIPS Allegrex CPU is based on MIPS2 with some additional MIPS32r2 instructions and a few novel ones. Support for this CPU was added as of binutils 2.41. gcc/ChangeLog: * config/mips/mips-cpus.def (MIPS_CPU): Added a new CPU. * config/mips/mips-tables.opt: Regenerated table.