summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-213-3/+3
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-215-17/+10
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-192-3/+3
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-187-4260/+4267
* Dyncom: Disable clang-format on the decoding table.Emmanuel Gil Peyrot2016-09-181-0/+3
* arm: ResetContext shouldn't be part of ARM_Interface.bunnei2016-09-152-10/+0
* arm_dynarmic/arm_dyncom: Remove unnecessary "virtual" keyword.bunnei2016-09-151-1/+1
* dyncom: Use VFP_FPSCR/VFP_FPEXC.bunnei2016-09-151-4/+4
* ARM: add ClearInstructionCache functionwwylele2016-08-272-0/+8
* dyncom: Read-after-write in SMLAMerryMage2016-08-221-2/+4
* Dyncom: Correct implementation of STM for R15MerryMage2016-08-141-3/+4
* dyncom: Fix translation of thumb REVSHMerryMage2016-07-281-4/+13
* Make arm_dyncom_trans* into a fully fledged compilation unitarchshift2016-06-123-53/+71
* arm_dyncom_interpreter: slightly change AllocBuffer to be intuitivearchshift2016-06-121-15/+15
* arm_dyncom_interpreter: Add specialized GetAddressingOpLoadStoreT funcarchshift2016-06-112-39/+19
* arm_dyncom_interpreter: rename operation functions to fit style guidearchshift2016-06-112-34/+34
* arm_dyncom_interpreter: Rename anonymous enum to TransExtDataarchshift2016-06-113-134/+132
* arm_dyncom_interpreter.cpp: #include translation info from inc filesarchshift2016-06-113-2648/+2652
* Merge pull request #1568 from JayFoxRox/fix-printfMat M2016-05-271-0/+4
|\
| * Disable VFP3 instructionsJannik Vogel2016-05-161-0/+4
* | Fix read-after-write in SMUAD, SMLAD, SMUSD, SMLSDJannik Vogel2016-05-181-4/+8
|/
* dyncom: Reset the context into user mode correctlyLioncash2016-05-091-1/+1
* Common: Remove section measurement from profiler (#1731)Yuri Kunde Schlesner2016-04-291-7/+0
* Fix BLX LR opcode interpretationmailwl2016-04-091-2/+3
* Update cpsr (T)humb bit while creating threadmailwl2016-04-081-1/+1
* Fix thumb ADR instruction alignmentmailwl2016-04-061-6/+2
* Merge pull request #1643 from MerryMage/make_uniqueMathew Maidment2016-04-061-3/+2
|\
| * Common: Remove Common::make_unique, use std::make_uniqueMerryMage2016-04-051-3/+2
* | DynCom: Optimize single steppingMerryMage2016-03-301-26/+57
|/
* arm_dyncom_dec: Fix decoding of VMLSLioncash2015-12-302-206/+202
* dyncom: Handle modifying the APSR via an MRC instructionLioncash2015-12-281-12/+9
* dyncom: Remove PC dispatch from several instructionsLioncash2015-12-211-94/+0
* dyncom: Handle unprivileged load/store variants correctlyLioncash2015-12-201-7/+33
* dyncom: Remove static keyword from header functionsLioncash2015-12-062-3/+3
* dyncom: const correctness changesLioncash2015-12-062-3/+3
* Remove unnecessary new lines, changed Deinit to Shutdownpolaris-2015-10-121-1/+0
* Use BreakpointAddress struct instead of passing address directlypolaris-2015-10-041-3/+3
* Implement gdbstubpolaris-2015-10-041-9/+32
* DynCom: Converted all 0xE condition code checks to ConditionCode::ALarchshift2015-09-061-100/+100
* dyncom: Simplify some comparisons in CondPassedLioncash2015-08-261-4/+4
* dyncom: Change return type of CondPassed to boolLioncash2015-08-261-57/+39
* Integrate the MicroProfile profiling libraryYuri Kunde Schlesner2015-08-251-0/+7
* Merge pull request #1027 from lioncash/debuggerbunnei2015-08-142-0/+20
|\
| * arm_interface: Implement interface for retrieving VFP registersLioncash2015-08-072-0/+20
* | ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types.Emmanuel Gil Peyrot2015-08-111-20/+21
|/
* Merge pull request #1008 from lioncash/pcbunnei2015-07-301-1/+6
|\
| * dyncom: Handle the case where PC is the source register for STR/VSTM/VLDMLioncash2015-07-291-1/+6
* | dyncom: Remove an unused variableLioncash2015-07-291-3/+0
|/
* dyncom: Handle left-operand PC correctly for data-processing opsLioncash2015-07-291-7/+33
* dyncom: Remove an unnecessary typedefLioncash2015-07-282-7/+5
* dyncom: Use enum class for instruction decoding resultsLioncash2015-07-285-41/+40
* dyncom: Remove code duplication regarding thumb instructionsLioncash2015-07-283-23/+12
* dyncom: Migrate exclusive memory access control into armstateLioncash2015-07-281-47/+13
* dyncom: Remove duplicated typedef and externLioncash2015-07-281-4/+0
* dyncom: Use std::array for register arraysLioncash2015-07-261-4/+4
* dyncom: Use ARMul_State as an objectLioncash2015-07-264-301/+189
* 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-267-7/+7
* dyncom: Get rid of skyeye typedefsLioncash2015-07-262-16/+15
* dyncom: Move helper functions to their own headerLioncash2015-07-265-3/+8
* dyncom: Pass SVC immediates directly.Lioncash2015-07-211-1/+2
* dyncom: Properly retrieve the PC value in BX if used.Lioncash2015-07-201-3/+5
* Dyncom: Support for a missing ARMv6 Thumb MOV encodingYuri Kunde Schlesner2015-07-181-10/+4
* arm_dyncom_interpreter: Simplify assignment in SMLAWLioncash2015-07-171-1/+1
* Core: Cleanup core includes.Emmanuel Gil Peyrot2015-06-281-0/+5
* arm_dyncom_thumb: Fix handling of writeback for thumb LDMIALioncash2015-06-041-5/+19
* arm_dyncom_thumb: Fix encoding of BKPT's immediateLioncash2015-06-011-1/+4
* arm_dyncom_thumb: Implement CPS and SETENDLioncash2015-06-011-0/+13
* arm_dyncom_thumb: Implement SXTH, SXTB, UXTH, and UXTB.Lioncash2015-06-011-0/+11
* arm_dyncom_thumb: Implement REV, REV16, and REVSH.Lioncash2015-06-011-2/+12
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-292-17/+17
* Merge pull request #826 from lioncash/tablesYuri Kunde Schlesner2015-05-271-22/+11
|\
| * arm_dyncom_thumb: Merge STR/LDR table subsets.Lioncash2015-05-271-22/+11
* | arm_dyncom_interpreter: Remove unused variableLioncash2015-05-261-5/+1
* | arm_dyncom_interpreter: Remove unused macroLioncash2015-05-251-1/+0
|/
* dyncom: Get rid of armemu.hLioncash2015-05-241-1/+1
* dyncom: Remove unused cpu parameter from decode_thumb_instrLioncash2015-05-231-3/+2
* dyncom: remove load_r15 from arm_instLioncash2015-05-231-362/+235
* dyncom: Remove unnecessary parameter for load/store operationsLioncash2015-05-231-39/+39
* dyncom: Eliminate clang warningsLioncash2015-05-212-401/+401
* Merge pull request #774 from lioncash/decodingsYuri Kunde Schlesner2015-05-152-33/+191
|\
| * dyncom: Add ARMv6K NOP and hint instructions to the decoding tableLioncash2015-05-142-12/+152
| * dyncom: Handle some MSR variants individuallyLioncash2015-05-142-24/+41
| * dyncom: Move exclusive load/stores above bbl and swi in the decoding tableLioncash2015-05-142-14/+15
* | Merge pull request #770 from lioncash/dyncom_cleanbunnei2015-05-151-211/+196
|\ \
| * | dyncom: Remove duplicate enums/prototypesLioncash2015-05-141-7/+1
| * | dyncom: Remove unnecessary definesLioncash2015-05-141-4/+4
| * | dyncom: Make translation-unit functions and variables staticLioncash2015-05-141-66/+64
| * | dyncom: Remove unnecessary typedefsLioncash2015-05-141-132/+133
| * | dyncom: Remove unused structsLioncash2015-05-141-8/+0
| |/
* / Memmap: Re-organize memory function in two filesYuri Kunde Schlesner2015-05-151-1/+1
|/
* dyncom: Fix decoding of BKPT's immediateLioncash2015-05-131-1/+1
* dyncom: Stub MCRR and MRRCLioncash2015-05-121-7/+68
* Merge pull request #728 from lioncash/varsLioncash2015-05-081-19/+17
|\
| * dyncom: Remove an unnecessary variable in the interpreterLioncash2015-05-081-19/+17
* | Remove unnecessary dyncom header filesLioncash2015-05-082-9/+2
|/
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-0/+2
* HLE: Clean up SVC dispatch mechanismYuri Kunde Schlesner2015-05-061-2/+2
* Dyncom: Move cream cache to ARMul_State.bunnei2015-05-022-23/+12
* dyncom: Remove more unused/unnecessary codeLioncash2015-04-201-6/+0
* Headers: Add some forgotten overrides, thanks clang!Emmanuel Gil Peyrot2015-04-141-1/+1
* dyncom: Remove unnecessary enum and typedefLioncash2015-04-074-25/+30
* Merge pull request #685 from lioncash/cpregsbunnei2015-04-063-1/+10
|\
| * arm_interface: Support retrieval/storage to CP15 registersLioncash2015-04-062-0/+10
| * Move CP15 enum definitions into their own enum.Lioncash2015-04-061-1/+0
* | dyncom: Suppress uninitialized variable warningsLioncash2015-04-061-4/+4
|/
* dyncom: Move CP15 register writing into its own function.Lioncash2015-04-021-88/+2
* dyncom: Move CP15 register reading into its own function.Lioncash2015-04-021-44/+3
* dyncom: Migrate InAPrivilegedMode to armsuppLioncash2015-03-261-4/+0
* Merge pull request #674 from lioncash/sys-instrsbunnei2015-03-251-2/+62
|\
| * dyncom: Implement SRSLioncash2015-03-241-1/+32
| * dyncom: Implement RFELioncash2015-03-241-1/+30
* | dyncom: Remove unused/unnecessary macros and macro constantsLioncash2015-03-242-39/+2
|/
* Merge pull request #659 from lioncash/setendbunnei2015-03-201-53/+97
|\
| * dyncom: Make Load/Store instructions support big endianLioncash2015-03-171-52/+62
| * dyncom: Implement SETENDLioncash2015-03-151-1/+35
* | arm_interface: Get rid of GetTicks.Lioncash2015-03-162-6/+0
|/
* dyncom: Minor cleanupLioncash2015-03-101-26/+7
* dyncom: Fix an indexing bug in STMLioncash2015-03-091-5/+4
* dyncom: General cleanup of STMLioncash2015-03-091-16/+14
* dyncom: Increment addr when accessing LR in LDMLioncash2015-03-091-0/+2
* Add profiling infrastructure and widgetYuri Kunde Schlesner2015-03-021-0/+8
* arm: The CP15 Main ID register is not writeableLioncash2015-02-261-3/+1
* Cleaned up unaligned access.Kevin Hartman2015-02-221-17/+2
* dyncom: Support conditional BKPT instructionsLioncash2015-02-172-2/+28
* dyncom: Actually set the destination register for USAD8/USADA8.Lioncash2015-02-161-0/+1
* core: Apply static to local functionsLioncash2015-02-134-189/+195
* arm: General cleanupLioncash2015-02-135-94/+57
* dyncom: Switch the app and system cores into the correct mode at initializationLioncash2015-02-133-10/+15
* dyncom: Clean up the constructorLioncash2015-02-131-7/+4
* dyncom: Remove warning for SXTAHLioncash2015-02-131-1/+0
* arm: Remove ARMul_EmulateInitLioncash2015-02-121-6/+1
* Merge pull request #559 from lioncash/cleanbunnei2015-02-111-2/+2
|\
| * arm: Get rid of some magic constants. Specify proper ARM mode.Lioncash2015-02-111-2/+2
* | Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-0/+1
* | arm_dyncom_thumb: Make lookup tables staticLioncash2015-02-101-7/+7
|/
* dyncom: Add more regs to MCR/MRCLioncash2015-02-101-17/+32
* Scheduler refactor Pt. 1Kevin Hartman2015-02-102-56/+11
* dyncom: Remove more unnecessary codeLioncash2015-02-031-45/+3
* core: Fix some warnings on OSXLioncash2015-02-031-2/+4
* arm: Clean up ARMul_StateLioncash2015-02-011-6/+3
* arm: Adios armemuLioncash2015-02-011-4/+0
* dyncom: clean up arm_dyncom_dec.hLioncash2015-01-301-43/+2
* arm: Move headers over to pragma onceLioncash2015-01-302-8/+2
* arm: Get rid of armcpu.h and skyeye_types.hLioncash2015-01-303-4/+0
* dyncom: Minor cleanupLioncash2015-01-271-126/+137
* dyncom: Minor cleanupLioncash2015-01-221-282/+270
* dyncom: Clarify precedence for ternary statementsLioncash2015-01-201-1/+1
* dyncom: Implement missing shifts in ScaledRegisterPostIndexed, etcLioncash2015-01-191-7/+33
* dyncom: Handle the ARM A2 encoding of STRT/LDRTLioncash2015-01-171-10/+24
* dyncom: Handle the ARM A2 encoding of LDRBT/STRBT.Lioncash2015-01-171-17/+15
* dyncom: Fix 32-bit ASR shifts for immediatesLioncash2015-01-121-5/+3
* dyncom: Remove unused flag macrosLioncash2015-01-121-15/+3
* dyncom: Get rid of unnecessary outer-scope variables in InterpreterMainLoopLioncash2015-01-121-97/+108
* dyncom: Fix overflow flag setting for ADD/RSB/RSC/SUB/SBCLioncash2015-01-121-38/+41
* dyncom: Add a helper function for addition with a carryLioncash2015-01-121-12/+9
* dyncom: Fix ADC overflow flag settingLioncash2015-01-121-8/+12
* dyncom: Fix conditional execution of MSRLioncash2015-01-121-29/+31
* Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner2015-01-092-4/+5
* DynCom: Add a comment to GetTicks.Subv2015-01-091-0/+1
* Timing: Use CoreTiming::GetTicks to keep track of ticks.Subv2015-01-092-6/+2
* dyncom: Fix UMAALLioncash2015-01-081-4/+4
* Merge pull request #442 from lioncash/smulbunnei2015-01-071-10/+7
|\
| * dyncom: Fix SMULWB/SMULWTLioncash2015-01-071-10/+7
* | Merge pull request #425 from Subv/coretimingbunnei2015-01-071-1/+7
|\ \ | |/ |/|
| * CoreTiming: Ported the CoreTiming namespace from PPSSPPSubv2015-01-071-1/+7
* | Merge pull request #438 from lioncash/swpbunnei2015-01-071-0/+1
|\ \
| * | dyncom: Fix SWPBLioncash2015-01-071-0/+1
* | | dyncom: Move over SMLALXYLioncash2015-01-071-1/+56
|/ /
* | Merge pull request #417 from kevinhartman/exclusive-tag-fixbunnei2015-01-061-5/+7
|\ \ | |/ |/|
| * Added exclusive reservation granule from ARMv7 spec to dyncom to protect LDR/STREX.Kevin Hartman2015-01-061-5/+7
* | dyncom: Partially emulate BXJLioncash2015-01-051-8/+25
* | dyncom: Actually set the Q flag for SMLABB/SMLABT/SMLATB/SMLATTLioncash2015-01-051-1/+2
* | Merge pull request #418 from lioncash/qdbunnei2015-01-051-8/+103
|\ \
| * | dyncom: Implement QADD/QSUB/QDADD/QDSUBLioncash2015-01-051-8/+103
* | | skyeye: Remove duplicate typedefsLioncash2015-01-043-14/+14
|/ /
* / dyncom: Implement SMLAWLioncash2015-01-031-1/+43
|/
* Merge pull request #395 from lioncash/revbunnei2015-01-031-45/+45
|\
| * dyncom: Implement REVSHLioncash2015-01-031-45/+45
* | dyncom: Implement SMLALD/SMLSLDLioncash2015-01-031-3/+72
|/
* Merge pull request #392 from lioncash/smbunnei2015-01-031-3/+64
|\
| * dyncom: Implement SMMLA/SMMUL/SMMLSLioncash2015-01-031-3/+64
* | dyncom: Implemented LDREXD/STREXD/LDREXH/STREXHbunnei2015-01-033-227/+282
|/
* Merge pull request #390 from lioncash/wutbunnei2015-01-031-27/+0
|\
| * dyncom: Remove dead function InterpreterInitInstLengthLioncash2015-01-031-27/+0
* | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSDLioncash2015-01-031-44/+73
|/
* dyncom: Implement SXTAB16 and SXTB16Lioncash2015-01-021-3/+58
* Merge pull request #379 from lioncash/shbunnei2015-01-021-8/+110
|\
| * dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAXLioncash2015-01-011-8/+110
* | dyncom: Implement SADD8/SSUB8Lioncash2015-01-011-55/+108
|/
* Merge pull request #375 from lioncash/uopsbunnei2014-12-311-9/+208
|\
| * dyncom: Implement UADD8/UADD16/USUB8/USUB16/UASX/USAXLioncash2014-12-311-9/+208
* | dyncom: Massive refactorbunnei2014-12-311-514/+191
* | Merge pull request #369 from darkf/mingw_bunnei2014-12-311-0/+8
|\ \ | |/ |/|
| * Fix merge conflictsdarkf2014-12-308-6588/+6273
| |\
| * | Add comment regarding __WIN32__ in SkyEye codedarkf2014-11-291-0/+4
| * | Fix MinGW builddarkf2014-11-291-0/+4
* | | dyncom: Implement USAT16/SSAT16Lioncash2014-12-301-2/+61
| |/ |/|
* | dyncom: Implement USAT/SSATbunnei2014-12-301-2/+94
* | dyncom: Various cleanups to match coding style, no functional changes.bunnei2014-12-304-7055/+5962
* | Merge pull request #361 from lioncash/moreqopsbunnei2014-12-291-32/+42
|\ \
| * | dyncom: Implement QADD8/QSUB8Lioncash2014-12-291-32/+42
* | | dyncom: Fix SMLALXY's instruction labelsLioncash2014-12-291-2/+2
|/ /
* | dyncom: Implement UXTB16/UXTAB16Lioncash2014-12-291-2/+55
* | vfp: Actually make the code somewhat readableLioncash2014-12-292-14/+109
* | dyncom: Implement PKHBT and PKHTB.bunnei2014-12-281-2/+57
* | dyncom: Implement USAD8/USADA8Lioncash2014-12-281-2/+52
* | dyncom: Implement UQADD8, UQADD16, UQSUB8, UQSUB16, UQASX, and UQSAX.Lioncash2014-12-271-8/+97
* | dyncom: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAXLioncash2014-12-271-11/+123
* | ARM: Add a mechanism for faking CPU time elapsed during HLE.bunnei2014-12-262-49/+14
* | dyncom: Move over QADD16/QASX/QSAX/QSUB16Lioncash2014-12-221-7/+87
* | Merge pull request #322 from chinhodado/masterbunnei2014-12-223-9/+6
|\ \
| * | More warning cleanupsChin2014-12-213-9/+6
* | | dyncom: Move SEL overLioncash2014-12-221-1/+58
* | | Merge pull request #324 from lioncash/dyncbunnei2014-12-221-7/+102
|\ \ \
| * | | dyncom: Move over SASX/SSAX/SADD16/SSUB16Lioncash2014-12-221-7/+102
| |/ /
* | | Merge pull request #291 from purpasmart96/licensebunnei2014-12-213-3/+3
|\ \ \ | |/ / |/| |
| * | License changepurpasmart962014-12-213-3/+3
* | | dyncom: Implement UMAALLioncash2014-12-191-1/+47
|/ /
* | Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-99/+101
* | Merge pull request #235 from yuriks/dyncom-mapbunnei2014-11-301-33/+15
|\ \
| * | dyncom: Use unordered_map rather than the terrible 2-level bb_mapYuri Kunde Schlesner2014-11-291-33/+15
| |/
* / arm_dyncom_interpreter: Get rid of unused var warningsLioncash2014-11-291-4/+2
|/
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-193-4/+4
* Fix documentation of parametersLioncash2014-11-181-1/+1
* ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable).bunnei2014-11-121-2/+2
* ARM: Removed unnecessary goto with each instruction.bunnei2014-11-121-43/+39
* ARM: Fixed several dyncom bugs.bunnei2014-11-123-17/+25
* Add `override` keyword through the code.Yuri Kunde Schlesner2014-10-261-7/+7
* ARM: Removed unnecessary and unused SkyEye MMU code.bunnei2014-10-251-1/+0
* ARM: Updated dyncom core to use fast label lookup table on clang.bunnei2014-10-251-3/+7
* ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei2014-10-2510-0/+8124