summaryrefslogtreecommitdiffstats
path: root/src/core/arm/interpreter/vfp/vfp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei2014-10-251-111/+0
| | | | Removed s_ prefix
* VFP: disable DBG messages because they spam the console with unimportant skyeye junkbunnei2014-05-201-1/+1
|
* fixed VFP DBG log for GCCbunnei2014-05-171-1/+1
|
* - removed unused stubbed out codebunnei2014-05-171-2/+2
| | | | | - 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/+111
- added initial VFP code from skyeye