summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-7/+4
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+1
* arm: ResetContext shouldn't be part of ARM_Interface.bunnei2016-09-151-9/+0
* dyncom: Use VFP_FPSCR/VFP_FPEXC.bunnei2016-09-151-4/+4
* ARM: add ClearInstructionCache functionwwylele2016-08-271-0/+6
* dyncom: Reset the context into user mode correctlyLioncash2016-05-091-1/+1
* Update cpsr (T)humb bit while creating threadmailwl2016-04-081-1/+1
* Common: Remove Common::make_unique, use std::make_uniqueMerryMage2016-04-051-3/+2
* arm_interface: Implement interface for retrieving VFP registersLioncash2015-08-071-0/+16
* dyncom: Use std::array for register arraysLioncash2015-07-261-4/+4
* dyncom: Use ARMul_State as an objectLioncash2015-07-261-10/+1
* dyncom: Remove unnecessary initialization code.Lioncash2015-07-261-7/+0
* dyncom: Remove unnecessary abort-related cruftLioncash2015-07-261-3/+0
* dyncom: Rename armdefs.h to armstate.hLioncash2015-07-261-1/+1
* dyncom: Move helper functions to their own headerLioncash2015-07-261-0/+1
* dyncom: Get rid of armemu.hLioncash2015-05-241-1/+1
* Remove unnecessary dyncom header filesLioncash2015-05-081-5/+0
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-0/+2
* Dyncom: Move cream cache to ARMul_State.bunnei2015-05-021-1/+3
* dyncom: Remove more unused/unnecessary codeLioncash2015-04-201-6/+0
* arm_interface: Support retrieval/storage to CP15 registersLioncash2015-04-061-0/+8
* arm_interface: Get rid of GetTicks.Lioncash2015-03-161-5/+0
* dyncom: Switch the app and system cores into the correct mode at initializationLioncash2015-02-131-1/+5
* dyncom: Clean up the constructorLioncash2015-02-131-7/+4
* arm: Remove ARMul_EmulateInitLioncash2015-02-121-6/+1
* arm: Get rid of some magic constants. Specify proper ARM mode.Lioncash2015-02-111-2/+2
* Scheduler refactor Pt. 1Kevin Hartman2015-02-101-0/+10
* arm: Clean up ARMul_StateLioncash2015-02-011-6/+3
* arm: Get rid of armcpu.h and skyeye_types.hLioncash2015-01-301-1/+0
* Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner2015-01-091-2/+3
* DynCom: Add a comment to GetTicks.Subv2015-01-091-0/+1
* Timing: Use CoreTiming::GetTicks to keep track of ticks.Subv2015-01-091-3/+2
* CoreTiming: Ported the CoreTiming namespace from PPSSPPSubv2015-01-071-1/+7
* ARM: Add a mechanism for faking CPU time elapsed during HLE.bunnei2014-12-261-45/+4
* License changepurpasmart962014-12-211-1/+1
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-2/+2
* ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable).bunnei2014-11-121-2/+2
* ARM: Fixed several dyncom bugs.bunnei2014-11-121-2/+5
* ARM: Removed unnecessary and unused SkyEye MMU code.bunnei2014-10-251-1/+0
* ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei2014-10-251-0/+164