summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/vfp/vfp.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei2018-01-031-137/+0
|
* logging: Rename category "Core_ARM11" to "Core_ARM".bunnei2017-10-231-6/+6
|
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-68/+43
|
* CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Emmanuel Gil Peyrot2015-10-091-6/+6
| | | | The LOG_* function itself already appends one.
* ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types.Emmanuel Gil Peyrot2015-08-111-8/+9
|
* dyncom: Rename armdefs.h to armstate.hLioncash2015-07-261-1/+1
|
* dyncom: Get rid of skyeye typedefsLioncash2015-07-261-5/+5
|
* Merge pull request #876 from linkmauve/include-cleanupsYuri Kunde Schlesner2015-07-111-3/+3
|\ | | | | Cleanup includes, mostly in common
| * Core, VideoCore: Replace or fix exit() calls.Emmanuel Gil Peyrot2015-06-281-3/+3
| |
* | vfp: Change return type of VFPInit from unsigned int to void.Lioncash2015-06-291-3/+1
| |
* | vfp: Handle accesses to FPINST/FPINST2 system registersLioncash2015-06-291-12/+4
|/ | | | Also has a side-benefit of correcting access to the FPEXC register.
* vfp: Handle accesses to the VFP media feature registersLioncash2015-06-131-0/+4
| | | | These are able to be accessed in any privilege mode.
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-1/+0
|
* dyncom: Remove unused/unnecessary VFP cruftLioncash2015-04-181-615/+6
|
* vfp: Get rid of the VFP_OFFSET macroLioncash2015-04-061-14/+14
|
* arm: General cleanupLioncash2015-02-131-4/+5
| | | | | | | - Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
* dyncom: Clean up the constructorLioncash2015-02-131-5/+0
| | | | Some function calls aren't necessary and would be handled by regular initialization routines.
* vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuffLioncash2015-02-091-2/+2
|
* vfp: Move FPSID, FPEXC, and FPSCR values over to enums.Lioncash2015-02-061-0/+1
| | | | Also got rid of duplicate definitions of some of these values.
* vfp: Get rid of some compile warningsLioncash2015-02-011-4/+2
|
* arm: Adios armemuLioncash2015-02-011-138/+92
|
* Update vfp.cppbunnei2015-01-271-1/+1
| | | VFP: Changed a debug log to trace.
* Cleanup: Logging in CoreChin2015-01-191-132/+23
|
* vfp: Implement VMOVBRRSSLioncash2014-12-301-2/+18
|
* vfp: Actually make the code somewhat readableLioncash2014-12-291-69/+594
|
* ARM: Merge latest VFP fixes from 3dmoo team.bunnei2014-11-021-218/+258
|
* ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei2014-10-251-0/+357
Removed s_ prefix