aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/skyeye_common/vfp/vfpdouble.cpp
Commit message (Collapse)AuthorAge
* dyncom: Get rid of skyeye typedefsGravatar Lioncash2015-07-25
|
* vfp: Get rid of warningsGravatar Lioncash2015-05-14
| | | | | - Unary minus operator applied to unsigned type. - Unsafe use of bool.
* vfp: Handle flush-to-zero mode.Gravatar Lioncash2015-05-11
|
* vfp: Get rid of warningsGravatar Lioncash2015-03-03
|
* vfpdouble: Use %p for printing pointer addresses.Gravatar Lioncash2015-02-15
|
* arm: General cleanupGravatar Lioncash2015-02-13
| | | | | | | - Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
* vfp: Normalize accumulator for multiply accumulate instructionsGravatar Lioncash2015-02-10
|
* vfpdouble: Fix the FTOUI NaN sign settingGravatar Lioncash2015-02-09
| | | | This was fixed for vfpsingle, but not vfpdouble
* Throw more unused/unnecessary VFP code outGravatar Lioncash2015-02-09
|
* vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuffGravatar Lioncash2015-02-09
|
* vfp: Fix VCVTGravatar Lioncash2015-02-04
| | | | | 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.
* Merge pull request #410 from chinhodado/cleanupGravatar bunnei2015-01-24
|\ | | | | Cleanup: Logging in Core
* | dyncom: Clarify precedence for ternary statementsGravatar Lioncash2015-01-19
| |
| * Cleanup: Logging in CoreGravatar Chin2015-01-19
|/
* vfp: Get rid of a few warningsGravatar Lioncash2014-12-30
|
* 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