about summary refs log tree commit diff stats
path: root/src/emu/x64run64.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added 64 F3 0F 6F opcode ([DYNAREC] too) (for #241)ptitSeb2022-03-051-0/+14
* Added 64 63 opcode ([DYNAREC] Too)ptitSeb2022-03-051-0/+13
* Added 64 0F 11 opcode ([DYNAREC] too)ptitSeb2022-03-031-0/+6
* Added 64 8A opcode ([DYNAREC] too) (for #171)ptitSeb2021-11-221-1/+6
* Added 64 66 89 and changed 64 66 0F D6 opcodes ([DYNAREC] too) (for #77)ptitSeb2021-07-301-28/+1
* Added 64 F7 opcode ([DYNAREC] too) (for #73)ptitSeb2021-07-271-0/+71
* Added 64 0F B6 ocpode (for #28)ptitSeb2021-07-081-0/+7
* Added 64 FF ocpodes (for #20)ptitSeb2021-07-051-1/+73
* Added 64 D1/D3 opcodes ([DYNAREC] too)ptitSeb2021-07-021-0/+42
* Added 64 0F AF opcode ([DYNAREC] Too)ptitSeb2021-07-021-0/+10
* Added suport for arch_prctl syscall, and GL segment handling ([DYNAREC] too)ptitSeb2021-06-071-2/+2
* Added 64 F3 0F 10 opcode ([DYNAREC] too)ptitSeb2021-05-231-0/+26
* Added 64 80 opcodes ([DYNAREC] too)ptitSeb2021-05-211-1/+15
* First passrajdakin2021-04-141-4/+4
* Added 64 3B opcodeptitSeb2021-04-131-0/+11
* Added 64 F3 0F 11/59 opcodesptitSeb2021-04-121-2/+22
* Added 64 F2 0F 11 and 64 39 opcodesptitSeb2021-04-081-5/+46
* Added 64 00..35/C6 opcodesptitSeb2021-04-021-10/+57
* Added 64 66 0F D6 and 64 0F 29 opcodesptitSeb2021-03-261-0/+49
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-4/+0
* Added a few opcodesptitSeb2021-03-131-0/+51
* Added a gew more various opcodesptitSeb2021-03-081-0/+10
* Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)ptitSeb2021-03-061-0/+96