aboutsummaryrefslogtreecommitdiff
path: root/target/mips/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2021-02-21target/mips: Promote 128-bit multimedia registers as global onesPhilippe Mathieu-Daudé1-3/+7
2021-02-21target/mips: Remove unused MMU definitionsPhilippe Mathieu-Daudé1-16/+0
2021-01-14target/mips: Introduce ase_msa_available() helperPhilippe Mathieu-Daudé1-0/+6
2021-01-14target/mips/mips-defs: Introduce CPU_MIPS64 and cpu_type_is_64bit()Philippe Mathieu-Daudé1-0/+5
2021-01-14target/mips/addr: Add translation helpers for KSEG1Jiaxun Yang1-0/+2
2021-01-14target/mips: Add CP0 Config0 register definitions for MIPS3 ISAPhilippe Mathieu-Daudé1-1/+9
2020-12-17linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macroPhilippe Mathieu-Daudé1-0/+1
2020-12-13target/mips: Introduce ase_mt_available() helperPhilippe Mathieu-Daudé1-0/+7
2020-12-13hw/mips: Move address translation helpers to target/mips/Philippe Mathieu-Daudé1-0/+8
2020-12-13target/mips: Introduce cpu_supports_isa() taking CPUMIPSState argumentPhilippe Mathieu-Daudé1-0/+1
2020-12-13target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT()Philippe Mathieu-Daudé1-2/+2
2020-11-09target/mips: Fix PageMask with variable page sizeJiaxun Yang1-0/+1
2020-10-17target/mips/cpu: Introduce mips_cpu_create_with_clock() helperPhilippe Mathieu-Daudé1-0/+12
2020-10-17target/mips/cpu: Allow the CPU to use dynamic frequenciesPhilippe Mathieu-Daudé1-0/+4
2020-10-17target/mips/cpu: Make cp0_count_rate a propertyPhilippe Mathieu-Daudé1-0/+9
2020-10-17target/mips: Move cp0_count_ns to CPUMIPSStatePhilippe Mathieu-Daudé1-0/+1
2020-06-09target/mips: Add Loongson-3 CPU definitionHuacai Chen1-2/+30
2020-01-29target/mips: Add implementation of GINVT instructionYongbok Kim1-1/+1
2020-01-29target/mips: Amend CP0 WatchHi register implementationYongbok Kim1-1/+1
2020-01-15target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson1-4/+0
2019-08-29target/mips: Clean up handling of CP0 register 31Aleksandar Markovic1-1/+1
2019-08-29target/mips: Clean up handling of CP0 register 29Aleksandar Markovic1-8/+14
2019-08-29target/mips: Clean up handling of CP0 register 28Aleksandar Markovic1-10/+14
2019-08-29target/mips: Clean up handling of CP0 register 26Aleksandar Markovic1-1/+1
2019-08-29target/mips: Clean up handling of CP0 register 23Aleksandar Markovic1-0/+6
2019-08-29target/mips: Clean up handling of CP0 register 19Aleksandar Markovic1-0/+4
2019-08-29target/mips: Clean up handling of CP0 register 18Aleksandar Markovic1-8/+12
2019-08-29target/mips: Clean up handling of CP0 register 16Aleksandar Markovic1-1/+2
2019-08-29target/mips: Clean up handling of CP0 register 15Aleksandar Markovic1-0/+1
2019-08-29target/mips: Clean up handling of CP0 register 14Aleksandar Markovic1-0/+1
2019-08-29target/mips: Clean up handling of CP0 register 13Aleksandar Markovic1-0/+2
2019-08-29target/mips: Clean up handling of CP0 register 12Aleksandar Markovic1-0/+3
2019-08-29target/mips: Clean up handling of CP0 register 10Aleksandar Markovic1-0/+1
2019-08-29target/mips: Clean up handling of CP0 register 8Aleksandar Markovic1-0/+1
2019-08-29target/mips: Clean up handling of CP0 register 6Aleksandar Markovic1-0/+6
2019-08-29target/mips: Clean up handling of CP0 register 5Aleksandar Markovic1-0/+6
2019-08-29target/mips: Clean up handling of CP0 register 4Aleksandar Markovic1-0/+2
2019-08-29target/mips: Clean up handling of CP0 register 3Aleksandar Markovic1-0/+1
2019-08-29target/mips: Clean up handling of CP0 register 2Aleksandar Markovic1-0/+7
2019-08-29target/mips: Clean up handling of CP0 register 1Aleksandar Markovic1-0/+8
2019-08-29target/mips: Clean up handling of CP0 register 0Aleksandar Markovic1-0/+3
2019-08-20configure: Define target access alignment in configuretony.nguyen@bt.com1-2/+0
2019-08-19target/mips: rationalise softfloat includesAlex Bennée1-7/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-10cpu: Remove CPU_COMMONRichard Henderson1-2/+0
2019-06-10cpu: Introduce CPUNegativeOffsetStateRichard Henderson1-0/+1
2019-06-10cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson1-1/+0
2019-06-10target/mips: Use env_cpu, env_archcpuRichard Henderson1-5/+0
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-2/+0
2019-06-10cpu: Define ArchCPURichard Henderson1-0/+1