summaryrefslogtreecommitdiff
path: root/src/core/arm/skyeye_common (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm: Remove SkyEye/Dyncom code that is ARMv6-only.Gravatar bunnei2018-01-0212-6168/+0
* logging: Rename category "Core_ARM11" to "Core_ARM".Gravatar bunnei2017-10-235-71/+71
* Dyncom: Use size_t instead of int to store the instruction offsets in the ins...Gravatar Subv2017-08-211-1/+1
* 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
|/
* gdbstub: Remove global variable from public interfaceGravatar Lioncash2016-12-151-1/+1
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-215-5/+5
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-215-9/+4
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-183-11/+11
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-1811-1216/+870
* 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
|/
* armstate: Correct FIQ register bankingGravatar Lioncash2016-03-211-4/+3
* dyncom: Remove static keyword from header functionsGravatar Lioncash2015-12-061-16/+16
* dyncom: const correctness changesGravatar Lioncash2015-12-061-4/+4
* armstate: Zero out the registers on creationGravatar Lioncash2015-11-291-11/+11
* Merge pull request #1122 from polaris-/gdbstubGravatar bunnei2015-11-112-0/+37
|\
| * Implement gdbstubGravatar polaris-2015-10-042-0/+37
* | CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Gravatar Emmanuel Gil Peyrot2015-10-093-45/+45
|/
* general: Silence some warnings when using clangGravatar Lioncash2015-09-161-1/+0
* 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
* Merge pull request #1025 from yuriks/heap-managementGravatar Yuri Kunde Schlesner2015-08-222-2/+0
|\
| * Memory: Move address type conversion routines to memory.cpp/hGravatar Yuri Kunde Schlesner2015-08-162-2/+0
* | vfp: use std::swap where applicableGravatar Lioncash2015-08-152-12/+6
|/
* Merge pull request #1027 from lioncash/debuggerGravatar bunnei2015-08-131-1/+1
|\
| * arm_interface: Implement interface for retrieving VFP registersGravatar Lioncash2015-08-061-1/+1
* | 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: Migrate exclusive memory access control into armstateGravatar Lioncash2015-07-271-3/+22
* dyncom: Use std::array for register arraysGravatar Lioncash2015-07-261-24/+25
* dyncom: Use ARMul_State as an objectGravatar Lioncash2015-07-267-801/+833
* dyncom: Remove unnecessary initialization code.Gravatar Lioncash2015-07-253-52/+2
* dyncom: Remove unnecessary abort-related cruftGravatar Lioncash2015-07-251-45/+1
* dyncom: Rename armdefs.h to armstate.hGravatar Lioncash2015-07-256-24/+24
* dyncom: Get rid of skyeye typedefsGravatar Lioncash2015-07-255-45/+40
* dyncom: Move helper functions to their own headerGravatar Lioncash2015-07-254-38/+48
* dyncom: Move arminit.cpp and armsupp.cpp into skyeye_commonGravatar Lioncash2015-07-252-0/+765
* armdefs: Remove unnecessary extern keywordsGravatar Lioncash2015-07-251-25/+25
* Merge pull request #876 from linkmauve/include-cleanupsGravatar Yuri Kunde Schlesner2015-07-102-4/+6
|\