dolphin/Source/Core/Core/PowerPC/JitArm64
Lioncash ffcf107dd2 PowerPC: Make the PowerPCState's msr member variable a UReg_MSR instance
Gets rid of the need to construct UReg_MSR values around the the actual
member in order to query information from it (without using shifts and
masks). This makes it more concise in some areas, while helping with
readability in some other places (such as copying the ILE bit to the LE
bit in the exception checking functions).
2018-05-05 17:59:30 -04:00
..
Jit_Util.cpp JitArm64_RegCache: Remove using namespace declaration from header 2018-03-18 19:39:58 -04:00
Jit_Util.h JitArm64_RegCache: Remove using namespace declaration from header 2018-03-18 19:39:58 -04:00
Jit.cpp PPCTables: Namespace all exposed functions 2018-03-24 16:46:12 -04:00
Jit.h CPUCoreBase: Make the GetName() member function const qualified 2018-03-24 16:17:39 -04:00
JitArm64_BackPatch.cpp JitArm64: Use the updated wrappers. 2017-08-12 00:00:41 +02:00
JitArm64_Branch.cpp Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
JitArm64_FloatingPoint.cpp PowerPC: Namespace all header contents for PowerPC.h 2018-03-22 19:01:47 -04:00
JitArm64_Integer.cpp CommonFuncs: Generify rotation functions and move them to BitUtils.h 2018-03-31 18:09:45 -04:00
JitArm64_LoadStore.cpp JitArm64: Optimize gather pipe writes. 2017-11-18 17:43:38 +01:00
JitArm64_LoadStoreFloating.cpp JitArm64: Optimize gather pipe writes. 2017-11-18 17:43:38 +01:00
JitArm64_LoadStorePaired.cpp PowerPC: Make the PowerPCState's msr member variable a UReg_MSR instance 2018-05-05 17:59:30 -04:00
JitArm64_Paired.cpp Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
JitArm64_RegCache.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
JitArm64_RegCache.h Reformat all the things! 2018-04-12 21:28:39 +02:00
JitArm64_SystemRegisters.cpp PowerPC: Namespace all header contents for PowerPC.h 2018-03-22 19:01:47 -04:00
JitArm64_Tables.cpp Fix some GCC ODR warnings 2017-06-29 12:21:32 -07:00
JitArm64Cache.cpp JitArm64_RegCache: Remove using namespace declaration from header 2018-03-18 19:39:58 -04:00
JitArm64Cache.h JitArm64: Extract block exit link area generation. 2017-02-17 23:07:28 +01:00
JitAsm.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00