aboutsummaryrefslogtreecommitdiff
path: root/target/mips/cp0_helper.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-02target/mips: Move sysemu TCG-specific code to tcg/sysemu/ subfolderPhilippe Mathieu-Daudé1-1706/+0
2021-01-14target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6Philippe Mathieu-Daudé1-9/+9
2020-12-13target/mips: Introduce ase_mt_available() helperPhilippe Mathieu-Daudé1-1/+1
2020-12-13target/mips: Remove unused headers from cp0_helper.cPhilippe Mathieu-Daudé1-3/+1
2020-12-13target/mips: Do not include CP0 helpers in user-mode emulationPhilippe Mathieu-Daudé1-4/+0
2020-12-13target/mips: Replace magic values by CP0PM_MASK or TARGET_PAGE_BITS_MINPhilippe Mathieu-Daudé1-2/+3
2020-11-09target/mips: Fix PageMask with variable page sizeJiaxun Yang1-6/+21
2020-11-03target/mips: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-10-17target/mips: Move cpu_mips_get_random() with CP0 helpersPhilippe Mathieu-Daudé1-0/+25
2020-07-14target/mips: Remove identical if/else branchesAleksandar Markovic1-8/+1
2020-02-04target/mips: Separate CP0-related helpers into their own fileAleksandar Markovic1-0/+1678