about summary refs log tree commit diff stats
path: root/src/emu/x64run66.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added 66 8D and 66 E8 opcodeptitSeb2021-03-261-0/+17
* Added 66 8B opcode (was already in dynarec)ptitSeb2021-03-261-1/+14
* Renamed arm64_lock_helper to arm64_lockptitSeb2021-03-201-1/+1
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-2/+1
* Added a bunch of SSE opcodesptitSeb2021-03-131-0/+7
* Added a large number of CPU opcodesptitSeb2021-03-121-4/+257
* Added more x87 opcodesptitSeb2021-03-111-0/+6
* Added and fixed many opcodesptitSeb2021-03-101-2/+52
* Added 66 REX F7 opcodesptitSeb2021-03-101-0/+66
* Added 66 D1/D3 opcodesptitSeb2021-03-101-0/+30
* Added 66 39/3B/3D CMP opcodesptitSeb2021-03-091-0/+25
* Added 66 64 8B opcodeptitSeb2021-03-091-0/+3
* Add handling of multiple 66 prefixptitSeb2021-03-091-1/+1
* Added a bunch of various opcodesptitSeb2021-03-091-0/+48
* Added 66 85 TEST opcodeptitSeb2021-03-081-0/+7
* Added a gew more various opcodesptitSeb2021-03-081-0/+18
* Fixed mod/rm relative computation when opcode have trailing bytesptitSeb2021-03-061-4/+4
* More work on elfloader reloc and addend handlingptitSeb2021-03-061-0/+3
* Added 66 81/83 opcodesptitSeb2021-03-061-1/+25
* Added 66 REX 89 MOV opcodeptitSeb2021-03-061-0/+7
* Added 66 REX 0F EF PXOR opcodeptitSeb2021-03-061-0/+9
* Added REX 66 C1 opcodesptitSeb2021-03-051-0/+17
* More fixes to GetEb/GteGb and other macro, plus adding 66 C7 MOV opcodeptitSeb2021-03-051-0/+50