summaryrefslogtreecommitdiff
path: root/src/core/arm/interpreter/mmu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: Removed unnecessary and unused SkyEye MMU code.Gravatar bunnei2014-10-2514-6013/+0
| | | | Added license header back in. I originally removed this because I mostly rewrote the file, but meh
* ARM: Reorganized file structure to move shared SkyEye code to a more common ↵Gravatar bunnei2014-10-258-11/+11
| | | | | | area. Removed s_ prefix
* Fixed vfp issuesGravatar archshift2014-05-171-2/+2
|
* - removed unused stubbed out codeGravatar bunnei2014-05-161-16/+19
| | | | | - fixed some compiler issues with xscale_copro when porting code to Windows - fixed some #include's
* added maverick.cpp to ARM core from skyeyeGravatar bunnei2014-05-161-0/+1206
|
* added missing armcopro from skyeyeGravatar bunnei2014-05-161-249/+249
|
* added missing skyeye mmu codeGravatar bunnei2014-05-158-8/+3263
|
* - moved mmu to arm/interpreter folderGravatar bunnei2014-05-156-0/+1549
- added initial VFP code from skyeye