about summary refs log tree commit diff stats
path: root/src/emu/modrm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [32BITS] Added 64 67 8B opcode (for #870)ptitSeb2023-07-161-0/+2
* [DYNAREC_TEST] Improved 67 DB and 0F AE opcodes handlingptitSeb2023-05-041-0/+1
* [DYNAREC] More improvement to TEST_DYNARECptitSeb2023-03-311-0/+2
* [DYNAREC] Cleaned up the TEST_INTERPRETER a bitptitSeb2023-03-281-0/+8
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...ptitSeb2023-03-271-0/+24
* Various minor warning fixesptitSeb2023-02-131-1/+1
* [DYNAREC] Improved BOX64_NODYNAREC effect, and Interpretor->Dynarec on condit...ptitSeb2022-09-251-1/+19
* Chenged Interpretor so RIP is updated on opcode success (better precision for...ptitSeb2022-08-061-28/+30
* Added 67 0F 67/7F ocpodes ([DYNAREC] too) (for The Last Federation)ptitSeb2021-10-241-0/+1
* Added 66 F0 81 opcodesptitSeb2021-06-071-0/+1
* Added 67 66 0F 6F/7A opcodesptitSeb2021-04-081-0/+2
* Added some more 67 opcodes (may need to find a better solution for this)ptitSeb2021-04-041-0/+1
* Added 64 66 0F D6 and 64 0F 29 opcodesptitSeb2021-03-261-0/+1
* Added a large number of CPU opcodesptitSeb2021-03-121-0/+1
* Added 66 64 8B opcodeptitSeb2021-03-091-0/+1
* Added a bunch of MMX and SSE opcodesptitSeb2021-03-071-0/+4
* Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)ptitSeb2021-03-061-8/+10
* Fixed mod/rm relative computation when opcode have trailing bytesptitSeb2021-03-061-8/+10
* Stop inlining all the GetE and GetGptitSeb2021-03-061-1/+1
* Added REX 0F 90..9F SETcc opcodeptitSeb2021-03-061-17/+49
* Added 66 REX 89 MOV opcodeptitSeb2021-03-061-1/+1
* Added F2/F3 prefix handling and a bunch of F2 0F and F3 0F opcodesptitSeb2021-03-051-0/+4
* More fixes to GetEb/GteGb and other macro, plus adding 66 C7 MOV opcodeptitSeb2021-03-051-2/+6
* Added REX 0F 40..4F CMOVcc opcodesptitSeb2021-03-051-0/+121