aboutsummaryrefslogtreecommitdiff
path: root/target/mips/mips-defs.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-12target/mips: introduce decodetree structure for Cavium Octeon extensionPavel Dovgalyuk1-0/+1
2021-01-14target/mips: Remove vendor specific CPU definitionsPhilippe Mathieu-Daudé1-5/+0
2021-01-14target/mips: Remove CPU_NANOMIPS32 definitionPhilippe Mathieu-Daudé1-3/+0
2021-01-14target/mips: Remove CPU_R5900 definitionPhilippe Mathieu-Daudé1-1/+0
2021-01-14target/mips: Remove now unused ASE_MSA definitionPhilippe Mathieu-Daudé1-1/+0
2021-01-14target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6Philippe Mathieu-Daudé1-2/+2
2021-01-14target/mips/mips-defs: Rename ISA_MIPS32R5 as ISA_MIPS_R5Philippe Mathieu-Daudé1-2/+2
2021-01-14target/mips/mips-defs: Rename ISA_MIPS32R3 as ISA_MIPS_R3Philippe Mathieu-Daudé1-2/+2
2021-01-14target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2Philippe Mathieu-Daudé1-2/+2
2021-01-14target/mips/mips-defs: Rename ISA_MIPS32 as ISA_MIPS_R1Philippe Mathieu-Daudé1-2/+2
2021-01-14target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6Philippe Mathieu-Daudé1-2/+1
2021-01-14target/mips/mips-defs: Use ISA_MIPS32R5 definition to check Release 5Philippe Mathieu-Daudé1-2/+1
2021-01-14target/mips/mips-defs: Use ISA_MIPS32R3 definition to check Release 3Philippe Mathieu-Daudé1-2/+1
2021-01-14target/mips/mips-defs: Use ISA_MIPS32R2 definition to check Release 2Philippe Mathieu-Daudé1-2/+1
2021-01-14target/mips/mips-defs: Use ISA_MIPS32 definition to check Release 1Philippe Mathieu-Daudé1-2/+1
2021-01-14target/mips/mips-defs: Introduce CPU_MIPS64 and cpu_type_is_64bit()Philippe Mathieu-Daudé1-1/+3
2021-01-14target/mips/mips-defs: Rename CPU_MIPSxx Release 1 as CPU_MIPSxxR1Philippe Mathieu-Daudé1-4/+4
2021-01-14target/mips/mips-defs: Reorder CPU_MIPS5 definitionPhilippe Mathieu-Daudé1-2/+1
2021-01-14target/mips/mips-defs: Remove USE_HOST_FLOAT_REGS commentPhilippe Mathieu-Daudé1-6/+0
2020-06-15target/mips: Add comments for vendor-specific ASEsJiaxun Yang1-0/+4
2020-06-15target/mips: Legalize Loongson insn flagsJiaxun Yang1-2/+2
2020-06-09target/mips: Add Loongson-3 CPU definitionHuacai Chen1-20/+25
2019-10-01target/mips: Clean up mips-defs.hAleksandar Markovic1-26/+32
2019-06-10tcg: Split out target/arch/cpu-param.hRichard Henderson1-15/+0
2018-10-29target/mips: Define a bit for MXU in insn_flagsCraig Janeczek1-0/+1
2018-10-24target/mips: Define R5900 ISA, MMI ASE, and R5900 CPU preprocessor constantsFredrik Noring1-0/+3
2018-10-18target/mips: Improve DSP R2/R3-related namingStefan Markovic1-2/+2
2018-10-18target/mips: Add bit definitions for DSP R3 ASEStefan Markovic1-0/+1
2018-10-18target/mips: Reorganize bit definitions for insn_flags (ISAs/ASEs flags)Philippe Mathieu-Daudé1-34/+44
2018-08-24target/mips: Add preprocessor constants for nanoMIPSAleksandar Markovic1-0/+4
2017-10-16linux-user: Tidy and enforce reserved_va initializationRichard Henderson1-1/+5
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+91