aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/dyncom/arm_dyncom_interpreter.cpp
AgeCommit message (Expand)Author
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
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
2015-01-02dyncom: Remove dead function InterpreterInitInstLengthLioncash
2015-01-02dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSDLioncash
2015-01-01dyncom: Implement SXTAB16 and SXTB16Lioncash
2015-01-01Merge pull request #379 from lioncash/shbunnei
2015-01-01dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAXLioncash
2015-01-01dyncom: Implement SADD8/SSUB8Lioncash
2014-12-31Merge pull request #375 from lioncash/uopsbunnei
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
2014-12-30dyncom: Implement USAT16/SSAT16Lioncash
2014-12-29Fix merge conflictsdarkf
2014-12-29dyncom: Implement USAT/SSATbunnei
2014-12-29dyncom: Various cleanups to match coding style, no functional changes.bunnei
2014-12-29Merge pull request #361 from lioncash/moreqopsbunnei
2014-12-29dyncom: Fix SMLALXY's instruction labelsLioncash
2014-12-29dyncom: Implement QADD8/QSUB8Lioncash
2014-12-28dyncom: Implement UXTB16/UXTAB16Lioncash