aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/skyeye_common/armdefs.h
Commit message (Collapse)AuthorAge
* dyncom: Rename armdefs.h to armstate.hGravatar Lioncash2015-07-25
|
* dyncom: Get rid of skyeye typedefsGravatar Lioncash2015-07-25
|
* dyncom: Move helper functions to their own headerGravatar Lioncash2015-07-25
|
* armdefs: Remove unnecessary extern keywordsGravatar Lioncash2015-07-25
|
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
|
* dyncom: Get rid of armemu.hGravatar Lioncash2015-05-23
|
* Remove unnecessary dyncom header filesGravatar Lioncash2015-05-07
|
* Dyncom: Move cream cache to ARMul_State.Gravatar bunnei2015-05-01
|
* dyncom: Remove more unused/unnecessary codeGravatar Lioncash2015-04-20
| | | | Gets rid of a sizeable amount of stuff in armdefs.
* dyncom: Remove unused/unnecessary VFP cruftGravatar Lioncash2015-04-17
|
* vfp: Get rid of the VFP_OFFSET macroGravatar Lioncash2015-04-06
|
* Move CP15 enum definitions into their own enum.Gravatar Lioncash2015-04-06
| | | | Also gets rid of preprocessor mumbo-jumbo
* dyncom: Move CP15 register writing into its own function.Gravatar Lioncash2015-04-02
| | | | Also implements writing to the rest of the ARM11 MPCore CP15 register set.
* dyncom: Move CP15 register reading into its own function.Gravatar Lioncash2015-04-02
| | | | Keeps everything contained. Added all supported readable registers in an ARM11 MPCore.
* dyncom: Migrate InAPrivilegedMode to armsuppGravatar Lioncash2015-03-26
| | | | It's a generic helper function, so it should be here anyway.
* dyncom: Make Load/Store instructions support big endianGravatar Lioncash2015-03-17
|
* arm: Remove unnecessary booleansGravatar Lioncash2015-02-25
| | | | We don't care about any of these.
* arm: General cleanupGravatar Lioncash2015-02-13
| | | | | | | - Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
* dyncom: Switch the app and system cores into the correct mode at initializationGravatar Lioncash2015-02-12
|
* arm: Remove ARMul_EmulateInitGravatar Lioncash2015-02-12
| | | | This was only used for armemu, which has since been removed. Removed components related to this as well.
* armdefs: Remove unnecessary extern CGravatar Lioncash2015-02-12
|
* arm: Remove ARM26 support.Gravatar Lioncash2015-02-11
| | | | This will never be used. 32-bit is the norm.
* arm: Get rid of some magic constants. Specify proper ARM mode.Gravatar Lioncash2015-02-11
| | | | Initially, we were starting the emulator in USER26MODE, which is incorrect, this should be USER32MODE.
* arm: Change some more constants into enumsGravatar Lioncash2015-02-11
|
* arm: Remove TRUE/FALSE definesGravatar Lioncash2015-02-10
| | | | | - Removed the Debug parameter from ARMul_State since it isn't used. - Changed ARMul_CoProInit to a void function. It always returned true.
* arm: Clean up ARMul_StateGravatar Lioncash2015-01-31
| | | | Remove unnecessary/unused struct variables.
* arm: Adios armemuGravatar Lioncash2015-01-31
|
* arm: Throw out a lot of unnecessary codeGravatar Lioncash2015-01-30
|
* armdefs: Move some defines over to enumsGravatar Lioncash2015-01-30
|
* dyncom: Add a helper function for addition with a carryGravatar Lioncash2015-01-12
|
* Merge pull request #417 from kevinhartman/exclusive-tag-fixGravatar bunnei2015-01-06
|\ | | | | Added exclusive reservation granule from ARMv7 spec to dyncom...
| * Added exclusive reservation granule from ARMv7 spec to dyncom to protect ↵Gravatar Kevin Hartman2015-01-05
| | | | | | | | LDR/STREX.
* | dyncom: Implement QADD/QSUB/QDADD/QDSUBGravatar Lioncash2015-01-05
|/
* dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSDGravatar Lioncash2015-01-02
|
* dyncom: Implement USAT/SSATGravatar bunnei2014-12-29
|
* armemu: Implement QADD8/QSUB8Gravatar Lioncash2014-12-29
|
* dyncom: Implement USAD8/USADA8Gravatar Lioncash2014-12-28
|
* dyncom: Implement UQADD8, UQADD16, UQSUB8, UQSUB16, UQASX, and UQSAX.Gravatar Lioncash2014-12-27
|
* armemu: Fix construction of the CPSRGravatar Lioncash2014-12-22
|
* Merge pull request #276 from lioncash/decrappifyGravatar bunnei2014-12-14
|\ | | | | Clean up armdefs.h a little.
* | ARM: Pull some SkyEye fixes from 3dmoo.Gravatar bunnei2014-12-14
| |
| * Clean up armdefs.hGravatar Lioncash2014-12-14
|/
* HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | All service calls in the CTR OS return result codes indicating the success or failure of the call. Previous to this commit, Citra's HLE emulation of services and the kernel universally either ignored errors or returned dummy -1 error codes. This commit makes an initial effort to provide an infrastructure for error reporting and propagation which can be use going forward to make HLE calls accurately return errors as the original system. A few parts of the code have been updated to use the new system where applicable. One part of this effort is the definition of the `ResultCode` type, which provides facilities for constructing and parsing error codes in the structured format used by the CTR. The `ResultVal` type builds on `ResultCode` by providing a container for values returned by function that can report errors. It enforces that correct error checking will be done on function returns by preventing the use of the return value if the function returned an error code. Currently this change is mostly internal since errors are still suppressed on the ARM<->HLE border, as a temporary compatibility hack. As functionality is implemented and tested this hack can be eventually removed.
* Change some SkyEye defines to const intsGravatar Yuri Kunde Schlesner2014-11-24
| | | | | This prevents them from interfering with other constants defined in different namespaces.
* ARM: Removed unnecessary and unused SkyEye MMU code.Gravatar bunnei2014-10-25
| | | | Added license header back in. I originally removed this because I mostly rewrote the file, but meh
* ARM: Reorganized file structure to move shared SkyEye code to a more common ↵Gravatar bunnei2014-10-25
area. Removed s_ prefix