.. |
Jit.cpp
|
Merge pull request #1988 from magumagu/fast-checkgatherpipe
|
2015-02-21 15:07:59 -08:00 |
Jit.h
|
Make all unknown opcodes behave consistently.
|
2015-02-11 22:18:33 -08:00 |
JitArm_BackPatch.cpp
|
Make address translation respect the CPU translation mode.
|
2015-02-11 13:56:22 -08:00 |
JitArm_Branch.cpp
|
Fixes a potential crash on the ARMv7 JIT if someone disables the entire JIT in the debugger.
|
2014-10-25 20:38:44 -05:00 |
JitArm_FloatingPoint.cpp
|
Disables NEON optimized instructions.
|
2014-11-14 15:13:13 +00:00 |
JitArm_FPUtils.h
|
Move "using namespace ArmGen" from headers to sources.
|
2014-09-11 16:46:43 -04:00 |
JitArm_Integer.cpp
|
[ARM32] Adds unsigned compares.
|
2014-11-30 04:10:16 +00:00 |
JitArm_LoadStore.cpp
|
Refactor gather-pipe address checking.
|
2015-02-22 11:01:42 -08:00 |
JitArm_LoadStoreFloating.cpp
|
Refactor gather-pipe address checking.
|
2015-02-22 11:01:42 -08:00 |
JitArm_LoadStorePaired.cpp
|
Expose the JIT quantize and dequantize arrays to all the JITs.
|
2015-01-18 16:20:26 -06:00 |
JitArm_Paired.cpp
|
Disables NEON optimized instructions.
|
2014-11-14 15:13:13 +00:00 |
JitArm_SystemRegisters.cpp
|
Adds support to ARMv7's register cache for not loading a destination register prior to overwriting.
|
2014-10-23 15:38:56 +00:00 |
JitArm_Tables.cpp
|
Make all unknown opcodes behave consistently.
|
2015-02-11 22:18:33 -08:00 |
JitArm_Tables.h
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
JitArmCache.cpp
|
Core: Clean up body/brace placements in JitArm32
|
2014-08-20 14:03:46 -04:00 |
JitArmCache.h
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
JitAsm.cpp
|
Merge pull request #2046 from Mullin/Fix-unsigned/signed-stores
|
2015-02-17 14:38:36 -06:00 |
JitAsm.h
|
Implements block time profiling on ARMv7.
|
2014-11-16 09:29:27 +00:00 |
JitFPRCache.cpp
|
Silence a few "zero as null pointer" warnings.
|
2014-11-24 12:36:46 -06:00 |
JitFPRCache.h
|
ARMv7 register cache optimizations.
|
2014-11-16 09:29:22 +00:00 |
JitRegCache.cpp
|
[ARM32] Eat a register to store our memory base.
|
2014-11-30 04:10:16 +00:00 |
JitRegCache.h
|
ARMv7 register cache optimizations.
|
2014-11-16 09:29:22 +00:00 |