bird_egop
|
d089fc9b28
|
fixes to FPU tests
|
2025-04-18 13:47:34 +03:00 |
|
bird_egop
|
1536ce4385
|
Fix FSUB/FSUBR and FSUBP/FSUBRP instruction type handling
|
2025-04-18 13:41:42 +03:00 |
|
bird_egop
|
7bb14523e5
|
Fix FsubrStiStHandler to correctly use FSUB instruction type for DC E8-EF opcodes
|
2025-04-18 13:31:23 +03:00 |
|
bird_egop
|
3cdd1fb2e6
|
Add handlers for FXTRACT and FPREM1 instructions
|
2025-04-18 13:21:46 +03:00 |
|
bird_egop
|
cfef24f72d
|
tests and handler fixes
|
2025-04-18 12:49:43 +03:00 |
|
bird_egop
|
e9c221ac14
|
Added flag manipulation instruction handlers (STC, CLC, CMC, STD, CLD, STI, CLI, SAHF, LAHF)
|
2025-04-18 12:30:47 +03:00 |
|
bird_egop
|
e967c0e0c0
|
float handlers
|
2025-04-18 02:37:19 +03:00 |
|
bird_egop
|
18ecf31c46
|
Refactored floating point p-handlers with consistent naming convention
|
2025-04-18 02:31:06 +03:00 |
|
bird_egop
|
66f9e838ad
|
Fixed floating point handlers for qword operands and added missing FCOM ST(0), ST(i) handler
|
2025-04-18 00:44:57 +03:00 |
|
bird_egop
|
d216c29315
|
Refactored floating point instruction handlers for better organization and maintainability. Split generic handlers into specialized classes for DD and DF opcodes.
|
2025-04-18 00:22:02 +03:00 |
|
bird_egop
|
ec56576116
|
Refactored floating point handlers into specialized classes for better organization and maintainability
|
2025-04-17 23:57:16 +03:00 |
|
bird_egop
|
5916d13995
|
Reorganize floating point handlers into logical subfolders
|
2025-04-17 23:48:09 +03:00 |
|