aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/dyncom/arm_dyncom.cpp
AgeCommit message (Expand)Author
2018-01-02arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-09-30arm_interface: Set TLS address for dynarmic core.bunnei
2017-09-30arm: Use 64-bit addressing in a bunch of places.bunnei
2017-09-30Moved down_count to CoreTimingHuw Pascoe
2017-09-24ARM_Interface: Implement PageTableChangedMerryMage
2016-12-22ThreadContext: Move from "core" to "arm_interface".bunnei
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-15arm: ResetContext shouldn't be part of ARM_Interface.bunnei
2016-09-15dyncom: Use VFP_FPSCR/VFP_FPEXC.bunnei
2016-08-27ARM: add ClearInstructionCache functionwwylele
2016-05-09dyncom: Reset the context into user mode correctlyLioncash
2016-04-08Update cpsr (T)humb bit while creating threadmailwl
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage
2015-08-06arm_interface: Implement interface for retrieving VFP registersLioncash
2015-07-26dyncom: Use std::array for register arraysLioncash
2015-07-26dyncom: Use ARMul_State as an objectLioncash
2015-07-25dyncom: Remove unnecessary initialization code.Lioncash
2015-07-25dyncom: Remove unnecessary abort-related cruftLioncash
2015-07-25dyncom: Rename armdefs.h to armstate.hLioncash
2015-07-25dyncom: Move helper functions to their own headerLioncash
2015-05-23dyncom: Get rid of armemu.hLioncash
2015-05-07Remove unnecessary dyncom header filesLioncash
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-01Dyncom: Move cream cache to ARMul_State.bunnei
2015-04-20dyncom: Remove more unused/unnecessary codeLioncash
2015-04-06arm_interface: Support retrieval/storage to CP15 registersLioncash
2015-03-16arm_interface: Get rid of GetTicks.Lioncash
2015-02-12dyncom: Switch the app and system cores into the correct mode at initializationLioncash
2015-02-12dyncom: Clean up the constructorLioncash
2015-02-12arm: Remove ARMul_EmulateInitLioncash
2015-02-11arm: Get rid of some magic constants. Specify proper ARM mode.Lioncash
2015-02-09Scheduler refactor Pt. 1Kevin Hartman
2015-01-31arm: Clean up ARMul_StateLioncash
2015-01-30arm: Get rid of armcpu.h and skyeye_types.hLioncash
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner
2015-01-08DynCom: Add a comment to GetTicks.Subv
2015-01-08Timing: Use CoreTiming::GetTicks to keep track of ticks.Subv
2015-01-07CoreTiming: Ported the CoreTiming namespace from PPSSPPSubv
2014-12-25ARM: Add a mechanism for faking CPU time elapsed during HLE.bunnei
2014-12-20License changepurpasmart96
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-11-11ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable).bunnei
2014-11-11ARM: Fixed several dyncom bugs.bunnei
2014-10-25ARM: Removed unnecessary and unused SkyEye MMU code.bunnei
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei