summaryrefslogtreecommitdiff
path: root/src/core/arm/dyncom (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-02arm: Remove SkyEye/Dyncom code that is ARMv6-only.Gravatar bunnei11-8147/+0
2017-10-23logging: Rename category "Core_ARM11" to "Core_ARM".Gravatar bunnei2-15/+15
2017-09-30arm_interface: Set TLS address for dynarmic core.Gravatar bunnei2-0/+9
2017-09-30arm: Use 64-bit addressing in a bunch of places.Gravatar bunnei2-8/+8
2017-09-30Moved down_count to CoreTimingGravatar Huw Pascoe2-9/+1
2017-09-24ARM_Interface: Implement PageTableChangedGravatar MerryMage2-0/+5
2017-08-21Dyncom: Use size_t instead of int to store the instruction offsets in the ins...Gravatar Subv1-3/+3
2017-08-21Dyncom: Fixed a conversion warning when decoding thumb instructions.Gravatar Subv1-1/+1
2017-05-07Dyncom: Remove disassembler codeGravatar Yuri Kunde Schlesner1-5/+2
2017-05-07Dyncom: Tweak types and log formattingGravatar Yuri Kunde Schlesner3-8/+10
2017-02-18dyncom: Correct SXTAB16 and SXTB16Gravatar MerryMage1-4/+4
2016-12-22ThreadContext: Move from "core" to "arm_interface".Gravatar bunnei2-8/+4
2016-12-15gdbstub: Remove global variable from public interfaceGravatar Lioncash1-2/+2
2016-12-15core: Add missing #pragma once directives where applicableGravatar Lioncash1-0/+2
2016-09-21Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner3-3/+3
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot5-17/+10
2016-09-18Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2-3/+3
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot7-4260/+4267
2016-09-18Dyncom: Disable clang-format on the decoding table.Gravatar Emmanuel Gil Peyrot1-0/+3
2016-09-15arm: ResetContext shouldn't be part of ARM_Interface.Gravatar bunnei2-10/+0
2016-09-15arm_dynarmic/arm_dyncom: Remove unnecessary "virtual" keyword.Gravatar bunnei1-1/+1
2016-09-15dyncom: Use VFP_FPSCR/VFP_FPEXC.Gravatar bunnei1-4/+4
2016-08-27ARM: add ClearInstructionCache functionGravatar wwylele2-0/+8
2016-08-22dyncom: Read-after-write in SMLAGravatar MerryMage1-2/+4
2016-08-14Dyncom: Correct implementation of STM for R15Gravatar MerryMage1-3/+4
2016-07-28dyncom: Fix translation of thumb REVSHGravatar MerryMage1-4/+13
2016-06-12Make arm_dyncom_trans* into a fully fledged compilation unitGravatar archshift3-53/+71
2016-06-12arm_dyncom_interpreter: slightly change AllocBuffer to be intuitiveGravatar archshift1-15/+15
2016-06-10arm_dyncom_interpreter: Add specialized GetAddressingOpLoadStoreT funcGravatar archshift2-39/+19
2016-06-10arm_dyncom_interpreter: rename operation functions to fit style guideGravatar archshift2-34/+34
2016-06-10arm_dyncom_interpreter: Rename anonymous enum to TransExtDataGravatar archshift3-134/+132
2016-06-10arm_dyncom_interpreter.cpp: #include translation info from inc filesGravatar archshift3-2648/+2652
2016-06-10Revert "Split huge interpreter source file into translation info and interpre...Gravatar archshift3-2697/+2695
2016-06-08arm_dyncom_interpreter: rename operation functions to fit style guideGravatar archshift2-42/+42
2016-06-08arm_dyncom_interpreter.cpp: Split by translation and interpreter logicGravatar archshift3-2695/+2697
2016-05-18Fix read-after-write in SMUAD, SMLAD, SMUSD, SMLSDGravatar Jannik Vogel1-4/+8
2016-05-16Disable VFP3 instructionsGravatar Jannik Vogel1-0/+4
2016-05-09dyncom: Reset the context into user mode correctlyGravatar Lioncash1-1/+1
2016-04-29Common: Remove section measurement from profiler (#1731)Gravatar Yuri Kunde Schlesner1-7/+0
2016-04-09Fix BLX LR opcode interpretationGravatar mailwl1-2/+3
2016-04-08Update cpsr (T)humb bit while creating threadGravatar mailwl1-1/+1
2016-04-06Fix thumb ADR instruction alignmentGravatar mailwl1-6/+2
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueGravatar MerryMage1-3/+2
2016-03-30DynCom: Optimize single steppingGravatar MerryMage1-26/+57
2015-12-30arm_dyncom_dec: Fix decoding of VMLSGravatar Lioncash2-206/+202
2015-12-28dyncom: Handle modifying the APSR via an MRC instructionGravatar Lioncash1-12/+9
2015-12-20dyncom: Remove PC dispatch from several instructionsGravatar Lioncash1-94/+0
2015-12-19dyncom: Handle unprivileged load/store variants correctlyGravatar Lioncash1-7/+33
2015-12-06dyncom: Remove static keyword from header functionsGravatar Lioncash2-3/+3
2015-12-06dyncom: const correctness changesGravatar Lioncash2-3/+3