aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/skyeye_common/vfp/vfp.cpp
Commit message (Collapse)AuthorAge
* ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ↵Gravatar Emmanuel Gil Peyrot2015-08-11
| | | | standard u?int*_t types.
* dyncom: Rename armdefs.h to armstate.hGravatar Lioncash2015-07-25
|
* dyncom: Get rid of skyeye typedefsGravatar Lioncash2015-07-25
|
* Merge pull request #876 from linkmauve/include-cleanupsGravatar Yuri Kunde Schlesner2015-07-10
|\ | | | | Cleanup includes, mostly in common
* | vfp: Change return type of VFPInit from unsigned int to void.Gravatar Lioncash2015-06-29
| |
* | vfp: Handle accesses to FPINST/FPINST2 system registersGravatar Lioncash2015-06-29
| | | | | | | | Also has a side-benefit of correcting access to the FPEXC register.
| * Core, VideoCore: Replace or fix exit() calls.Gravatar Emmanuel Gil Peyrot2015-06-28
|/
* vfp: Handle accesses to the VFP media feature registersGravatar Lioncash2015-06-12
| | | | These are able to be accessed in any privilege mode.
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
|
* dyncom: Remove unused/unnecessary VFP cruftGravatar Lioncash2015-04-17
|
* vfp: Get rid of the VFP_OFFSET macroGravatar Lioncash2015-04-06
|
* arm: General cleanupGravatar Lioncash2015-02-13
| | | | | | | - Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
* dyncom: Clean up the constructorGravatar Lioncash2015-02-12
| | | | 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 stuffGravatar Lioncash2015-02-09
|
* vfp: Move FPSID, FPEXC, and FPSCR values over to enums.Gravatar Lioncash2015-02-06
| | | | Also got rid of duplicate definitions of some of these values.
* vfp: Get rid of some compile warningsGravatar Lioncash2015-01-31
|
* arm: Adios armemuGravatar Lioncash2015-01-31
|
* Update vfp.cppGravatar bunnei2015-01-26
| | | VFP: Changed a debug log to trace.
* Cleanup: Logging in CoreGravatar Chin2015-01-19
|
* vfp: Implement VMOVBRRSSGravatar Lioncash2014-12-30
|
* vfp: Actually make the code somewhat readableGravatar Lioncash2014-12-28
|
* ARM: Merge latest VFP fixes from 3dmoo team.Gravatar bunnei2014-11-02
|
* ARM: Reorganized file structure to move shared SkyEye code to a more common ↵Gravatar bunnei2014-10-25
area. Removed s_ prefix