aboutsummaryrefslogtreecommitdiff
path: root/target/mips/cpu-defs.c.inc
AgeCommit message (Expand)AuthorFilesLines
2023-07-10target/mips: enable GINVx support for I6400 and I6500Marcin Nowakowski1-2/+2
2023-07-10target/mips: Add support of two XBurst CPUsSiarhei Volkau1-0/+46
2023-07-10target/mips: Implement Loongson CSR instructionsJiaxun Yang1-0/+9
2023-03-08target/mips: Set correct CP0.Config[4, 5] values for M14K(c)Marcin Nowakowski1-2/+8
2023-03-08target/mips: Implement CP0.Config7.WII bit supportMarcin Nowakowski1-0/+3
2022-11-08target/mips: Disable DSP ASE for Octeon68XXJiaxun Yang1-2/+2
2022-07-12target/mips: introduce Cavium Octeon CPU modelPavel Dovgalyuk1-0/+28
2021-11-02target/mips: Remove obsolete FCR0_HAS2008 comment on P5600 CPUPhilippe Mathieu-Daudé1-1/+0
2021-11-02target/mips: Fix Loongson-3A4000 MSAIR config registerPhilippe Mathieu-Daudé1-0/+1
2021-08-25target/mips: Allow Loongson 3A1000 to use up to 48-bit VAddrPhilippe Mathieu-Daudé1-1/+1
2021-08-25target/mips: Document Loongson-3A CPU definitionsPhilippe Mathieu-Daudé1-2/+2
2021-01-14target/mips: Remove vendor specific CPU definitionsPhilippe Mathieu-Daudé1-5/+7
2021-01-14target/mips: Remove CPU_NANOMIPS32 definitionPhilippe Mathieu-Daudé1-2/+2
2021-01-14target/mips: Move msa_reset() to msa_helper.cPhilippe Mathieu-Daudé1-36/+0
2021-01-14target/mips: Remove now unused ASE_MSA definitionPhilippe Mathieu-Daudé1-4/+4
2021-01-14target/mips: Simplify msa_reset()Philippe Mathieu-Daudé1-0/+4
2021-01-14target/mips: Rename translate_init.c as cpu-defs.cPhilippe Mathieu-Daudé1-0/+1007