aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/skyeye_common/armemu.h
AgeCommit message (Collapse)Author
2015-05-23dyncom: Get rid of armemu.hLioncash
2015-04-20dyncom: Remove more unused/unnecessary codeLioncash
Gets rid of a sizeable amount of stuff in armdefs.
2015-04-17dyncom: Remove unused/unnecessary VFP cruftLioncash
2015-02-15arm: Set the A bit on reset.Lioncash
This enum value is ORed against in ARMul_Reset (and used to refer to all interrupt bits in the CPSR). So simply updating this is enough.
2015-02-13arm: General cleanupLioncash
- Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
2015-02-12arm: Remove ARMul_EmulateInitLioncash
This was only used for armemu, which has since been removed. Removed components related to this as well.
2015-02-11arm: Change some more constants into enumsLioncash
2015-02-10arm: Remove TRUE/FALSE definesLioncash
- Removed the Debug parameter from ARMul_State since it isn't used. - Changed ARMul_CoProInit to a void function. It always returned true.
2015-01-31arm: Adios armemuLioncash
2015-01-30arm: Move headers over to pragma onceLioncash
2015-01-30arm: Throw out a lot of unnecessary codeLioncash
2015-01-05dyncom: Implement QADD/QSUB/QDADD/QDSUBLioncash
2015-01-02dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSDLioncash
2014-12-28dyncom: Implement USAD8/USADA8Lioncash
2014-12-28armemu: Fix underflows in USAD8/USADA8Lioncash
Initially reported by xdec.
2014-12-23armemu: Set the Q flag properly for SMLAD/SMUADLioncash
2014-12-22armemu: Fix construction of the CPSRLioncash
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-11-24Change some SkyEye defines to const intsYuri Kunde Schlesner
This prevents them from interfering with other constants defined in different namespaces.
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common ↵bunnei
area. Removed s_ prefix