aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/interpreter
Commit message (Collapse)AuthorAge
* same fix as last commit - just for vfpsingle.cppGravatar bunnei2014-05-16
|
* another VFP fix for GCCGravatar bunnei2014-05-16
|
* fixed VFP DBG log for GCCGravatar bunnei2014-05-16
|
* - reenabled MCR and MRC functions now that VFP is attachedGravatar bunnei2014-05-16
| | | | - removed HLE::CallMCR function (was pointless)
* - removed unused stubbed out codeGravatar bunnei2014-05-16
| | | | | - fixed some compiler issues with xscale_copro when porting code to Windows - fixed some #include's
* added maverick.cpp to ARM core from skyeyeGravatar bunnei2014-05-16
|
* fixed includesGravatar bunnei2014-05-16
|
* enabled CP_ACCESS_ALLOWEDGravatar bunnei2014-05-16
|
* fixed include pathGravatar bunnei2014-05-16
|
* removed undefined function ARMul_ConsolePrintGravatar bunnei2014-05-16
|
* added missing armcopro from skyeyeGravatar bunnei2014-05-16
|
* added missing skyeye mmu codeGravatar bunnei2014-05-15
|
* fixed armmmu importsGravatar bunnei2014-05-15
|
* - moved mmu to arm/interpreter folderGravatar bunnei2014-05-15
| | | | - added initial VFP code from skyeye
* - disable strict alignment on LDRD/STRDGravatar bunnei2014-05-06
| | | | - handle RD in STREX/STREXB
* - added CallMCR function to coprocessor HLE moduleGravatar bunnei2014-05-01
| | | | - moved instruction decoding to coprocessor HLE module
* renamed hle "mrc" module to "coprocessor"Gravatar bunnei2014-05-01
|
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classGravatar bunnei2014-04-27
|
* removed commented out line - this was for an unimplemented MRC call, no ↵Gravatar bunnei2014-04-27
| | | | longer need to leave this here
* moved HLE::MRC to its own module, added support for catching data ↵Gravatar bunnei2014-04-25
| | | | synchronization barrier command
* added disassembly to unimplemented instructionGravatar bunnei2014-04-25
|
* fixes to build on linuxGravatar bunnei2014-04-22
|
* - added HLE to connect to "srv:" serviceGravatar bunnei2014-04-12
| | | | | | - added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function
* hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing ↵Gravatar bunnei2014-04-12
| | | | this...)
* added a SETABORT method that does not update LR (for HLE'd SVC that does not ↵Gravatar bunnei2014-04-12
| | | | jump appcore CPU to an IRQ vector)
* base code to call a syscall from ARM11 appcoreGravatar bunnei2014-04-10
|
* cleaned up arm_interface, added a setter to set registers for use with HLE ↵Gravatar bunnei2014-04-10
| | | | return values
* fixed licensing and updated code style naming for ↵Gravatar bunnei2014-04-08
| | | | arm_interface/arm_interpreter frontend module
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08