summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/armemu.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dyncom: Remove more unused/unnecessary codeLioncash2015-04-201-12/+0
| | | | Gets rid of a sizeable amount of stuff in armdefs.
* dyncom: Remove unused/unnecessary VFP cruftLioncash2015-04-181-9/+0
|
* arm: Set the A bit on reset.Lioncash2015-02-151-1/+1
| | | | 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.
* arm: General cleanupLioncash2015-02-131-54/+17
| | | | | | | - Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
* arm: Remove ARMul_EmulateInitLioncash2015-02-121-8/+0
| | | | This was only used for armemu, which has since been removed. Removed components related to this as well.
* arm: Change some more constants into enumsLioncash2015-02-111-12/+16
|
* arm: Remove TRUE/FALSE definesLioncash2015-02-101-7/+7
| | | | | - Removed the Debug parameter from ARMul_State since it isn't used. - Changed ARMul_CoProInit to a void function. It always returned true.
* arm: Adios armemuLioncash2015-02-011-526/+12
|
* arm: Move headers over to pragma onceLioncash2015-01-301-8/+1
|
* arm: Throw out a lot of unnecessary codeLioncash2015-01-301-4/+1
|
* dyncom: Implement QADD/QSUB/QDADD/QDSUBLioncash2015-01-051-5/+1
|
* dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSDLioncash2015-01-031-1/+0
|
* dyncom: Implement USAD8/USADA8Lioncash2014-12-281-1/+0
|
* armemu: Fix underflows in USAD8/USADA8Lioncash2014-12-281-0/+1
| | | | Initially reported by xdec.
* armemu: Set the Q flag properly for SMLAD/SMUADLioncash2014-12-231-0/+1
|
* armemu: Fix construction of the CPSRLioncash2014-12-231-3/+4
|
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-3/+1
|
* Change some SkyEye defines to const intsYuri Kunde Schlesner2014-11-241-18/+0
| | | | | This prevents them from interfering with other constants defined in different namespaces.
* ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei2014-10-251-0/+656
Removed s_ prefix