aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm
AgeCommit message (Collapse)Author
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
Also cleans up CMN, and CMP.
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
This will keep track of idle ticks for us, and fixes some tickcount-related issues
2015-01-08dyncom: Fix UMAALLioncash
These need to be done as a 64-bit operation.
2015-01-07Merge pull request #442 from lioncash/smulbunnei
dyncom: Fix SMULWB/SMULWT
2015-01-07dyncom: Fix SMULWB/SMULWTLioncash
Wasn't doing proper sign-extension
2015-01-07Merge pull request #425 from Subv/coretimingbunnei
Ported the CoreTiming namespace from PPSSPP
2015-01-07CoreTiming: Ported the CoreTiming namespace from PPSSPPSubv
Implemented the required calls to make it work. CoreTiming: Added a new logging class Core_Timing.
2015-01-07Merge pull request #438 from lioncash/swpbunnei
dyncom: Fix SWPB
2015-01-07dyncom: Fix SWPBLioncash
2015-01-07dyncom: Move over SMLALXYLioncash
2015-01-06Merge pull request #417 from kevinhartman/exclusive-tag-fixbunnei
Added exclusive reservation granule from ARMv7 spec to dyncom...
2015-01-05Added exclusive reservation granule from ARMv7 spec to dyncom to protect ↵Kevin Hartman
LDR/STREX.
2015-01-05dyncom: Partially emulate BXJLioncash
Just in case some game studio let the intern write inline assembly or something.
2015-01-05dyncom: Actually set the Q flag for SMLABB/SMLABT/SMLATB/SMLATTLioncash
Easy skyeye todo fix.
2015-01-05Merge pull request #418 from lioncash/qdbunnei
dyncom: Implement QADD/QSUB/QDADD/QDSUB
2015-01-05dyncom: Implement QADD/QSUB/QDADD/QDSUBLioncash
2015-01-04skyeye: Remove duplicate typedefsLioncash
citra already has its own typedefs like this.
2015-01-03Merge pull request #398 from lioncash/smbunnei
dyncom: Implement SMLAW
2015-01-03dyncom: Implement SMLAWLioncash
2015-01-03VFP: Minor cleanup, functionally the same.bunnei
2015-01-02Merge pull request #395 from lioncash/revbunnei
dyncom: Implement REVSH
2015-01-02dyncom: Implement REVSHLioncash
Also joins the REV ops into one common place.
2015-01-02dyncom: Implement SMLALD/SMLSLDLioncash
2015-01-02Merge pull request #392 from lioncash/smbunnei
dyncom: Implement SMMLA/SMMUL/SMMLS
2015-01-02dyncom: Implement SMMLA/SMMUL/SMMLSLioncash
2015-01-02dyncom: Implemented LDREXD/STREXD/LDREXH/STREXHbunnei
2015-01-02Merge pull request #390 from lioncash/wutbunnei
dyncom: Remove dead function InterpreterInitInstLength
2015-01-02dyncom: Remove dead function InterpreterInitInstLengthLioncash
Technically eliminates two memory leaks as well.
2015-01-02armemu: Fix missing Q flag check for SMLSD.Lioncash
2015-01-02dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSDLioncash
2015-01-01dyncom: Implement SXTAB16 and SXTB16Lioncash
2015-01-01Merge pull request #379 from lioncash/shbunnei
dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAX
2015-01-01dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAXLioncash
2015-01-01Fix SADD8/SSUB8 in the armemuLioncash
2015-01-01dyncom: Implement SADD8/SSUB8Lioncash
2014-12-31Merge pull request #375 from lioncash/uopsbunnei
dyncom: Implement UADD8/UADD16/USUB8/USUB16/UASX/USAX
2014-12-31dyncom: Implement UADD8/UADD16/USUB8/USUB16/UASX/USAXLioncash
2014-12-30dyncom: Massive refactorbunnei
2014-12-30Merge pull request #369 from darkf/mingw_bunnei
Fix MinGW build (2)
2014-12-30vfp: Get rid of a few warningsLioncash
2014-12-30vfp: Implement VMOVBRRSSLioncash
2014-12-30dyncom: Implement USAT16/SSAT16Lioncash