summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/vfp/vfpdouble.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-03arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei1-1247/+0
2017-10-23logging: Rename category "Core_ARM11" to "Core_ARM".bunnei1-38/+38
2017-05-22fixup! Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.Subv1-2/+0
2017-05-09Dyncom/VFP: Strip the VFP_NAN_FLAG sentinel value when setting vfp exceptions.Subv1-1/+1
2017-05-09Revert "Remove `exceptions` parameter from `normaliseround` VFP functions"Subv1-27/+13
This reverts commit edf30d84cc0e8299d61c98f5bb40a6428d1576bc. Conflicts: src/core/arm/skyeye_common/vfp/vfp_helper.h src/core/arm/skyeye_common/vfp/vfpdouble.cpp src/core/arm/skyeye_common/vfp/vfpsingle.cpp
2017-05-08Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.Subv1-0/+15
Inputs are still not flushed to 0 if they are denormals.
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-1/+1
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-1/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-154/+110
2016-05-18Remove `exceptions` parameter from `normaliseround` VFP functionsJannik Vogel1-13/+27
2016-05-18Fix exception propagation for VFP double precisionJannik Vogel1-31/+34
2016-05-16Fix ftoi behaviourJannik Vogel1-11/+26
2016-05-16Respect fpscr in ftoizJannik Vogel1-2/+2
2015-10-09CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Emmanuel Gil Peyrot1-38/+38
The LOG_* function itself already appends one.
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-07-26dyncom: Get rid of skyeye typedefsLioncash1-6/+6
2015-05-14vfp: Get rid of warningsLioncash1-3/+3
- Unary minus operator applied to unsigned type. - Unsafe use of bool.
2015-05-11vfp: Handle flush-to-zero mode.Lioncash1-17/+18
2015-03-04vfp: Get rid of warningsLioncash1-2/+2
2015-02-15vfpdouble: Use %p for printing pointer addresses.Lioncash1-2/+2
2015-02-13arm: General cleanupLioncash1-0/+1
- Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
2015-02-10vfp: Normalize accumulator for multiply accumulate instructionsLioncash1-0/+3
2015-02-09vfpdouble: Fix the FTOUI NaN sign settingLioncash1-1/+1
This was fixed for vfpsingle, but not vfpdouble
2015-02-09Throw more unused/unnecessary VFP code outLioncash1-171/+0
2015-02-09vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuffLioncash1-7/+7
2015-02-04vfp: Fix VCVTLioncash1-6/+6
These variants exclusively read from the single precision regs and write to double-precision registers Fixes issues where converted values would be way off from what they should be due to the results being stored in the wrong registers.
2015-01-20dyncom: Clarify precedence for ternary statementsLioncash1-1/+1
2015-01-19Cleanup: Logging in CoreChin1-44/+41
2014-12-30vfp: Get rid of a few warningsLioncash1-1/+1
2014-11-02ARM: Merge latest VFP fixes from 3dmoo team.bunnei1-943/+1112
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei1-3/+3
Removed s_ prefix
2014-08-20ARM: Remove a forgotten const in vfp.Emmanuel Gil Peyrot1-1/+1
2014-05-17Fixed vfp issuesarchshift1-4/+4
2014-05-17another VFP fix for GCCbunnei1-2/+2
2014-05-17- removed unused stubbed out codebunnei1-2/+3
- fixed some compiler issues with xscale_copro when porting code to Windows - fixed some #include's
2014-05-16- moved mmu to arm/interpreter folderbunnei1-0/+1262
- added initial VFP code from skyeye