aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm
AgeCommit message (Expand)Author
2015-02-01Merge pull request #525 from lioncash/armwarnbunnei
2015-01-31vfp: Get rid of some compile warningsLioncash
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-30arm: Clean out armos.h and armmmu.hLioncash
2015-01-30arm: Throw out a lot of unnecessary codeLioncash
2015-01-30armdefs: Move some defines over to enumsLioncash
2015-01-27dyncom: Minor cleanupLioncash
2015-01-26Update vfp.cppbunnei
2015-01-24Merge pull request #410 from chinhodado/cleanupbunnei
2015-01-23vfp: Clean up vertical alignment for instructionsLioncash
2015-01-22dyncom: Minor cleanupLioncash
2015-01-19dyncom: Clarify precedence for ternary statementsLioncash
2015-01-19Cleanup: Logging in CoreChin
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-12vfp: Remove dead codeLioncash
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-03Merge pull request #398 from lioncash/smbunnei
2015-01-03dyncom: Implement SMLAWLioncash
2015-01-03VFP: Minor cleanup, functionally the same.bunnei
2015-01-02Merge pull request #395 from lioncash/revbunnei