aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/skyeye_common
AgeCommit message (Expand)Author
2015-07-27dyncom: Migrate exclusive memory access control into armstateLioncash
2015-07-26dyncom: Use std::array for register arraysLioncash
2015-07-26dyncom: Use ARMul_State as an objectLioncash
2015-07-25dyncom: Remove unnecessary initialization code.Lioncash
2015-07-25dyncom: Remove unnecessary abort-related cruftLioncash
2015-07-25dyncom: Rename armdefs.h to armstate.hLioncash
2015-07-25dyncom: Get rid of skyeye typedefsLioncash
2015-07-25dyncom: Move helper functions to their own headerLioncash
2015-07-25dyncom: Move arminit.cpp and armsupp.cpp into skyeye_commonLioncash
2015-07-25armdefs: Remove unnecessary extern keywordsLioncash
2015-07-10Merge pull request #876 from linkmauve/include-cleanupsYuri Kunde Schlesner
2015-06-29vfp: Change return type of VFPInit from unsigned int to void.Lioncash
2015-06-29vfp: Handle accesses to FPINST/FPINST2 system registersLioncash
2015-06-28Core, VideoCore: Replace or fix exit() calls.Emmanuel Gil Peyrot
2015-06-12vfp: Handle accesses to the VFP media feature registersLioncash
2015-06-12vfp: Implement VMOVBCR/VMOVBRCLioncash
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-23dyncom: Get rid of armemu.hLioncash
2015-05-22dyncom: remove load_r15 from arm_instLioncash
2015-05-22VFP: Log as trace to get rid of spamming.bunnei
2015-05-21dyncom: Eliminate clang warningsLioncash
2015-05-18Merge pull request #772 from lioncash/warnbunnei
2015-05-15Merge pull request #770 from lioncash/dyncom_cleanbunnei
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-14vfp: Get rid of warningsLioncash
2015-05-14dyncom: Remove unnecessary typedefsLioncash
2015-05-11vfp: Handle flush-to-zero mode.Lioncash
2015-05-07Remove unnecessary dyncom header filesLioncash
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-06Clean-up includesYuri Kunde Schlesner
2015-05-01Dyncom: Move cream cache to ARMul_State.bunnei
2015-04-20dyncom: Remove more unused/unnecessary codeLioncash
2015-04-17dyncom: Remove unused/unnecessary VFP cruftLioncash
2015-04-14Core_ARM11: Replace debug prints with our own logging functions in vfpsingle.Emmanuel Gil Peyrot
2015-04-07dyncom: Remove unnecessary enum and typedefLioncash
2015-04-06vfp: Make the FPSID values match the MPCoreLioncash
2015-04-06vfp: Get rid of the VFP_OFFSET macroLioncash
2015-04-06Move CP15 enum definitions into their own enum.Lioncash
2015-04-02dyncom: Move CP15 register writing into its own function.Lioncash
2015-04-02dyncom: Move CP15 register reading into its own function.Lioncash
2015-03-26dyncom: Migrate InAPrivilegedMode to armsuppLioncash
2015-03-20armmmu: Remove unnecessary enum valuesLioncash
2015-03-17dyncom: Make Load/Store instructions support big endianLioncash
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