about summary refs log tree commit diff stats
path: root/src/emu/x64run_private.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added 67 0F 67/7F ocpodes ([DYNAREC] too) (for The Last Federation)ptitSeb2021-10-241-0/+1
* Added suport for arch_prctl syscall, and GL segment handling ([DYNAREC] too)ptitSeb2021-06-071-1/+1
* Added 66 F0 83 opcodeptitSeb2021-04-241-0/+1
* First passrajdakin2021-04-141-7/+1
* Added 67 0F 2E/2F opcodesptitSeb2021-04-131-0/+1
* Added 67 66 0F 6F/7A opcodesptitSeb2021-04-081-1/+5
* 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 DE opcodesptitSeb2021-03-261-0/+1
* Added DC opcodesptitSeb2021-03-261-0/+1
* Fixed some warning with modrm on 67 32bits prefixptitSeb2021-03-121-1/+1
* Added a large number of CPU opcodesptitSeb2021-03-121-1/+3
* Added more x87 opcodesptitSeb2021-03-111-0/+3
* Added 67 E0..E3 opcodesptitSeb2021-03-111-1/+1
* Added 66 64 8B opcodeptitSeb2021-03-091-0/+1
* Added more opcodes, including D8 and DD x87 onesptitSeb2021-03-081-0/+2
* Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)ptitSeb2021-03-071-2/+2
* Added some DF x87 opcodesptitSeb2021-03-061-0/+1
* Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)ptitSeb2021-03-061-0/+4
* Fixed mod/rm relative computation when opcode have trailing bytesptitSeb2021-03-061-5/+5
* Stop inlining all the GetE and GetGptitSeb2021-03-061-146/+12
* Added 66 REX 0F EF PXOR opcodeptitSeb2021-03-061-1/+1
* Added REX 87 XCHG opcodeptitSeb2021-03-061-1/+1
* Fixed GetEb handlingptitSeb2021-03-061-2/+2
* Added fork wrapped functionptitSeb2021-03-051-1/+1
* Added F2/F3 prefix handling and a bunch of F2 0F and F3 0F opcodesptitSeb2021-03-051-0/+2
* Added some x87 opcodes (D9 and DB prefixes)ptitSeb2021-03-051-1/+3
* More fixes to GetEb/GteGb and other macro, plus adding 66 C7 MOV opcodeptitSeb2021-03-051-3/+4
* Added REX 0F AF IMUL opcodesptitSeb2021-03-051-1/+1
* Fixed an issue with GetECommon and REX.bptitSeb2021-03-041-2/+2
* Fixed those 2 functions declarationsptitSeb2021-03-041-2/+2
* Added REX 8B opcodeptitSeb2021-03-041-1/+1
* Added REX FF opcodesptitSeb2021-03-041-1/+1
* Fix REX handling and added REX 89 opcodeptitSeb2021-03-041-12/+12
* First x86_64 opcode executed :)ptitSeb2021-03-041-9/+16
* Some work on Mod/RM 64bits decoding (with RIP relative addressing)ptitSeb2021-03-031-137/+150
* Added some x86_64 regs and emu infrastructureptitSeb2021-03-021-0/+236