dolphin/Source/Core/Core/PowerPC/Jit64
Jonathan Hamilton e66e034419 Fix some GCC ODR warnings
struct GekkoOPTemplate was implemented differently in different
compilation units, which breaks the ODR and could end up causing issues
as symbols exported from one compilation unit could end up being used by
another even if they have different implementations.

This puts them in an anonymous namespace, restricting any generated
symbols to the single compilation unit.
2017-06-29 12:21:32 -07:00
..
FPURegCache.cpp JitRegCache: Get rid of reliance on the jit global variable 2016-12-28 17:52:58 -05:00
FPURegCache.h JitRegCache: Get rid of reliance on the jit global variable 2016-12-28 17:52:58 -05:00
GPRRegCache.cpp JitRegCache: Get rid of reliance on the jit global variable 2016-12-28 17:52:58 -05:00
GPRRegCache.h JitRegCache: Get rid of reliance on the jit global variable 2016-12-28 17:52:58 -05:00
Jit64_Tables.cpp Fix some GCC ODR warnings 2017-06-29 12:21:32 -07:00
Jit_Branch.cpp Jit64: Enable branch following. 2017-01-28 02:48:56 +01:00
Jit_FloatingPoint.cpp jit64: silence signedness comparison warnings 2017-06-07 20:09:44 -07:00
Jit_Integer.cpp jit64: silence signedness comparison warnings 2017-06-07 20:09:44 -07:00
Jit_LoadStore.cpp quiet warnings about possibly-uninitialized variable usage 2017-06-07 19:52:07 -07:00
Jit_LoadStoreFloating.cpp Jit64: Get rid of trivial global jit variable usages 2016-12-20 12:55:58 -05:00
Jit_LoadStorePaired.cpp Jit64: Make psq_lXX PIE-compliant 2017-04-14 11:52:33 +01:00
Jit_Paired.cpp Jit64: Get rid of trivial global jit variable usages 2016-12-20 12:55:58 -05:00
Jit_SystemRegisters.cpp Jit64: Use a temporary register for memory references. Part 3. 2017-04-12 20:53:17 +02:00
Jit.cpp Move IOFile to a separate file 2017-06-15 21:33:50 +02:00
Jit.h jit64: silence signedness comparison warnings 2017-06-07 20:09:44 -07:00
JitAsm.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
JitAsm.h Jit64: Merge memory allocations into a single allocation 2017-03-21 20:16:12 +00:00
JitRegCache.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
JitRegCache.h JitRegCache: Move FlushMode enum into RegCache 2017-01-02 13:43:37 -05:00