summaryrefslogtreecommitdiff
path: root/src/core/arm/dyncom (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-213-3/+3
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-215-17/+10
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-182-3/+3
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-187-4260/+4267
* Dyncom: Disable clang-format on the decoding table.Gravatar Emmanuel Gil Peyrot2016-09-181-0/+3
* arm: ResetContext shouldn't be part of ARM_Interface.Gravatar bunnei2016-09-152-10/+0
* arm_dynarmic/arm_dyncom: Remove unnecessary "virtual" keyword.Gravatar bunnei2016-09-151-1/+1
* dyncom: Use VFP_FPSCR/VFP_FPEXC.Gravatar bunnei2016-09-151-4/+4
* ARM: add ClearInstructionCache functionGravatar wwylele2016-08-272-0/+8
* dyncom: Read-after-write in SMLAGravatar MerryMage2016-08-221-2/+4
* Dyncom: Correct implementation of STM for R15Gravatar MerryMage2016-08-141-3/+4
* dyncom: Fix translation of thumb REVSHGravatar MerryMage2016-07-281-4/+13
* Make arm_dyncom_trans* into a fully fledged compilation unitGravatar archshift2016-06-123-53/+71
* arm_dyncom_interpreter: slightly change AllocBuffer to be intuitiveGravatar archshift2016-06-121-15/+15
* arm_dyncom_interpreter: Add specialized GetAddressingOpLoadStoreT funcGravatar archshift2016-06-102-39/+19
* arm_dyncom_interpreter: rename operation functions to fit style guideGravatar archshift2016-06-102-34/+34
* arm_dyncom_interpreter: Rename anonymous enum to TransExtDataGravatar archshift2016-06-103-134/+132
* arm_dyncom_interpreter.cpp: #include translation info from inc filesGravatar archshift2016-06-103-2648/+2652
* Merge pull request #1568 from JayFoxRox/fix-printfGravatar Mat M2016-05-261-0/+4
|\
| * Disable VFP3 instructionsGravatar Jannik Vogel2016-05-161-0/+4
* | Fix read-after-write in SMUAD, SMLAD, SMUSD, SMLSDGravatar Jannik Vogel2016-05-181-4/+8
|/
* dyncom: Reset the context into user mode correctlyGravatar Lioncash2016-05-091-1/+1
* Common: Remove section measurement from profiler (#1731)Gravatar Yuri Kunde Schlesner2016-04-291-7/+0
* Fix BLX LR opcode interpretationGravatar mailwl2016-04-091-2/+3
* Update cpsr (T)humb bit while creating threadGravatar mailwl2016-04-081-1/+1
* Fix thumb ADR instruction alignmentGravatar mailwl2016-04-061-6/+2
* Merge pull request #1643 from MerryMage/make_uniqueGravatar Mathew Maidment2016-04-051-3/+2
|\
| * Common: Remove Common::make_unique, use std::make_uniqueGravatar MerryMage2016-04-051-3/+2
* | DynCom: Optimize single steppingGravatar MerryMage2016-03-301-26/+57
|/
* arm_dyncom_dec: Fix decoding of VMLSGravatar Lioncash2015-12-302-206/+202
* dyncom: Handle modifying the APSR via an MRC instructionGravatar Lioncash2015-12-281-12/+9
* dyncom: Remove PC dispatch from several instructionsGravatar Lioncash2015-12-201-94/+0
* dyncom: Handle unprivileged load/store variants correctlyGravatar Lioncash2015-12-191-7/+33
* dyncom: Remove static keyword from header functionsGravatar Lioncash2015-12-062-3/+3
* dyncom: const correctness changesGravatar Lioncash2015-12-062-3/+3
* Remove unnecessary new lines, changed Deinit to ShutdownGravatar polaris-2015-10-111-1/+0
* Use BreakpointAddress struct instead of passing address directlyGravatar polaris-2015-10-041-3/+3
* Implement gdbstubGravatar polaris-2015-10-041-9/+32
* DynCom: Converted all 0xE condition code checks to ConditionCode::ALGravatar archshift2015-09-051-100/+100
* dyncom: Simplify some comparisons in CondPassedGravatar Lioncash2015-08-261-4/+4
* dyncom: Change return type of CondPassed to boolGravatar Lioncash2015-08-251-57/+39
* Integrate the MicroProfile profiling libraryGravatar Yuri Kunde Schlesner2015-08-241-0/+7
* Merge pull request #1027 from lioncash/debuggerGravatar bunnei2015-08-132-0/+20
|\
| * arm_interface: Implement interface for retrieving VFP registersGravatar Lioncash2015-08-062-0/+20
* | ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...Gravatar Emmanuel Gil Peyrot2015-08-111-20/+21
|/
* Merge pull request #1008 from lioncash/pcGravatar bunnei2015-07-301-1/+6
|\
| * dyncom: Handle the case where PC is the source register for STR/VSTM/VLDMGravatar Lioncash2015-07-291-1/+6
* | dyncom: Remove an unused variableGravatar Lioncash2015-07-291-3/+0
|/
* dyncom: Handle left-operand PC correctly for data-processing opsGravatar Lioncash2015-07-281-7/+33
* dyncom: Remove an unnecessary typedefGravatar Lioncash2015-07-282-7/+5