dolphin/Source/Core/Core
Ryan Houdek 791c7d5a84 [AArch64] Clean up bogus vector FCVT{N,L} instruction usage.
Replace the instruction with the scalar variant FCVT instruction.
FCVT{N,L} 8 cycles latency on the Cortex A57
FCVT has five cycle latency and slightly higher throughput

On the A72 all three of these instructions will have three cycle latency,
While FCVT{N,L} will have half the throughput.
2015-09-04 19:41:54 -05:00
..
Boot
Debugger
DSP
FifoPlayer FifoPlayer: Use VI derived timing, not hardcoded 60Hz 2015-09-01 20:24:42 +08:00
HLE
HW VI: Less log spam in Release build 2015-09-04 17:08:19 +08:00
IPC_HLE Implemented ability to block writes to the SD card 2015-08-28 17:32:29 -07:00
PowerPC [AArch64] Clean up bogus vector FCVT{N,L} instruction usage. 2015-09-04 19:41:54 -05:00
ActionReplay.cpp ActionReplay: Remove an alloca call 2015-09-02 17:41:19 -04:00
ActionReplay.h
ARDecrypt.cpp
ARDecrypt.h
BootManager.cpp Implemented ability to block writes to the SD card 2015-08-28 17:32:29 -07:00
BootManager.h
CMakeLists.txt
ConfigManager.cpp Implemented ability to block writes to the SD card 2015-08-28 17:32:29 -07:00
ConfigManager.h Implemented ability to block writes to the SD card 2015-08-28 17:32:29 -07:00
Core.cpp
Core.h
Core.vcxproj [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
Core.vcxproj.filters
CoreTiming.cpp CoreTiming: remove unused functions 2015-08-26 15:40:15 +02:00
CoreTiming.h CoreTiming: remove unused functions 2015-08-26 15:40:15 +02:00
DSPEmulator.cpp
DSPEmulator.h
ec_wii.cpp
ec_wii.h
GeckoCode.cpp
GeckoCode.h
GeckoCodeConfig.cpp
GeckoCodeConfig.h
Host.h
HotkeyManager.cpp
HotkeyManager.h
MachineContext.h
MemTools.cpp
MemTools.h
Movie.cpp
Movie.h
NetPlayClient.cpp NetPlay: Return mapping arrays and player list vectors directly 2015-08-17 21:56:25 -04:00
NetPlayClient.h NetPlay: Return mapping arrays and player list vectors directly 2015-08-17 21:56:25 -04:00
NetPlayProto.h NetPlay: Use std::array for the pad mappings 2015-08-16 00:08:09 -04:00
NetPlayServer.cpp NetPlay: Return mapping arrays and player list vectors directly 2015-08-17 21:56:25 -04:00
NetPlayServer.h NetPlay: Return mapping arrays and player list vectors directly 2015-08-17 21:56:25 -04:00
PatchEngine.cpp
PatchEngine.h
State.cpp VI: derive field timing from VI registers 2015-09-01 20:24:40 +08:00
State.h