aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/dyncom/arm_dyncom_interpreter.cpp
AgeCommit message (Expand)Author
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-26arm_dyncom_interpreter: Remove unused variableLioncash
2015-05-24arm_dyncom_interpreter: Remove unused macroLioncash
2015-05-22dyncom: Remove unused cpu parameter from decode_thumb_instrLioncash
2015-05-22dyncom: remove load_r15 from arm_instLioncash
2015-05-22dyncom: Remove unnecessary parameter for load/store operationsLioncash
2015-05-21dyncom: Eliminate clang warningsLioncash
2015-05-15Merge pull request #774 from lioncash/decodingsYuri Kunde Schlesner
2015-05-15Merge pull request #770 from lioncash/dyncom_cleanbunnei
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-14dyncom: Add ARMv6K NOP and hint instructions to the decoding tableLioncash
2015-05-14dyncom: Handle some MSR variants individuallyLioncash
2015-05-14dyncom: Move exclusive load/stores above bbl and swi in the decoding tableLioncash
2015-05-14dyncom: Remove duplicate enums/prototypesLioncash
2015-05-14dyncom: Remove unnecessary definesLioncash
2015-05-14dyncom: Make translation-unit functions and variables staticLioncash
2015-05-14dyncom: Remove unnecessary typedefsLioncash
2015-05-14dyncom: Remove unused structsLioncash
2015-05-13dyncom: Fix decoding of BKPT's immediateLioncash
2015-05-11dyncom: Stub MCRR and MRRCLioncash
2015-05-07dyncom: Remove an unnecessary variable in the interpreterLioncash
2015-05-06HLE: Clean up SVC dispatch mechanismYuri Kunde Schlesner
2015-05-01Dyncom: Move cream cache to ARMul_State.bunnei
2015-04-07dyncom: Remove unnecessary enum and typedefLioncash
2015-04-06Merge pull request #685 from lioncash/cpregsbunnei
2015-04-06Move CP15 enum definitions into their own enum.Lioncash
2015-04-05dyncom: Suppress uninitialized variable warningsLioncash
2015-04-02dyncom: Move CP15 register writing into its own function.Lioncash
2015-04-02dyncom: Move CP15 register reading into its own function.Lioncash
2015-03-26dyncom: Migrate InAPrivilegedMode to armsuppLioncash
2015-03-24dyncom: Implement SRSLioncash
2015-03-24dyncom: Implement RFELioncash
2015-03-17dyncom: Make Load/Store instructions support big endianLioncash
2015-03-14dyncom: Implement SETENDLioncash
2015-03-10dyncom: Minor cleanupLioncash
2015-03-08dyncom: Fix an indexing bug in STMLioncash
2015-03-08dyncom: General cleanup of STMLioncash
2015-03-08dyncom: Increment addr when accessing LR in LDMLioncash
2015-03-01Add profiling infrastructure and widgetYuri Kunde Schlesner
2015-02-26arm: The CP15 Main ID register is not writeableLioncash
2015-02-21Cleaned up unaligned access.Kevin Hartman
2015-02-17dyncom: Support conditional BKPT instructionsLioncash
2015-02-16dyncom: Actually set the destination register for USAD8/USADA8.Lioncash
2015-02-13core: Apply static to local functionsLioncash
2015-02-13arm: General cleanupLioncash
2015-02-12dyncom: Remove warning for SXTAHLioncash
2015-02-10dyncom: Add more regs to MCR/MRCLioncash
2015-02-03dyncom: Remove more unnecessary codeLioncash
2015-02-03core: Fix some warnings on OSXLioncash
2015-01-31arm: Adios armemuLioncash