summaryrefslogtreecommitdiffstats
path: root/src/core/arm/interpreter/vfp/vfpsingle.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei2014-10-251-1278/+0
| | | | Removed s_ prefix
* ARM: Remove a forgotten const in vfp.Emmanuel Gil Peyrot2014-08-201-1/+1
|
* Fixed vfp issuesarchshift2014-05-171-2/+2
|
* same fix as last commit - just for vfpsingle.cppbunnei2014-05-171-2/+2
|
* - removed unused stubbed out codebunnei2014-05-171-2/+3
| | | | | - fixed some compiler issues with xscale_copro when porting code to Windows - fixed some #include's
* - moved mmu to arm/interpreter folderbunnei2014-05-161-0/+1277
- added initial VFP code from skyeye