aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/dyncom/arm_dyncom_interpreter.cpp
AgeCommit message (Expand)Author
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
2015-01-27dyncom: Minor cleanupLioncash
2015-01-22dyncom: Minor cleanupLioncash
2015-01-19dyncom: Clarify precedence for ternary statementsLioncash
2015-01-18dyncom: Implement missing shifts in ScaledRegisterPostIndexed, etcLioncash
2015-01-17dyncom: Handle the ARM A2 encoding of STRT/LDRTLioncash
2015-01-16dyncom: Handle the ARM A2 encoding of LDRBT/STRBT.Lioncash
2015-01-12dyncom: Fix 32-bit ASR shifts for immediatesLioncash
2015-01-12dyncom: Remove unused flag macrosLioncash
2015-01-12dyncom: Get rid of unnecessary outer-scope variables in InterpreterMainLoopLioncash
2015-01-12dyncom: Fix overflow flag setting for ADD/RSB/RSC/SUB/SBCLioncash
2015-01-12dyncom: Add a helper function for addition with a carryLioncash
2015-01-11dyncom: Fix ADC overflow flag settingLioncash
2015-01-11dyncom: Fix conditional execution of MSRLioncash
2015-01-08dyncom: Fix UMAALLioncash
2015-01-07dyncom: Fix SMULWB/SMULWTLioncash
2015-01-07Merge pull request #438 from lioncash/swpbunnei
2015-01-07dyncom: Fix SWPBLioncash
2015-01-07dyncom: Move over SMLALXYLioncash
2015-01-06Merge pull request #417 from kevinhartman/exclusive-tag-fixbunnei
2015-01-05Added exclusive reservation granule from ARMv7 spec to dyncom to protect LDR/...Kevin Hartman
2015-01-05dyncom: Partially emulate BXJLioncash
2015-01-05dyncom: Actually set the Q flag for SMLABB/SMLABT/SMLATB/SMLATTLioncash
2015-01-05Merge pull request #418 from lioncash/qdbunnei
2015-01-05dyncom: Implement QADD/QSUB/QDADD/QDSUBLioncash
2015-01-04skyeye: Remove duplicate typedefsLioncash
2015-01-03dyncom: Implement SMLAWLioncash
2015-01-02Merge pull request #395 from lioncash/revbunnei