pcsx2/common/src/x86emitter
Gregory Hainaut b49d65295f Merge pull request #457 from PCSX2/clean-gcc-flags
cmake: use O2 instead of every compiler flags
2015-06-05 16:26:42 +02:00
..
CMakeLists.txt Merge pull request #457 from PCSX2/clean-gcc-flags 2015-06-05 16:26:42 +02:00
LnxCpuDetect.cpp Merge the changes in the GregsMisc branch back into trunk. 2010-11-24 02:49:23 +00:00
PrecompiledHeader.cpp [copyright] 2010-07-08 16:40:44 +00:00
PrecompiledHeader.h [copyright] 2010-07-08 16:40:44 +00:00
WinCpuDetect.cpp * Added code to detect amount of physical ram installed on the host computer. 2010-11-23 21:32:52 +00:00
cpudetect.cpp Use 64-bit compatible rdtsc for Linux. Remove some more intrin_x86 functions. 2014-08-27 18:49:44 +10:00
cpudetect_internal.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
fpu.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
groups.cpp Emitter: Major refactoring / renaming job. Improved type checking and usefulness of xAddress* (Void, 32, 64, etc) types. 2010-07-05 19:15:19 +00:00
jmp.cpp Remove all custom memcpy usage from core pcsx2 and remove memcpy_fast from plugins. 2014-08-27 13:45:23 +10:00
legacy.cpp Emitter: Major refactoring / renaming job. Improved type checking and usefulness of xAddress* (Void, 32, 64, etc) types. 2010-07-05 19:15:19 +00:00
legacy_sse.cpp x86emitter: removed implicit pointer dereferencing on 'indirect' operand types, and implicit uptr addressing on ptr[]; avoids some obscure pitfalls and might speed up release mode builds (LTCG). 2010-06-04 22:27:06 +00:00
movs.cpp Emitter: Major refactoring / renaming job. Improved type checking and usefulness of xAddress* (Void, 32, 64, etc) types. 2010-07-05 19:15:19 +00:00
simd.cpp Remove 3dnow (unused, obsolete). 2015-02-27 21:12:34 +01:00
x86emitter.cpp Fix a couple issues in the x86emitter on x86_64. 2014-07-31 09:01:56 -05:00