aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/skyeye_common
AgeCommit message (Expand)Author
2015-03-03vfp: Get rid of warningsLioncash
2015-02-25arm: Remove unnecessary booleansLioncash
2015-02-17vfpinstr: Fix trivial signed/unsigned mismatch warningsLioncash
2015-02-15vfpdouble: Use %p for printing pointer addresses.Lioncash
2015-02-15arm: Set the A bit on reset.Lioncash
2015-02-13core: Apply static to local functionsLioncash
2015-02-13arm: General cleanupLioncash
2015-02-12dyncom: Switch the app and system cores into the correct mode at initializationLioncash
2015-02-12dyncom: Clean up the constructorLioncash
2015-02-12arm: Remove ARMul_EmulateInitLioncash
2015-02-12armdefs: Remove unnecessary extern CLioncash
2015-02-11arm: Remove ARM26 support.Lioncash
2015-02-11arm: Get rid of some magic constants. Specify proper ARM mode.Lioncash
2015-02-11arm: Change some more constants into enumsLioncash
2015-02-10arm: Remove TRUE/FALSE definesLioncash
2015-02-10Merge pull request #553 from lioncash/denormbunnei
2015-02-10dyncom: Add more regs to MCR/MRCLioncash
2015-02-10vfp: Normalize accumulator for multiply accumulate instructionsLioncash
2015-02-09vfpdouble: Fix the FTOUI NaN sign settingLioncash
2015-02-09Throw more unused/unnecessary VFP code outLioncash
2015-02-09vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuffLioncash
2015-02-09vfp_helper: Normalize tabs to spacesLioncash
2015-02-06vfp_helper: Remove unnecessary extern C blocksLioncash
2015-02-06vfp: Move FPSID, FPEXC, and FPSCR values over to enums.Lioncash
2015-02-04Merge pull request #537 from lioncash/vfpbunnei
2015-02-04vfp: Fix VCVTLioncash
2015-02-04vfp: Throw out unused codeLioncash
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-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-26Update vfp.cppbunnei
2015-01-24Merge pull request #410 from chinhodado/cleanupbunnei
2015-01-23vfp: Clean up vertical alignment for instructionsLioncash
2015-01-19dyncom: Clarify precedence for ternary statementsLioncash
2015-01-19Cleanup: Logging in CoreChin
2015-01-12vfp: Remove dead codeLioncash
2015-01-12dyncom: Add a helper function for addition with a carryLioncash
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-05Merge pull request #418 from lioncash/qdbunnei
2015-01-05dyncom: Implement QADD/QSUB/QDADD/QDSUBLioncash
2015-01-04skyeye: Remove duplicate typedefsLioncash
2015-01-03VFP: Minor cleanup, functionally the same.bunnei
2015-01-02dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSDLioncash