.. |
Asm.cpp
|
jit: Add more reasonable estimates for RX protect.
|
2022-11-20 10:55:35 -08:00 |
CompALU.cpp
|
jit: Reduce some include pollution.
|
2022-10-27 23:26:44 -07:00 |
CompBranch.cpp
|
Core: Cleanup disasm buffer usage.
|
2023-04-29 09:07:25 -07:00 |
CompFPU.cpp
|
x86jit: Simplify memcheck handling.
|
2023-04-12 01:07:48 -07:00 |
CompLoadStore.cpp
|
x86jit: Fix spill on sc in longer block.
|
2023-09-11 22:29:46 -07:00 |
CompReplace.cpp
|
Get rid of ugly alignment macros and some other cruft, we now have alignas(16) from C++11
|
2017-08-31 01:14:51 +02:00 |
CompVFPU.cpp
|
jit: Skip known prefix writes.
|
2023-08-22 23:26:31 -07:00 |
Jit.cpp
|
add reporting to the invalid replacement op
|
2023-09-23 11:39:20 +02:00 |
Jit.h
|
More sensible approach to the sc problem that broke Beats
|
2023-09-11 16:07:21 +02:00 |
JitSafeMem.cpp
|
x86jit: Simplify memcheck handling.
|
2023-04-12 01:07:48 -07:00 |
JitSafeMem.h
|
x86jit: Simplify memcheck handling.
|
2023-04-12 01:07:48 -07:00 |
RegCache.cpp
|
Build: More consistently avoid _M_ defines.
|
2021-03-02 21:49:21 -08:00 |
RegCache.h
|
jit: Reduce some include pollution.
|
2022-10-27 23:26:44 -07:00 |
RegCacheFPU.cpp
|
Build: More consistently avoid _M_ defines.
|
2021-03-02 21:49:21 -08:00 |
RegCacheFPU.h
|
jit: Reduce some include pollution.
|
2022-10-27 23:26:44 -07:00 |
X64IRAsm.cpp
|
Typo fix
|
2023-09-06 11:21:41 +02:00 |
X64IRCompALU.cpp
|
arm64jit: Add initial base for IR jit.
|
2023-09-03 12:14:28 -07:00 |
X64IRCompBranch.cpp
|
x86jit: Implement syscalls and some system.
|
2023-08-25 00:01:02 -07:00 |
X64IRCompFPU.cpp
|
x86jit: Speed up float to int conversions.
|
2023-09-23 13:28:58 -07:00 |
X64IRCompLoadStore.cpp
|
arm64jit: Implement load/store in IR.
|
2023-09-04 00:04:36 -07:00 |
X64IRCompSystem.cpp
|
Merge pull request #18059 from unknownbrackets/arm64-ir-jit
|
2023-09-03 22:33:24 +02:00 |
X64IRCompVec.cpp
|
x86jit: Use a literal pool to avoid rip checks.
|
2023-08-28 23:11:46 -07:00 |
X64IRJit.cpp
|
arm64jit: Add initial base for IR jit.
|
2023-09-03 12:14:28 -07:00 |
X64IRJit.h
|
x86jit: Speed up float to int conversions.
|
2023-09-23 13:28:58 -07:00 |
X64IRRegCache.cpp
|
x86jit: Fix flush for special-purpose reg.
|
2023-09-17 09:37:57 -07:00 |
X64IRRegCache.h
|
Merge pull request #18060 from unknownbrackets/x86-jitbase
|
2023-09-03 22:53:23 +02:00 |