summaryrefslogtreecommitdiff
path: root/src/core/arm/interpreter
AgeCommit message (Expand)Author
2014-12-16armemu: Fix lower-bound signed saturation clamping for QADD16/QSUB16.Lioncash
2014-12-16armemu: Join QADD16 and QSUB16 together.Lioncash
2014-12-15armemu: Implement UXTAB16Lioncash
2014-12-14armemu: Fix UXTB16Lioncash
2014-12-14ARM: Pull some SkyEye fixes from 3dmoo.bunnei
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-08armemu: Fix SSAXLioncash
2014-12-08armemu: Fix SASXLioncash
2014-12-07armemu: Fix parenthesis warnings regarding bitwise opsLioncash
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-11-18Fix documentation of parametersLioncash
2014-11-02ARM: Merged additional ARMv6 instructions implemented by 3dmoo.bunnei
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner
2014-10-25ARM: Removed unnecessary and unused SkyEye MMU code.bunnei
2014-10-25ARM: Removed unused armos code from SkyEye.bunnei
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common a...bunnei
2014-09-06core: Make the ARM disassembler use std::string internallyLioncash
2014-08-28Threading: Fix thread starting to execute first instruction correctly.bunnei
2014-08-20ARM: Remove a forgotten const in vfp.Emmanuel Gil Peyrot
2014-07-23ARM: Synchronize Citra's SkyEye core with 3dmoo's.bunnei
2014-07-19core: Kill off type redefenitions in armdefs.hLioncash
2014-06-14Merge branch 'threading' of https://github.com/bunnei/citrabunnei
2014-06-05arm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually exec...bunnei
2014-06-05arm: fixed bug in how thread context switch occurs with SkyEyebunnei
2014-06-04arm: reverting a change made with cb0663de - this has to have been a typo!bunnei
2014-06-01arm: added option to prepare CPU core (while mid-instruction) for thread resc...bunnei
2014-05-29arm: removed unnecessary code when calling SVC from skyeyebunnei
2014-05-22Merge branch 'threading'bunnei
2014-05-22arm_interpreter: fixed load context to currently resume a threadbunnei
2014-05-20arm: removed include of windows.h from armdefs.h to arminit.c (only module th...bunnei
2014-05-20armemu: missed rename of "Syscall" to "SVC"bunnei
2014-05-20ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent ...bunnei
2014-05-20ARM_Interface: added SaveContext and LoadContext functions for HLE thread swi...bunnei
2014-05-19VFP: disable DBG messages because they spam the console with unimportant skye...bunnei
2014-05-19Merge pull request #2 from archshift/issue-7-fixbunnei
2014-05-17Fixed vfp issuesarchshift
2014-05-17ignore thumbemu 0xDEADCODE debugging catch on MCRbunnei
2014-05-17Merge branch 'master' into threadingbunnei
2014-05-17updated how we call ARM core to make things much fasterbunnei
2014-05-16Merge master into threading to add support for VFPbunnei
2014-05-16same fix as last commit - just for vfpsingle.cppbunnei
2014-05-16another VFP fix for GCCbunnei
2014-05-16fixed VFP DBG log for GCCbunnei
2014-05-16- reenabled MCR and MRC functions now that VFP is attachedbunnei
2014-05-16- removed unused stubbed out codebunnei
2014-05-16added maverick.cpp to ARM core from skyeyebunnei
2014-05-16fixed includesbunnei
2014-05-16enabled CP_ACCESS_ALLOWEDbunnei
2014-05-16fixed include pathbunnei