From 45589e77359f8970a5834547f5de947b6f1e2155 Mon Sep 17 00:00:00 2001 From: Kristian Buchman Date: Sun, 6 Apr 2014 19:00:49 -0600 Subject: [PATCH] Renamed all Core/DPS/Dsp* files to Core/DSP/DSP* --- .../Core/Core/DSP/{DspIntArithmetic.cpp => DSPIntArithmetic.cpp} | 0 Source/Core/Core/DSP/{DspIntBranch.cpp => DSPIntBranch.cpp} | 0 Source/Core/Core/DSP/{DspIntLoadStore.cpp => DSPIntLoadStore.cpp} | 0 Source/Core/Core/DSP/{DspIntMisc.cpp => DSPIntMisc.cpp} | 0 .../Core/Core/DSP/{DspIntMultiplier.cpp => DSPIntMultiplier.cpp} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename Source/Core/Core/DSP/{DspIntArithmetic.cpp => DSPIntArithmetic.cpp} (100%) rename Source/Core/Core/DSP/{DspIntBranch.cpp => DSPIntBranch.cpp} (100%) rename Source/Core/Core/DSP/{DspIntLoadStore.cpp => DSPIntLoadStore.cpp} (100%) rename Source/Core/Core/DSP/{DspIntMisc.cpp => DSPIntMisc.cpp} (100%) rename Source/Core/Core/DSP/{DspIntMultiplier.cpp => DSPIntMultiplier.cpp} (100%) diff --git a/Source/Core/Core/DSP/DspIntArithmetic.cpp b/Source/Core/Core/DSP/DSPIntArithmetic.cpp similarity index 100% rename from Source/Core/Core/DSP/DspIntArithmetic.cpp rename to Source/Core/Core/DSP/DSPIntArithmetic.cpp diff --git a/Source/Core/Core/DSP/DspIntBranch.cpp b/Source/Core/Core/DSP/DSPIntBranch.cpp similarity index 100% rename from Source/Core/Core/DSP/DspIntBranch.cpp rename to Source/Core/Core/DSP/DSPIntBranch.cpp diff --git a/Source/Core/Core/DSP/DspIntLoadStore.cpp b/Source/Core/Core/DSP/DSPIntLoadStore.cpp similarity index 100% rename from Source/Core/Core/DSP/DspIntLoadStore.cpp rename to Source/Core/Core/DSP/DSPIntLoadStore.cpp diff --git a/Source/Core/Core/DSP/DspIntMisc.cpp b/Source/Core/Core/DSP/DSPIntMisc.cpp similarity index 100% rename from Source/Core/Core/DSP/DspIntMisc.cpp rename to Source/Core/Core/DSP/DSPIntMisc.cpp diff --git a/Source/Core/Core/DSP/DspIntMultiplier.cpp b/Source/Core/Core/DSP/DSPIntMultiplier.cpp similarity index 100% rename from Source/Core/Core/DSP/DspIntMultiplier.cpp rename to Source/Core/Core/DSP/DSPIntMultiplier.cpp