summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/vfp/vfpinstr.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-04vfp: Throw out unused codeLioncash1-1733/+0
2015-01-23vfp: Clean up vertical alignment for instructionsLioncash1-131/+125
2015-01-19Cleanup: Logging in CoreChin1-248/+84
2015-01-03VFP: Minor cleanup, functionally the same.bunnei1-2587/+2476
2014-12-31dyncom: Massive refactorbunnei1-140/+30
2014-12-30vfp: Implement VMOVBRRSSLioncash1-10/+25
2014-12-30dyncom: Various cleanups to match coding style, no functional changes.bunnei1-32/+0
2014-12-29vfp: Actually make the code somewhat readableLioncash1-1581/+344
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei1-24/+24
Fixed typo (make protected member public) Added license header back in. I originally removed this because I mostly rewrote the file, but meh ARM: Fixed a type error in dyncom interpreter. ARM: Updated dyncom to use unique_ptr for internal ARM state.
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei1-0/+0
Removed s_ prefix
2014-05-16- moved mmu to arm/interpreter folderbunnei1-0/+5123
- added initial VFP code from skyeye