SarahW
|
6aef53e854
|
Remove remaining references to 32-bit addresses in x86-64 recompiler.
|
2016-08-28 15:58:30 +01:00 |
|
SarahW
|
eb126fd822
|
Moved more variables into cpu_state structure.
|
2016-08-21 21:28:23 +01:00 |
|
SarahW
|
c664682758
|
Move some more variables into cpu_state structure. Minor speedup (~2%).
|
2016-08-17 21:28:16 +01:00 |
|
SarahW
|
153c22e442
|
Cyrix 6x86 emulation. Based on patch from leilei.
Moved MOV TRx, reg to correct opcode - required by Award 430VX BIOS with 6x86.
|
2016-04-27 22:23:49 +01:00 |
|
SarahW
|
c81a91fd72
|
Moved integer registers, PC and flags_* variables into new cpu_state structure. Reduces recompiled code size slightly, small speedup (1-3%).
|
2016-04-20 21:39:41 +01:00 |
|
TomW
|
986476b9db
|
FPU rounding modes now have effect in FADD double precision. Fixes rendering in Interstate '76.
|
2015-09-21 21:54:43 +01:00 |
|
TomW
|
52a27a9256
|
FPU copy should now work.
|
2015-05-18 20:33:33 +01:00 |
|
TomW
|
19c318675a
|
FCOM/FUCOM now use inline assembler on x86 targets. Unreal now works.
|
2015-01-17 22:06:32 +00:00 |
|
TomW
|
aecf865c2c
|
Re-added FCOMPP 80387 detection hack accidentally removed in FPU reorganisation.
|
2014-11-17 20:23:29 +00:00 |
|
TomW
|
2905c43db8
|
Cycle counts for recompiled blocks now generated at compile time.
|
2014-11-12 19:33:49 +00:00 |
|
TomW
|
087f412d3f
|
Reorganised FPU emulation.
|
2014-11-09 14:07:03 +00:00 |
|