pcsx2/pcsx2/x86
Gregory Hainaut 806cefb0c6 64 bit: use uptr instead of int 2015-01-03 14:50:54 +01:00
..
ix86-32 64 bit: use uptr instead of int 2015-01-03 14:50:54 +01:00
BaseblockEx.cpp Patch by Firnis: 2011-04-13 16:32:47 +00:00
BaseblockEx.h Remove some horrible old code. 2014-08-13 13:55:32 +10:00
aVUzerorec.S Fixed inconsistent newlines / added as many svn:eol-style=native properties as I could without killing myself. 2011-03-25 05:06:49 +00:00
iCOP0.cpp Core: Get rid of C void parameter carryovers 2014-08-14 03:21:09 -04:00
iCOP0.h Core: Get rid of C void parameter carryovers 2014-08-14 03:21:09 -04:00
iCore.cpp Fix a bunch of casts in the x86 recompiler core. 2014-07-30 18:32:36 -05:00
iCore.h Remove some unused code such as data moves and tags in iCore. 2014-08-22 00:42:40 +10:00
iFPU.cpp Core: Get rid of C void parameter carryovers 2014-08-14 03:21:09 -04:00
iFPU.h Core: Get rid of C void parameter carryovers 2014-08-14 03:21:09 -04:00
iFPUd.cpp pcsx2: gcc warning round 3 2013-06-30 11:43:12 +00:00
iMMI.cpp Remove some unused code such as data moves and tags in iCore. 2014-08-22 00:42:40 +10:00
iMMI.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
iMisc.cpp GameDatabase / Patches: 2010-06-18 14:27:13 +00:00
iPsxMem.cpp Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
iR3000A.cpp Removed `using std::min/max` from PCH 2014-08-14 14:55:52 -07:00
iR3000A.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
iR3000Atables.cpp Converted IOP to use a static/global hardware register allocation. (same as I did for the EE a few weeks ago). 2010-09-23 19:44:55 +00:00
iR5900.h Core: Get rid of C void parameter carryovers 2014-08-14 03:21:09 -04:00
iR5900Arit.h Core: Get rid of C void parameter carryovers 2014-08-14 03:21:09 -04:00
iR5900AritImm.h Core: Get rid of C void parameter carryovers 2014-08-14 03:21:09 -04:00
iR5900Branch.h Core: Get rid of C void parameter carryovers 2014-08-14 03:21:09 -04:00
iR5900Jump.h Core: Get rid of C void parameter carryovers 2014-08-14 03:21:09 -04:00
iR5900LoadStore.h Core: Get rid of C void parameter carryovers 2014-08-14 03:21:09 -04:00
iR5900Misc.cpp Core: Get rid of C void parameter carryovers 2014-08-14 03:21:09 -04:00
iR5900Move.h Core: Get rid of C void parameter carryovers 2014-08-14 03:21:09 -04:00
iR5900MultDiv.h Core: Get rid of C void parameter carryovers 2014-08-14 03:21:09 -04:00
iR5900Shift.h Core: Get rid of C void parameter carryovers 2014-08-14 03:21:09 -04:00
iVU1micro.cpp Remove some slow, redundant memcpy implementations: memcpy_const/memcpy_qwc/memcpy_aligned. 2014-08-27 13:13:48 +10:00
ir5900tables.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
microVU.cpp Merge pull request #251 from xsacha/memzero_ptr 2014-09-21 17:15:54 +02:00
microVU.h Remove some slow, redundant memcpy implementations: memcpy_const/memcpy_qwc/memcpy_aligned. 2014-08-27 13:13:48 +10:00
microVU_Alloc.inl Remove 'elif' define from Pcsx2Defs and microvu_misc.h 2014-07-30 23:44:04 -04:00
microVU_Analyze.inl Removed `using std::min/max` from PCH 2014-08-14 14:55:52 -07:00
microVU_Branch.inl Remove some slow, redundant memcpy implementations: memcpy_const/memcpy_qwc/memcpy_aligned. 2014-08-27 13:13:48 +10:00
microVU_Clamp.inl microVU cleanups (mostly changing pointers to references) 2011-03-31 03:08:48 +00:00
microVU_Compile.inl Remove all custom memcpy usage from core pcsx2 and remove memcpy_fast from plugins. 2014-08-27 13:45:23 +10:00
microVU_Execute.inl microVU: fixed a regression from r4940 that refraction caught when reviewing changes for a bug report. Might fix line of sight in MGS2 (the reported bug)? Might have something to do with the ace combat (forget which) collision detection? Might fix nothing but I'm pretty sure this is correct now. 2012-05-25 16:23:44 +00:00
microVU_Flags.inl Removed `using std::min/max` from PCH 2014-08-14 14:55:52 -07:00
microVU_IR.h Merged pull request #199 from xsacha/oldcode 2014-08-14 19:12:19 +01:00
microVU_Log.inl Use bool constants instead of magic numbers in microVU 2014-07-31 20:34:16 -04:00
microVU_Lower.inl Removed `using std::min/max` from PCH 2014-08-14 14:55:52 -07:00
microVU_Macro.inl Use bool constants instead of magic numbers in microVU 2014-07-31 20:34:16 -04:00
microVU_Misc.h Disable memcmp_mmx for non-msvc compilers and 64-bit. Remove MemcpyFast.S (Linux). 2014-09-16 17:53:54 +10:00
microVU_Misc.inl Use bool constants instead of magic numbers in microVU 2014-07-31 20:34:16 -04:00
microVU_Profiler.h microVU: 2011-10-15 08:26:59 +00:00
microVU_Tables.inl Decided after discussion amongst the team to let the BIOS bugs run wild. Altered microVU to just ignore these problems and end silently (The real VU would probably do this anyway) 2013-02-24 20:29:51 +00:00
microVU_Upper.inl Use bool constants instead of magic numbers in microVU 2014-07-31 20:34:16 -04:00
newVif.h VIF: Fix up handling of indeterminate data with different alignment. Not sure if this will affect anything, but test results now match the PS2. 2013-10-24 16:21:45 +00:00
newVif_Dynarec.cpp wx3.0: fix various string printing on linux 2014-07-29 20:45:44 +02:00
newVif_HashBucket.h Remove some slow, redundant memcpy implementations: memcpy_const/memcpy_qwc/memcpy_aligned. 2014-08-27 13:13:48 +10:00
newVif_Unpack.cpp Remove some slow, redundant memcpy implementations: memcpy_const/memcpy_qwc/memcpy_aligned. 2014-08-27 13:13:48 +10:00
newVif_UnpackSSE.cpp wx3.0: fix various string printing on linux 2014-07-29 20:45:44 +02:00
newVif_UnpackSSE.h VIF: Fix up handling of indeterminate data with different alignment. Not sure if this will affect anything, but test results now match the PS2. 2013-10-24 16:21:45 +00:00
sVU_Compare.h Remove some slow, redundant memcpy implementations: memcpy_const/memcpy_qwc/memcpy_aligned. 2014-08-27 13:13:48 +10:00
sVU_Debug.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
sVU_Lower.cpp pcsx2: Implemented Threaded VU1 :D 2011-08-12 02:31:49 +00:00
sVU_Micro.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
sVU_Micro.h Big gif transfer code rewrite! 2011-07-24 13:02:50 +00:00
sVU_Upper.cpp pcsx2: gcc warning round 3 2013-06-30 11:43:12 +00:00
sVU_zerorec.cpp Merge pull request #251 from xsacha/memzero_ptr 2014-09-21 17:15:54 +02:00
sVU_zerorec.h Removes the usage of __LINUX__ define 2014-08-03 13:20:36 -05:00