pcsx2/common/include/x86emitter
Jake.Stine 51999656ab aligned_stack: Implement full compliment of stack alignment options for the IOP (untested in gcc/linux yet); and fix a compiler error in MSVC.
git-svn-id: http://pcsx2.googlecode.com/svn/branches/aligned_stack@2048 96395faa-99c1-11dd-bbfe-3dabce05a288
2009-10-21 07:10:30 +00:00
..
implement aligned_stack: Implement full compliment of stack alignment options for the IOP (untested in gcc/linux yet); and fix a compiler error in MSVC. 2009-10-21 07:10:30 +00:00
inlines.inl Added some missing semaphore/mutex resets, and bugfixed the emitter when using a certain type of complex indirect sddressing ( ie, ptr32[addr + (eax*4)] ) 2009-10-17 23:30:16 +00:00
instructions.h aligned_stack: no real progress... just reached a point where I need to move dev over to my windows so I can have real debugging/disasm/memory dumping ability. (this is the most horrible job I've ever undertaken, btw) 2009-10-18 19:26:07 +00:00
internal.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
legacy_instructions.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
legacy_internal.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
legacy_types.h aligned_stack: Finished conversion of all CALLFunc and _callFunctionArg1 functions to aligned-stack safe __fastcall invocations; only IOP's psxExecute and dispatchers remain to be done. (rev is fully functional in this state tho, on win32 at least) 2009-10-20 20:02:07 +00:00
macros.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
sse_helpers.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
tools.h Renamed PCSX2_ALIGNED to __aligned and removed the need for excess parenthesis and oddball qualifiers. Left the old macros in Pcsx2defs.h for now, just in case. Redid some of the storage organization of microVU and iFPU consts and temporaries while I was at it, using structs instead of naked vars -- should improve cpu cache behavior a wee bit. 2009-10-05 02:15:49 +00:00
x86emitter.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
x86types.h Recompilers: 2009-10-16 03:46:19 +00:00