summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dynarmic/arm_dynarmic.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-04arm_dynarmic: Gut interface until dynarmic is ready for general use.bunnei1-134/+41
2018-01-03arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei1-21/+5
2017-09-30arm_interface: Set TLS address for dynarmic core.bunnei1-0/+14
2017-09-30arm: Use 64-bit addressing in a bunch of places.bunnei1-48/+81
2017-09-30Moved down_count to CoreTimingHuw Pascoe1-8/+1
2017-09-25ARM_Interface: Implement PageTableChangedMerryMage1-5/+17
2017-09-15CPU/Dynarmic: Disable the fast page-table access in dynarmic until it supports switching page tables at runtime.Subv1-1/+3
2017-08-21CPU/Dynarmic: Fixed a warning when incrementing the number of ticks in ExecuteInstructions.Subv1-1/+1
2017-02-03arm_dynarmic: Update memory interfaceMerryMage1-10/+10
2017-02-03arm_dynarmic: CP15 supportMerryMage1-4/+7
2016-12-22arm_dynarmic: Provide MemoryReadCode callbackMerryMage1-0/+1
2016-12-22ThreadContext: Move from "core" to "arm_interface".bunnei1-2/+2
2016-12-11Core: Add a forgotten #include <cstring> for memcpy.Emmanuel Gil Peyrot1-0/+1
2016-11-26dynarmic: Add ticks based on ticks executed, not ticks requestedMerryMage1-2/+2
2016-11-25Expose page table to dynarmic for optimized reads and writes to the JITJames Rowe1-0/+1
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-4/+2
2016-09-15arm_dynarmic: Implement GetVFPSystemReg/SetVFPSystemReg.bunnei1-5/+12
2016-09-15arm: ResetContext shouldn't be part of ARM_Interface.bunnei1-9/+0
2016-09-15dynarmic: Implement ARM CPU interface.bunnei1-0/+176