summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common (follow)
Commit message (Expand)AuthorAgeFilesLines
* dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSDLioncash2015-01-032-1/+2
* dyncom: Massive refactorbunnei2014-12-311-140/+30
* vfp: Get rid of a few warningsLioncash2014-12-302-2/+2
* vfp: Implement VMOVBRRSSLioncash2014-12-303-12/+44
* dyncom: Implement USAT/SSATbunnei2014-12-301-0/+2
* dyncom: Various cleanups to match coding style, no functional changes.bunnei2014-12-301-32/+0
* armemu: Implement QADD8/QSUB8Lioncash2014-12-291-0/+5
* vfp: Actually make the code somewhat readableLioncash2014-12-293-1650/+944
* dyncom: Implement USAD8/USADA8Lioncash2014-12-282-1/+1
* Merge pull request #354 from lioncash/usaduflowbunnei2014-12-281-0/+1
|\
| * armemu: Fix underflows in USAD8/USADA8Lioncash2014-12-281-0/+1
* | dyncom: Implement UQADD8, UQADD16, UQSUB8, UQSUB16, UQASX, and UQSAX.Lioncash2014-12-272-4/+5
* | armemu: Implement UQADD8, UQADD16, UQSUB16, UQASX, and UQSAXLioncash2014-12-271-0/+4
|/
* armemu: Set the Q flag properly for SMLAD/SMUADLioncash2014-12-231-0/+1
* armemu: Fix construction of the CPSRLioncash2014-12-232-4/+5
* armemu: Fix FTOUI NaN sign.Normmatt2014-12-161-1/+1
* armemu: Fix FSUBS bug where NaN shouldn't be negatedNormmatt2014-12-161-1/+4
* Merge pull request #276 from lioncash/decrappifybunnei2014-12-151-306/+169
|\
| * Clean up armdefs.hLioncash2014-12-141-306/+169
* | ARM: Pull some SkyEye fixes from 3dmoo.bunnei2014-12-152-4/+4
|/
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-3/+1
* Remove unused includes to common/thread.hEmmanuel Gil Peyrot2014-11-251-2/+0
* HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner2014-11-241-16/+18
* Change some SkyEye defines to const intsYuri Kunde Schlesner2014-11-242-34/+16
* Fix compilation errorsSean Maas2014-11-031-2/+2
* ARM: Merge latest VFP fixes from 3dmoo team.bunnei2014-11-024-2096/+2388
* Fix VFP compilation errors with gccYuri Kunde Schlesner2014-10-311-12/+12
* vfp_helper: Get rid of integer type redefinitionsLioncash2014-10-261-7/+1
* ARM: Removed unnecessary and unused SkyEye MMU code.bunnei2014-10-252-118/+0
* ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei2014-10-256-38/+87
* ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei2014-10-2514-0/+11033