| .. |
|
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 |
|
Jit.cpp
|
JitBase: Rename MergeAllowedNextInstructions to CanMergeNextInstructions
|
2017-03-21 13:50:03 -04:00 |
|
Jit.h
|
CPU Backends: Make each CPU backend responsible for initializing its own
|
2017-02-10 13:08:14 -05:00 |
|
JitArm64_BackPatch.cpp
|
Arm64: Use PRIi64/PRIx64 for printf
|
2017-03-25 14:20:44 -07:00 |
|
JitArm64_Branch.cpp
|
JitArm64: Fix gpr.GetReg usages in conditional code.
|
2017-03-20 21:18:13 +01:00 |
|
JitArm64_FloatingPoint.cpp
|
JitArm64: CR field cleanup.
|
2016-10-31 23:40:09 +01:00 |
|
JitArm64_Integer.cpp
|
JitArm64_Integer: fix signedness comparison warning
|
2017-03-25 14:51:10 -07:00 |
|
JitArm64_LoadStore.cpp
|
JitBase: Rename MergeAllowedNextInstructions to CanMergeNextInstructions
|
2017-03-21 13:50:03 -04: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
|
JitBase: Rename MergeAllowedNextInstructions to CanMergeNextInstructions
|
2017-03-21 13:50:03 -04:00 |
|
JitArm64_Tables.cpp
|
JitInterface: Convert includes into forward declarations where applicable
|
2017-03-02 13:20:29 -05:00 |
|
JitArm64Cache.cpp
|
JitInterface: Convert includes into forward declarations where applicable
|
2017-03-02 13:20:29 -05:00 |
|
JitArm64Cache.h
|
JitArm64: Extract block exit link area generation.
|
2017-02-17 23:07:28 +01:00 |
|
JitAsm.cpp
|
CPU: Convert state enum to an enum class
|
2017-03-28 11:48:28 -04:00 |