about summary refs log tree commit diff stats
path: root/src/emu/modrm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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