File | Last Change |
---|---|
../ | |
codegen_x86.cpp | 1.17 (21 years ago) by gbeauche: Remove some dead code. Start implementation of optimized calls to interpretive fallbacks for untranslatable instruction handlers. Disabled for now since call_m_01() is not correctly imeplemented yet. |
codegen_x86.h | 1.10 (21 years ago) by gbeauche: Optimize TEST[BWLQ]ir case where dest register is %rax Add JCCSii and JCCii which directly takes the displacement value to encode |
compemu.h | 1.7 (21 years ago) by gbeauche: Remove some dead code. Start implementation of optimized calls to interpretive fallbacks for untranslatable instruction handlers. Disabled for now since call_m_01() is not correctly imeplemented yet. |
compemu_fpp.cpp | 1.4 (21 years ago) by gbeauche: Remove some dead code. Start implementation of optimized calls to interpretive fallbacks for untranslatable instruction handlers. Disabled for now since call_m_01() is not correctly imeplemented yet. |
compemu_support.cpp | 1.18 (21 years ago) by gbeauche: Remove some dead code. Start implementation of optimized calls to interpretive fallbacks for untranslatable instruction handlers. Disabled for now since call_m_01() is not correctly imeplemented yet. |
flags_x86.h | 1.2 (22 years ago) by gbeauche: JIT add copyright notices just to notify people that's real derivative work from GPL code (UAE-JIT). Additions and improvements are from B2 developers. |
gencomp.c | 1.5 (21 years ago) by gbeauche: Implement a generic setzflg_l() for P4, thus permitting to re-enable translation of ADDX/SUBX/BCLR/BTST/BSET/BCHG instructions. i.e. make it faster. ;-) |