summaryrefslogtreecommitdiff
path: root/src/core/arm/skyeye_common (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-02arm: Remove SkyEye/Dyncom code that is ARMv6-only.Gravatar bunnei12-6168/+0
2017-10-23logging: Rename category "Core_ARM11" to "Core_ARM".Gravatar bunnei5-71/+71
2017-08-21Dyncom: Use size_t instead of int to store the instruction offsets in the ins...Gravatar Subv1-1/+1
2017-05-21fixup! Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.Gravatar Subv2-4/+0
2017-05-13Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sendin...Gravatar Subv1-2/+12
2017-05-09Dyncom/VFP: Strip the VFP_NAN_FLAG sentinel value when setting vfp exceptions.Gravatar Subv2-2/+2
2017-05-09Revert "Remove `exceptions` parameter from `normaliseround` VFP functions"Gravatar Subv3-57/+28
2017-05-08Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.Gravatar Subv2-0/+30
2016-12-15gdbstub: Remove global variable from public interfaceGravatar Lioncash1-1/+1
2016-09-21Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner5-5/+5
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot5-9/+4
2016-09-18Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner3-11/+11
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot11-1216/+870
2016-06-10arm_dyncom_interpreter: Rename anonymous enum to TransExtDataGravatar archshift1-32/+32
2016-06-10Revert "Split huge interpreter source file into translation info and interpre...Gravatar archshift1-32/+32
2016-06-08arm_dyncom_interpreter.cpp: Split by translation and interpreter logicGravatar archshift1-32/+32
2016-05-18Remove `exceptions` parameter from `normaliseround` VFP functionsGravatar Jannik Vogel3-28/+57
2016-05-18Fix exception propagation for VFP single precisionGravatar Jannik Vogel2-33/+38
2016-05-18Fix exception propagation for VFP double precisionGravatar Jannik Vogel2-34/+39
2016-05-16Fix ftoi behaviourGravatar Jannik Vogel2-22/+53
2016-05-16Respect fpscr in ftoizGravatar Jannik Vogel2-4/+4
2016-03-21armstate: Correct FIQ register bankingGravatar Lioncash1-4/+3
2015-12-06dyncom: Remove static keyword from header functionsGravatar Lioncash1-16/+16
2015-12-06dyncom: const correctness changesGravatar Lioncash1-4/+4
2015-11-29armstate: Zero out the registers on creationGravatar Lioncash1-11/+11
2015-10-09CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Gravatar Emmanuel Gil Peyrot3-45/+45
2015-10-04Implement gdbstubGravatar polaris-2-0/+37
2015-09-19Implement gdbstubGravatar polaris-2-0/+37
2015-09-16general: Silence some warnings when using clangGravatar Lioncash1-1/+0
2015-09-11General: Replace NULL and '0' usages with nullptr where applicableGravatar Lioncash2-28/+28
2015-09-05DynCom: Converted all 0xE condition code checks to ConditionCode::ALGravatar archshift1-32/+32
2015-08-16Memory: Move address type conversion routines to memory.cpp/hGravatar Yuri Kunde Schlesner2-2/+0
2015-08-15vfp: use std::swap where applicableGravatar Lioncash2-12/+6
2015-08-11ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...Gravatar Emmanuel Gil Peyrot1-8/+9
2015-08-06arm_interface: Implement interface for retrieving VFP registersGravatar Lioncash1-1/+1
2015-07-29dyncom: Handle the case where PC is the source register for STR/VSTM/VLDMGravatar Lioncash1-20/+34
2015-07-27dyncom: Migrate exclusive memory access control into armstateGravatar Lioncash1-3/+22
2015-07-26dyncom: Use std::array for register arraysGravatar Lioncash1-24/+25
2015-07-26dyncom: Use ARMul_State as an objectGravatar Lioncash7-801/+833
2015-07-25dyncom: Remove unnecessary initialization code.Gravatar Lioncash3-52/+2
2015-07-25dyncom: Remove unnecessary abort-related cruftGravatar Lioncash1-45/+1
2015-07-25dyncom: Rename armdefs.h to armstate.hGravatar Lioncash6-24/+24
2015-07-25dyncom: Get rid of skyeye typedefsGravatar Lioncash5-45/+40
2015-07-25dyncom: Move helper functions to their own headerGravatar Lioncash4-38/+48
2015-07-25dyncom: Move arminit.cpp and armsupp.cpp into skyeye_commonGravatar Lioncash2-0/+765
2015-07-25armdefs: Remove unnecessary extern keywordsGravatar Lioncash1-25/+25
2015-06-29vfp: Change return type of VFPInit from unsigned int to void.Gravatar Lioncash2-4/+2
2015-06-29vfp: Handle accesses to FPINST/FPINST2 system registersGravatar Lioncash4-42/+53
2015-06-28Core, VideoCore: Replace or fix exit() calls.Gravatar Emmanuel Gil Peyrot2-4/+6
2015-06-12vfp: Handle accesses to the VFP media feature registersGravatar Lioncash3-4/+8