dolphin/Source/Core/Core/PowerPC/JitCommon
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
..
JitAsmCommon.cpp JitAsmCommon: Add missing sizes to constant arrays 2017-03-20 20:21:41 +00:00
JitAsmCommon.h Jit64: Inline GP writes. 2017-11-18 14:45:09 +01:00
JitBase.cpp PowerPC: Make the PowerPCState's msr member variable a UReg_MSR instance 2018-05-05 17:59:30 -04:00
JitBase.h JitBase: Remove use of the JIT global in Dispatch() and JitTrampoline() 2018-03-21 04:41:30 -04:00
JitCache.cpp PowerPC: Make the PowerPCState's msr member variable a UReg_MSR instance 2018-05-05 17:59:30 -04:00
JitCache.h JitCommon: Restructure the profiler calls. 2017-09-02 13:05:58 +02:00