dolphin/Source/Core/Core/Src/DSP
2011-03-11 10:21:46 +00:00
..
Jit Core/DSP/Jit: Fix register cache state tracking in bloop and loop emitters 2011-03-07 00:12:55 +00:00
assemble.cpp Initialize all struct members. 2011-02-14 21:58:53 +00:00
assemble.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
disassemble.cpp Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p 2011-03-11 10:21:46 +00:00
disassemble.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPAccelerator.cpp Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPAccelerator.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPAnalyzer.cpp Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPAnalyzer.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPBreakpoints.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPCodeUtil.cpp Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPCodeUtil.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPCommon.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPCore.cpp Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p 2011-03-11 10:21:46 +00:00
DSPCore.h Missed a critical section. 2011-03-05 12:05:58 +00:00
DSPEmitter.cpp Core/DSP: Access all registers except ST* through the regcache 2011-02-27 18:04:35 +00:00
DSPEmitter.h Core/DSP: Access all registers except ST* through the regcache 2011-02-27 18:04:35 +00:00
DSPHost.h Remove the global namespace a bit and remove some dead code. 2011-02-02 18:21:20 +00:00
DSPHWInterface.cpp Replaced Common::CriticalSection with a std::mutex implementation. 64bit Windows builds now use SRWLocks and ConditionVariables(requires Vista/7, x64 builds will no longer work on Windows XP x64). Tell me if you hate that. Removed Common::EventEx. Common::Event now uses a std::condition_variable impl.(using ConditionVariables on Windows x64, Events on x86, or posix condition variables elsewhere). I experience slight speed improvements with these changes. 2011-03-05 06:11:26 +00:00
DSPHWInterface.h Remove the global namespace a bit and remove some dead code. 2011-02-02 18:21:20 +00:00
DspIntArithmetic.cpp Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DspIntBranch.cpp Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPIntCCUtil.cpp Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPIntCCUtil.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPInterpreter.cpp Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPInterpreter.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPIntExtOps.cpp DSP: implemented saturation in dsplle-int 2011-03-01 20:20:04 +00:00
DSPIntExtOps.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DspIntLoadStore.cpp DSP: implemented saturation in dsplle-int 2011-03-01 20:20:04 +00:00
DspIntMisc.cpp DSP: implemented saturation in dsplle-int 2011-03-01 20:20:04 +00:00
DspIntMultiplier.cpp Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPIntUtil.h DSP: implemented saturation in dsplle-int 2011-03-01 20:20:04 +00:00
DSPMemoryMap.cpp Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPMemoryMap.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPStacks.cpp Remove the global namespace a bit and remove some dead code. 2011-02-02 18:21:20 +00:00
DSPStacks.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPTables.cpp Initialize all struct members. 2011-02-14 21:58:53 +00:00
DSPTables.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
LabelMap.cpp Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
LabelMap.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00