dolphin/Source/Core/Core/DSP
Lioncash e52109a356 DSPJitRegCache: Take DynamicReg instances by reference in FlushRegs()
A DynamicReg instance is 80 bytes in size, so this just gets rid of some
unnecessary copy churn.
2024-02-28 10:27:35 -05:00
..
Interpreter Core/SystemTimers: Refactor to class, move to System. 2024-01-04 23:35:19 +01:00
Jit DSPJitRegCache: Take DynamicReg instances by reference in FlushRegs() 2024-02-28 10:27:35 -05:00
DSPAccelerator.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
DSPAccelerator.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPAnalyzer.cpp DSPAnalyzer: Disable update SR analysis 2021-08-22 17:07:43 -07:00
DSPAnalyzer.h DSPAnalyzer: Disable update SR analysis 2021-08-22 17:07:43 -07:00
DSPAssembler.cpp DSPTool: Fix missing error when redefining labels 2023-02-04 17:31:06 -08:00
DSPAssembler.h DSPAssembler: Rework errors and warnings 2022-05-23 20:27:17 -07:00
DSPBreakpoints.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPCaptureLogger.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPCaptureLogger.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPCodeUtil.cpp DSPCodeUtil: Include the PC and hex in the "Extra code words" section 2022-06-14 12:22:06 -07:00
DSPCodeUtil.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPCommon.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPCore.cpp DSPLLE: More accurately handle initialization behavior 2022-06-16 12:18:05 -07:00
DSPCore.h DSPLLE: More accurately handle initialization behavior 2022-06-16 12:18:05 -07:00
DSPDisassembler.cpp EnumUtils: Add Common::ToUnderlying 2023-06-17 07:15:33 -05:00
DSPDisassembler.h DSPDisassembler: Fix out-of-bounds read when the last word is an instruction with a large immediate 2022-06-14 12:22:06 -07:00
DSPHWInterface.cpp Merge pull request #10732 from Pokechu22/dsp-init 2022-06-22 14:36:04 +02:00
DSPHost.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPMemoryMap.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
DSPStacks.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
DSPTables.cpp Core/DSP/DSPTables: Make pdregname() and pdregnamelong() return std::string 2023-12-18 13:08:57 -05:00
DSPTables.h Core/DSP/DSPTables: Make pdregname() and pdregnamelong() return std::string 2023-12-18 13:08:57 -05:00
LabelMap.cpp DSPTool: Fix missing error when redefining labels 2023-02-04 17:31:06 -08:00
LabelMap.h DSPTool: Fix missing error when redefining labels 2023-02-04 17:31:06 -08:00