summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/vfp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-28Core, VideoCore: Replace or fix exit() calls.Emmanuel Gil Peyrot2-4/+6
2015-06-13vfp: Handle accesses to the VFP media feature registersLioncash2-4/+6
2015-06-12vfp: Implement VMOVBCR/VMOVBRCLioncash2-5/+8
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot1-2/+2
2015-05-23dyncom: remove load_r15 from arm_instLioncash1-128/+96
2015-05-23VFP: Log as trace to get rid of spamming.bunnei1-23/+23
2015-05-21dyncom: Eliminate clang warningsLioncash2-5/+3
2015-05-14vfp: Get rid of warningsLioncash2-6/+6
2015-05-14dyncom: Remove unnecessary typedefsLioncash1-64/+64
2015-05-11vfp: Handle flush-to-zero mode.Lioncash3-84/+98
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-1/+0
2015-04-18dyncom: Remove unused/unnecessary VFP cruftLioncash2-636/+7
2015-04-14Core_ARM11: Replace debug prints with our own logging functions in vfpsingle.Emmanuel Gil Peyrot2-39/+36
2015-04-06vfp: Make the FPSID values match the MPCoreLioncash1-7/+7
2015-04-06vfp: Get rid of the VFP_OFFSET macroLioncash3-56/+56
2015-03-17dyncom: Make Load/Store instructions support big endianLioncash1-29/+73
2015-03-04vfp: Get rid of warningsLioncash2-4/+4
2015-02-18vfpinstr: Fix trivial signed/unsigned mismatch warningsLioncash1-4/+4
2015-02-15vfpdouble: Use %p for printing pointer addresses.Lioncash1-2/+2
2015-02-13core: Apply static to local functionsLioncash1-32/+32
2015-02-13arm: General cleanupLioncash3-9/+7
2015-02-13dyncom: Clean up the constructorLioncash1-5/+0
2015-02-10vfp: Normalize accumulator for multiply accumulate instructionsLioncash2-0/+6
2015-02-09vfpdouble: Fix the FTOUI NaN sign settingLioncash1-1/+1
2015-02-09Throw more unused/unnecessary VFP code outLioncash3-215/+1
2015-02-09vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuffLioncash4-192/+153
2015-02-09vfp_helper: Normalize tabs to spacesLioncash1-172/+170
2015-02-06vfp_helper: Remove unnecessary extern C blocksLioncash1-17/+1
2015-02-06vfp: Move FPSID, FPEXC, and FPSCR values over to enums.Lioncash3-150/+104
2015-02-04vfp: Fix VCVTLioncash1-6/+6
2015-02-04vfp: Throw out unused codeLioncash2-1765/+0
2015-02-01vfp: Get rid of some compile warningsLioncash2-6/+3
2015-02-01arm: Adios armemuLioncash1-138/+92
2015-01-30arm: Move headers over to pragma onceLioncash3-8/+4
2015-01-27Update vfp.cppbunnei1-1/+1
2015-01-23vfp: Clean up vertical alignment for instructionsLioncash1-131/+125
2015-01-20dyncom: Clarify precedence for ternary statementsLioncash2-2/+2
2015-01-19Cleanup: Logging in CoreChin4-432/+151
2015-01-12vfp: Remove dead codeLioncash1-50/+14
2015-01-03VFP: Minor cleanup, functionally the same.bunnei1-2587/+2476
2014-12-31dyncom: Massive refactorbunnei1-140/+30
2014-12-30vfp: Get rid of a few warningsLioncash2-2/+2
2014-12-30vfp: Implement VMOVBRRSSLioncash3-12/+44
2014-12-30dyncom: Various cleanups to match coding style, no functional changes.bunnei1-32/+0
2014-12-29vfp: Actually make the code somewhat readableLioncash3-1650/+944
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-03Fix compilation errorsSean Maas1-2/+2
2014-11-02ARM: Merge latest VFP fixes from 3dmoo team.bunnei4-2096/+2388
2014-10-31Fix VFP compilation errors with gccYuri Kunde Schlesner1-12/+12
2014-10-26vfp_helper: Get rid of integer type redefinitionsLioncash1-7/+1
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei1-24/+24
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei7-0/+8757