.. |
Jit.cpp
|
Merge pull request #4862 from lioncash/compile
|
2017-02-15 11:44:37 -05:00 |
Jit.h
|
CPU Backends: Make each CPU backend responsible for initializing its own
|
2017-02-10 13:08:14 -05:00 |
Jit_Util.cpp
|
JitArm64: Avoid MOVI2R is possible.
|
2016-10-26 21:54:09 +02:00 |
Jit_Util.h
|
Reformat all the things. Have fun with merge conflicts.
|
2016-06-24 10:43:46 +02:00 |
JitArm64_BackPatch.cpp
|
JitArm64: Handle stack faults.
|
2017-02-10 00:32:21 +01:00 |
JitArm64_Branch.cpp
|
JitArm64: Initial implementation of the BLR optimization.
|
2017-02-02 09:06:34 +01:00 |
JitArm64_FloatingPoint.cpp
|
JitArm64: CR field cleanup.
|
2016-10-31 23:40:09 +01:00 |
JitArm64_Integer.cpp
|
JitArm64: Fix immediate versions of cmpl.
|
2017-01-29 18:38:43 +01:00 |
JitArm64_LoadStore.cpp
|
Forgot to add to JitArm64.
|
2017-01-29 22:05:07 -05:00 |
JitArm64_LoadStoreFloating.cpp
|
JitArm64_LoadStoreFloating: Eliminate JIT global usages
|
2017-01-22 05:57:44 -05:00 |
JitArm64_LoadStorePaired.cpp
|
Remove unnecessary ConfigManager includes
|
2016-11-27 22:38:38 +01:00 |
JitArm64_Paired.cpp
|
JitArm64: Drop two DUP() usages.
|
2016-10-25 22:26:54 +02:00 |
JitArm64_RegCache.cpp
|
Reformat all the things. Have fun with merge conflicts.
|
2016-06-24 10:43:46 +02:00 |
JitArm64_RegCache.h
|
JitArm64: Add missing override specifiers
|
2016-12-20 17:30:13 -05:00 |
JitArm64_SystemRegisters.cpp
|
JitArm64: Initial implementation of the BLR optimization.
|
2017-02-02 09:06:34 +01:00 |
JitArm64_Tables.cpp
|
CPU Backends: Make each CPU backend responsible for initializing its own
|
2017-02-10 13:08:14 -05:00 |
JitArm64Cache.cpp
|
JitArm64: Initial implementation of the BLR optimization.
|
2017-02-02 09:06:34 +01:00 |
JitArm64Cache.h
|
JitCache: Get rid of reliance on the JIT global variable
|
2017-01-09 04:43:06 -05:00 |
JitAsm.cpp
|
JitArm64: Fix for stack push/pop ABI.
|
2017-02-11 00:59:12 +01:00 |