dolphin/Source/Core/Core/PowerPC/JitILCommon
Tony Wasserka cffa848b99 Merge pull request #390 from magumagu/fp-reciprocal
Add accurate implementations of frsqrte and fres
2014-05-24 10:45:01 +02:00
..
IR.cpp Jit: get rid of incorrect implementations of fres and frsqrte. 2014-05-23 14:57:34 -07:00
IR.h Jit: get rid of incorrect implementations of fres and frsqrte. 2014-05-23 14:57:34 -07:00
JitILBase_Branch.cpp Fixes spacing for "for", "while", "switch" and "if" 2014-03-11 00:35:07 +13:00
JitILBase_FloatingPoint.cpp Jit: get rid of incorrect implementations of fres and frsqrte. 2014-05-23 14:57:34 -07:00
JitILBase_Integer.cpp JitIL: fix carry computation for srawi. 2014-04-13 20:31:32 -07:00
JitILBase_LoadStore.cpp Jit64: use integer instructions for boolean logic 2014-04-24 22:50:27 +02:00
JitILBase_LoadStoreFloating.cpp Rename the JIT function Default() to FallBackToInterpreter(). Communicates intent way better in terms of telling the reader what's going on. 2014-03-02 19:59:20 -05:00
JitILBase_LoadStorePaired.cpp Rename the JIT function Default() to FallBackToInterpreter(). Communicates intent way better in terms of telling the reader what's going on. 2014-03-02 19:59:20 -05:00
JitILBase_Paired.cpp Jit64IL: remove dummy implementations 2014-04-24 18:52:56 +02:00
JitILBase_SystemRegisters.cpp JIT: unify JitAsm for JIT64 and JIT64IL. 2014-05-05 11:12:22 -07:00
JitILBase.h Rename the JIT function Default() to FallBackToInterpreter(). Communicates intent way better in terms of telling the reader what's going on. 2014-03-02 19:59:20 -05:00