.. |
Asm.cpp
|
x86jit: Shave off a couple bytes in asm.
|
2014-12-17 08:25:18 -08:00 |
Asm.h
|
Switch to #pragma once in a few places.
|
2015-03-02 22:34:51 -08:00 |
CompALU.cpp
|
jit: Avoid mfhi/mflo to $0.
|
2015-04-07 18:25:28 -07:00 |
CompBranch.cpp
|
jit: Avoid a super unlikely write to zero.
|
2015-04-07 18:20:37 -07:00 |
CompFPU.cpp
|
x86jit: Small optimization for fd->fd fp convert.
|
2015-04-10 20:07:43 -07:00 |
CompLoadStore.cpp
|
x86 jit: Allow storing all imms directly without bouncing to a register, not just zero.
|
2014-12-23 22:25:53 +01:00 |
CompReplace.cpp
|
Split JitCommon.h so that you can include it without getting the "NativeJit" definition
|
2014-12-13 21:13:28 +01:00 |
CompVFPU.cpp
|
x86jit: Avoid mapping rs in vfpu load/store.
|
2015-04-10 20:30:14 -07:00 |
Jit.cpp
|
Fix cases where breakpoints were skipped.
|
2015-03-17 23:06:25 -07:00 |
Jit.h
|
x86jit: Prefer MOVAPS over MOVSS for reg->reg.
|
2015-04-10 20:07:43 -07:00 |
JitSafeMem.cpp
|
x86jit: Fix immediate kernel addresses.
|
2015-04-10 20:25:29 -07:00 |
JitSafeMem.h
|
Change to pass some arguments by reference
|
2015-03-01 16:49:00 +01:00 |
RegCache.cpp
|
jit: Discard unused regs before a syscall.
|
2015-03-01 11:08:59 -08:00 |
RegCache.h
|
jit: Discard unused regs before a syscall.
|
2015-03-01 11:08:59 -08:00 |
RegCacheFPU.cpp
|
Change to pass some arguments by reference
|
2015-03-01 16:49:00 +01:00 |
RegCacheFPU.h
|
Change to pass some arguments by reference
|
2015-03-01 16:49:00 +01:00 |