about summary refs log tree commit diff stats
path: root/src/emu/x64rund9.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed status of C2 x87 flags after sin, cos, sincos and tan function ([DYNARE...ptitSeb2021-07-211-0/+3
* Fixed special case with FSCALE ocpode ([DYNAREC] too)ptitSeb2021-06-031-1/+2
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-5/+0
* Added some SSE2 and x87 opcodesptitSeb2021-03-111-3/+1
* Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)ptitSeb2021-03-071-5/+5
* Fixed mod/rm relative computation when opcode have trailing bytesptitSeb2021-03-061-6/+6
* Added some x87 opcodes (D9 and DB prefixes)ptitSeb2021-03-051-0/+289