dolphin/Source/Core/Core/PowerPC/JitArm64
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
..
Jit_Util.cpp JitArm64: Avoid MOVI2R is possible. 2016-10-26 21:54:09 +02:00
Jit_Util.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Jit.cpp JitBase: Rename MergeAllowedNextInstructions to CanMergeNextInstructions 2017-03-21 13:50:03 -04:00
Jit.h JitArm64: Drop ps_res. 2017-05-03 23:48:14 +02:00
JitArm64_BackPatch.cpp Arm64: Use PRIi64/PRIx64 for printf 2017-03-25 14:20:44 -07:00
JitArm64_Branch.cpp JitArm64: Fix gpr.GetReg usages in conditional code. 2017-03-20 21:18:13 +01:00
JitArm64_FloatingPoint.cpp JitArm64: Use CR cache 2017-04-29 09:31:28 +01:00
JitArm64_Integer.cpp JitArm64: Use CR cache 2017-04-29 09:31:28 +01:00
JitArm64_LoadStore.cpp JitArm64: Reserve W30 in SafeStoreFromReg and stfXX 2017-04-15 08:23:14 +01:00
JitArm64_LoadStoreFloating.cpp JitArm64: Reserve W30 in SafeStoreFromReg and stfXX 2017-04-15 08:23:14 +01:00
JitArm64_LoadStorePaired.cpp Jit64: Make psq_lXX PIE-compliant 2017-04-14 11:52:33 +01:00
JitArm64_Paired.cpp JitArm64: Drop ps_res. 2017-05-03 23:48:14 +02:00
JitArm64_RegCache.cpp JitArm64: Use CR cache 2017-04-29 09:31:28 +01:00
JitArm64_RegCache.h JitArm64_RegCache: Implement caching of cr_val 2017-04-29 09:31:28 +01:00
JitArm64_SystemRegisters.cpp JitArm64: Use CR cache 2017-04-29 09:31:28 +01:00
JitArm64_Tables.cpp Fix some GCC ODR warnings 2017-06-29 12:21:32 -07:00
JitArm64Cache.cpp JitInterface: Convert includes into forward declarations where applicable 2017-03-02 13:20:29 -05:00
JitArm64Cache.h JitArm64: Extract block exit link area generation. 2017-02-17 23:07:28 +01:00
JitAsm.cpp JitArm64: Use CR cache 2017-04-29 09:31:28 +01:00