dolphin/Source/Core
Lioncash c3483a1823 CommonFuncs: Generify rotation functions and move them to BitUtils.h
These are bit manipulation functions, so they belong within BitUtils.

This also gets rid of duplicated code and avoids relying on compiler
reserved names existing or not existing to determine whether or not we
define a set of functions.

Optimizers are smart enough in GCC and clang to transform the code to a
ROR or ROL instruction in the respective functions.
2018-03-31 18:09:45 -04:00
..
AudioCommon
Common CommonFuncs: Generify rotation functions and move them to BitUtils.h 2018-03-31 18:09:45 -04:00
Core CommonFuncs: Generify rotation functions and move them to BitUtils.h 2018-03-31 18:09:45 -04:00
DiscIO
DolphinNoGUI
DolphinQt2 Remove EmuState 2018-03-31 16:21:17 +02:00
DolphinWX Remove EmuState 2018-03-31 16:21:17 +02:00
InputCommon
UICommon Remove EmuState 2018-03-31 16:21:17 +02:00
Updater
VideoBackends
VideoCommon
CMakeLists.txt