ppsspp/Core/MIPS/x86
Unknown W. Brackets e65e794f28 x86jit: Fix vmmul of matrix with itself.
Was not SIMDing correctly.  Probably rare in practice.
2016-05-21 23:02:29 -07:00
..
Asm.cpp Address a bunch of comments, thanks for the review 2016-05-08 21:38:03 +02:00
CompALU.cpp x86jit: Set HI/LO properly on divide by zero. 2016-05-19 00:06:53 -07:00
CompBranch.cpp x86jit: Save a MOV in many cases of "jr ra" 2016-01-10 12:28:00 -08:00
CompFPU.cpp x86jit: Small optimization for fd->fd fp convert. 2015-04-10 20:07:43 -07:00
CompLoadStore.cpp Separate out jit reading nearby instructions. 2015-04-11 00:53:24 -07:00
CompReplace.cpp Merge NativeJit.cpp/h with JitCommon.cpp/h 2016-05-01 11:39:59 +02:00
CompVFPU.cpp x86jit: Fix vmmul of matrix with itself. 2016-05-21 23:02:29 -07:00
IRToX86.cpp Add missing cases to simplify pass 2016-05-15 23:39:42 +02:00
IRToX86.h Add missing cases to simplify pass 2016-05-15 23:39:42 +02:00
Jit.cpp Enough to run cpu_alu.prx. 2016-05-07 21:00:30 +02:00
Jit.h Add some missing override definitions. 2016-05-21 09:29:03 -07:00
JitSafeMem.cpp Merge pull request #7672 from unknownbrackets/jit-minor 2015-04-13 09:57:02 +02:00
JitSafeMem.h Change to pass some arguments by reference 2015-03-01 16:49:00 +01:00
RegCache.cpp x86/x64: Don't use a separate code block for pregenerated functions, just like on ARM 2015-10-08 22:15:28 +02:00
RegCache.h Fix various minor warnings. 2016-03-20 14:17:51 -07:00
RegCacheFPU.cpp x86: Add a way to eliminate some mov instructions. 2015-04-12 13:50:23 -07:00
RegCacheFPU.h x86jit: Fix vmmul of matrix with itself. 2016-05-21 23:02:29 -07:00