summaryrefslogtreecommitdiff
path: root/src/core/arm/skyeye_common/vfp (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm: Remove SkyEye/Dyncom code that is ARMv6-only.Gravatar bunnei2018-01-027-4918/+0
* logging: Rename category "Core_ARM11" to "Core_ARM".Gravatar bunnei2017-10-234-70/+70
* Merge pull request #2692 from Subv/vfp_ftzGravatar Sebastian Valle2017-05-222-0/+26
|\
| * fixup! Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.Gravatar Subv2017-05-212-4/+0
| * Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.Gravatar Subv2017-05-082-0/+30
* | Merge pull request #2694 from Subv/vfp_vsub_ftzGravatar Merry2017-05-221-2/+12
|\ \
| * | Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sendin...Gravatar Subv2017-05-131-2/+12
| |/
* | Dyncom/VFP: Strip the VFP_NAN_FLAG sentinel value when setting vfp exceptions.Gravatar Subv2017-05-092-2/+2
* | Revert "Remove `exceptions` parameter from `normaliseround` VFP functions"Gravatar Subv2017-05-093-57/+28
|/
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-213-3/+3
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-213-6/+3
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-182-7/+9
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-186-960/+729
* arm_dyncom_interpreter: Rename anonymous enum to TransExtDataGravatar archshift2016-06-101-32/+32
* Merge pull request #1568 from JayFoxRox/fix-printfGravatar Mat M2016-05-262-26/+57
|\
| * Fix ftoi behaviourGravatar Jannik Vogel2016-05-162-22/+53
| * Respect fpscr in ftoizGravatar Jannik Vogel2016-05-162-4/+4
* | Remove `exceptions` parameter from `normaliseround` VFP functionsGravatar Jannik Vogel2016-05-183-28/+57
* | Fix exception propagation for VFP single precisionGravatar Jannik Vogel2016-05-182-33/+38
* | Fix exception propagation for VFP double precisionGravatar Jannik Vogel2016-05-182-34/+39
|/
* dyncom: Remove static keyword from header functionsGravatar Lioncash2015-12-061-16/+16
* dyncom: const correctness changesGravatar Lioncash2015-12-061-4/+4
* CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Gravatar Emmanuel Gil Peyrot2015-10-093-45/+45
* General: Replace NULL and '0' usages with nullptr where applicableGravatar Lioncash2015-09-112-28/+28
* DynCom: Converted all 0xE condition code checks to ConditionCode::ALGravatar archshift2015-09-051-32/+32
* vfp: use std::swap where applicableGravatar Lioncash2015-08-152-12/+6
* ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...Gravatar Emmanuel Gil Peyrot2015-08-111-8/+9
* dyncom: Handle the case where PC is the source register for STR/VSTM/VLDMGravatar Lioncash2015-07-291-20/+34
* dyncom: Use ARMul_State as an objectGravatar Lioncash2015-07-261-63/+63
* dyncom: Rename armdefs.h to armstate.hGravatar Lioncash2015-07-252-2/+2
* dyncom: Get rid of skyeye typedefsGravatar Lioncash2015-07-254-17/+17
* Merge pull request #876 from linkmauve/include-cleanupsGravatar Yuri Kunde Schlesner2015-07-102-4/+6
|\
| * Core, VideoCore: Replace or fix exit() calls.Gravatar Emmanuel Gil Peyrot2015-06-282-4/+6
* | vfp: Change return type of VFPInit from unsigned int to void.Gravatar Lioncash2015-06-292-4/+2
* | vfp: Handle accesses to FPINST/FPINST2 system registersGravatar Lioncash2015-06-293-42/+51
|/
* vfp: Handle accesses to the VFP media feature registersGravatar Lioncash2015-06-122-4/+6
* vfp: Implement VMOVBCR/VMOVBRCGravatar Lioncash2015-06-122-5/+8
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-291-2/+2
* dyncom: remove load_r15 from arm_instGravatar Lioncash2015-05-221-128/+96
* VFP: Log as trace to get rid of spamming.Gravatar bunnei2015-05-221-23/+23
* dyncom: Eliminate clang warningsGravatar Lioncash2015-05-212-5/+3
* Merge pull request #772 from lioncash/warnGravatar bunnei2015-05-182-6/+6
|\
| * vfp: Get rid of warningsGravatar Lioncash2015-05-142-6/+6
* | dyncom: Remove unnecessary typedefsGravatar Lioncash2015-05-141-64/+64
|/
* vfp: Handle flush-to-zero mode.Gravatar Lioncash2015-05-113-84/+98
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-1/+0
* dyncom: Remove unused/unnecessary VFP cruftGravatar Lioncash2015-04-172-636/+7
* Core_ARM11: Replace debug prints with our own logging functions in vfpsingle.Gravatar Emmanuel Gil Peyrot2015-04-142-39/+36
* vfp: Make the FPSID values match the MPCoreGravatar Lioncash2015-04-061-7/+7
* vfp: Get rid of the VFP_OFFSET macroGravatar Lioncash2015-04-063-56/+56