summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/vfp/vfpsingle.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-11General: Replace NULL and '0' usages with nullptr where applicableLioncash1-14/+14
2015-08-16vfp: use std::swap where applicableLioncash1-6/+3
2015-06-28Core, VideoCore: Replace or fix exit() calls.Emmanuel Gil Peyrot1-1/+3
2015-05-23VFP: Log as trace to get rid of spamming.bunnei1-23/+23
2015-05-21dyncom: Eliminate clang warningsLioncash1-1/+3
2015-05-14vfp: Get rid of warningsLioncash1-3/+3
2015-05-11vfp: Handle flush-to-zero mode.Lioncash1-15/+15
2015-04-14Core_ARM11: Replace debug prints with our own logging functions in vfpsingle.Emmanuel Gil Peyrot1-36/+36
2015-02-10vfp: Normalize accumulator for multiply accumulate instructionsLioncash1-0/+3
2015-02-09Throw more unused/unnecessary VFP code outLioncash1-40/+0
2015-02-09vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuffLioncash1-7/+7
2015-01-20dyncom: Clarify precedence for ternary statementsLioncash1-1/+1
2015-01-12vfp: Remove dead codeLioncash1-50/+14
2014-12-30vfp: Get rid of a few warningsLioncash1-1/+1
2014-12-16armemu: Fix FTOUI NaN sign.Normmatt1-1/+1
2014-12-16armemu: Fix FSUBS bug where NaN shouldn't be negatedNormmatt1-1/+4
2014-12-15ARM: Pull some SkyEye fixes from 3dmoo.bunnei1-4/+3
2014-11-02ARM: Merge latest VFP fixes from 3dmoo team.bunnei1-933/+1011
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei1-3/+3
2014-08-20ARM: Remove a forgotten const in vfp.Emmanuel Gil Peyrot1-1/+1
2014-05-17Fixed vfp issuesarchshift1-2/+2
2014-05-17same fix as last commit - just for vfpsingle.cppbunnei1-2/+2
2014-05-17- removed unused stubbed out codebunnei1-2/+3
2014-05-16- moved mmu to arm/interpreter folderbunnei1-0/+1277