dolphin/Source/Core/Core/DSP
Lioncash 35cc4a4202 DSPInterpreter: Get rid of a #define constant
This constant isn't particularly helpful, mainly because it's not
applicable to all DSP instructions. Some instructions don't have encoding
space for registers, and not all instructions that do encode registers
have one at the first five bits.

This change also has the benefit of removing all includes to the
interpreter within the JIT code, which keeps them fully separate from one
another. Changes to the interpreter header won't require some of the JIT
code to be rebuilt.
2017-01-12 20:36:52 -05:00
..
Interpreter DSPInterpreter: Get rid of a #define constant 2017-01-12 20:36:52 -05:00
Jit DSPInterpreter: Get rid of a #define constant 2017-01-12 20:36:52 -05:00
DSPAccelerator.cpp DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPAccelerator.h DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPAnalyzer.cpp DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPAnalyzer.h DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPAssembler.cpp DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPAssembler.h DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPBreakpoints.h DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPCaptureLogger.cpp DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPCaptureLogger.h DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPCodeUtil.cpp DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPCodeUtil.h DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPCommon.h DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPCore.cpp DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPCore.h specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
DSPDisassembler.cpp DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPDisassembler.h DSPDisassembler: directly initialize AssemblerSettings struct members 2017-01-04 12:53:22 -05:00
DSPHWInterface.cpp DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPHWInterface.h DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPHost.h DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPMemoryMap.cpp DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPMemoryMap.h DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPStacks.cpp DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPStacks.h DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPTables.cpp DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPTables.h DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
LabelMap.cpp DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
LabelMap.h DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00