summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/vfp/vfp.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-1/+0
2015-04-18dyncom: Remove unused/unnecessary VFP cruftLioncash1-615/+6
2015-04-06vfp: Get rid of the VFP_OFFSET macroLioncash1-14/+14
2015-02-13arm: General cleanupLioncash1-4/+5
- Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
2015-02-13dyncom: Clean up the constructorLioncash1-5/+0
Some function calls aren't necessary and would be handled by regular initialization routines.
2015-02-09vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuffLioncash1-2/+2
2015-02-06vfp: Move FPSID, FPEXC, and FPSCR values over to enums.Lioncash1-0/+1
Also got rid of duplicate definitions of some of these values.
2015-02-01vfp: Get rid of some compile warningsLioncash1-4/+2
2015-02-01arm: Adios armemuLioncash1-138/+92
2015-01-27Update vfp.cppbunnei1-1/+1
VFP: Changed a debug log to trace.
2015-01-19Cleanup: Logging in CoreChin1-132/+23
2014-12-30vfp: Implement VMOVBRRSSLioncash1-2/+18
2014-12-29vfp: Actually make the code somewhat readableLioncash1-69/+594
2014-11-02ARM: Merge latest VFP fixes from 3dmoo team.bunnei1-218/+258
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei1-16/+16
Removed s_ prefix
2014-05-16- moved mmu to arm/interpreter folderbunnei1-0/+357
- added initial VFP code from skyeye