dolphin/Source/Core/Core/Src/PowerPC
skidau 9df31a9747 Implemented tlbie instruction
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4875 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-01-18 04:39:01 +00:00
..
Interpreter Implemented tlbie instruction 2010-01-18 04:39:01 +00:00
Jit64 Fix EFB reads in fastmem mode by removing the EFB mapping (forces it to go through the right handlers). Enable fastmem mode in x64. 1-2% speed boost overall maybe :p 2010-01-17 21:28:39 +00:00
Jit64IL Add code for frsqrtex to JIT. Disable the table-based implementation in the interpreter until we find something that it actually fixes, so far it seems like it breaks stuff. 2010-01-17 11:47:35 +00:00
JitCommon Add code for frsqrtex to JIT. Disable the table-based implementation in the interpreter until we find something that it actually fixes, so far it seems like it breaks stuff. 2010-01-17 11:47:35 +00:00
Gekko.h implement ppc opcodes eciwx/ecowx in interpreter. I think it's safe to do nothing for eieio 2009-12-17 19:17:22 +00:00
LUT_frsqrtex.cpp drkIIRaziel reversed engineered the frsqrte instruction providing hardware accurate emulation. 2010-01-17 04:29:44 +00:00
LUT_frsqrtex.h drkIIRaziel reversed engineered the frsqrte instruction providing hardware accurate emulation. 2010-01-17 04:29:44 +00:00
PPCAnalyst.cpp Lots of work on JIT (Implemented "unlimited instruction cache" CPU emulation. Works in JIT and JIT IL). Implemented correct PowerPC instruction cache (IC) emulation in the interpreter mode (including HID0 cache management stuff). Removed the "dcbi->dcbf" hack (again... this time it shouldn't break anything ;) ) 2009-10-03 12:29:27 +00:00
PPCAnalyst.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
PPCCache.cpp STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
PPCCache.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
PPCSymbolDB.cpp GUI: Made the symbols menu talk more 2009-09-03 09:13:41 +00:00
PPCSymbolDB.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
PPCTables.cpp Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
PPCTables.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
PowerPC.cpp Implement some previously unknown gekko/flipper cpuid-type regs 2009-12-16 08:59:18 +00:00
PowerPC.h Implemented MMU: 2010-01-15 14:39:27 +00:00
Profiler.cpp Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
Profiler.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
SignatureDB.cpp allow dumping of all symbols to a signature file 2009-11-18 21:11:05 +00:00
SignatureDB.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00