summaryrefslogtreecommitdiff
path: root/src/core/arm/dyncom
AgeCommit message (Expand)Author
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
2015-02-10arm_dyncom_thumb: Make lookup tables staticLioncash
2015-02-10dyncom: Add more regs to MCR/MRCLioncash
2015-02-09Scheduler refactor Pt. 1Kevin Hartman
2015-02-03dyncom: Remove more unnecessary codeLioncash
2015-02-03core: Fix some warnings on OSXLioncash
2015-01-31arm: Clean up ARMul_StateLioncash
2015-01-31arm: Adios armemuLioncash
2015-01-30dyncom: clean up arm_dyncom_dec.hLioncash
2015-01-30arm: Move headers over to pragma onceLioncash
2015-01-30arm: Get rid of armcpu.h and skyeye_types.hLioncash
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-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner
2015-01-08DynCom: Add a comment to GetTicks.Subv
2015-01-08Timing: Use CoreTiming::GetTicks to keep track of ticks.Subv
2015-01-08dyncom: Fix UMAALLioncash
2015-01-07Merge pull request #442 from lioncash/smulbunnei
2015-01-07dyncom: Fix SMULWB/SMULWTLioncash
2015-01-07Merge pull request #425 from Subv/coretimingbunnei
2015-01-07CoreTiming: Ported the CoreTiming namespace from PPSSPPSubv
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
2015-01-02dyncom: Implement REVSHLioncash
2015-01-02dyncom: Implement SMLALD/SMLSLDLioncash
2015-01-02Merge pull request #392 from lioncash/smbunnei
2015-01-02dyncom: Implement SMMLA/SMMUL/SMMLSLioncash
2015-01-02dyncom: Implemented LDREXD/STREXD/LDREXH/STREXHbunnei
2015-01-02Merge pull request #390 from lioncash/wutbunnei