about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added a small batch of opcodesptitSeb2021-03-262-1/+95
|
* Added 64 66 0F D6 and 64 0F 29 opcodesptitSeb2021-03-264-0/+59
|
* Added DE opcodesptitSeb2021-03-263-1/+169
|
* Added DC opcodesptitSeb2021-03-263-1/+155
|
* Added 66 0F 16/17 ocpode ([DYNAREC] too)ptitSeb2021-03-261-0/+12
|
* Added syscall 318ptitSeb2021-03-261-0/+1
|
* Added F0 0F B0 opcodeptitSeb2021-03-261-1/+27
|
* Added syscall 13, 22, 157 and 217ptitSeb2021-03-261-1/+23
|
* Added 66 8D and 66 E8 opcodeptitSeb2021-03-261-0/+17
|
* Added syscall 131ptitSeb2021-03-261-0/+6
|
* Added 0F 6E opcodeptitSeb2021-03-261-0/+9
|
* Added 66 8B opcode (was already in dynarec)ptitSeb2021-03-261-1/+14
|
* Minor fixes to MODRM decoder functionsptitSeb2021-03-251-3/+3
|
* Fixed a bug on Interpretor with 64 prefixed opcodesptitSeb2021-03-251-1/+1
|
* Fixed to ElfLoader and TLS, Syscall, mmap & co functions signature and a few ↵ptitSeb2021-03-251-10/+28
| | | | libc wrapped functions
* Small fix to avoid dereferencing a NULL x64emu_t structureptitSeb2021-03-251-1/+2
|
* Added F3 0F BC opcode ([DYNAREC] too)ptitSeb2021-03-251-0/+38
|
* [DYNAREC] Added 0F 58/59 opcodes, plus lots of small bugfix (IntoTheBreach ↵ptitSeb2021-03-231-1/+1
| | | | sounds good now)
* [DYNAREC] Added 64 8B opcodes, plus some fixes to FS accessptitSeb2021-03-221-1/+1
|
* [DYNAREC] Added (66) 0F AF IMUL opcodeptitSeb2021-03-201-1/+1
|
* [DYNAREC] Various bugfixes (and now the 4 tests games works again)ptitSeb2021-03-201-3/+18
|
* Renamed arm64_lock_helper to arm64_lockptitSeb2021-03-204-4/+4
|
* [DYNAREC] Added F6 opcodes and fixed issue with native call that may destroy ↵ptitSeb2021-03-201-4/+4
| | | | some registers
* [DYNAREC] Added CC 'Native call' and 0F 1F NOP opcodesptitSeb2021-03-181-2/+2
|
* Added 8A opcodeptitSeb2021-03-181-1/+6
|
* Excplicit handling of bit size for defered flagsptitSeb2021-03-173-489/+507
|
* [DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, ↵ptitSeb2021-03-161-2/+5
| | | | that's some convoluted encoding here)
* [DYNAREC] Added a few more opcodes, some arm64_printer opcodes, and made ↵ptitSeb2021-03-161-8/+9
| | | | sure it works
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-1419-152/+131
|
* Added a few more SSE opcodesptitSeb2021-03-132-4/+221
|
* Added many wrapped function, and fixed a few one tooptitSeb2021-03-132-1/+5
|
* Added a few opcodesptitSeb2021-03-132-0/+105
|
* Added SDL2_mixer, SDL2_image, SDL2_ttf2 and SMPEG2 wrapped libs, plus a few ↵ptitSeb2021-03-131-1/+1
| | | | more libc wrapped functions
* Fixed some 32bits versio of F7 opcodesptitSeb2021-03-131-2/+8
|
* Added a bunch of SSE opcodesptitSeb2021-03-134-1/+54
|
* Added F0 00..35 opcodesptitSeb2021-03-121-1/+103
|
* Fixed issue with XMM 'GETGX' modrm and REX.bptitSeb2021-03-121-1/+1
|
* Fixed some warning with modrm on 67 32bits prefixptitSeb2021-03-121-1/+1
|
* Added a bunch of SSE2 opcodesptitSeb2021-03-125-14/+601
|
* Added a large number of CPU opcodesptitSeb2021-03-128-26/+721
|
* Added more x87 opcodesptitSeb2021-03-118-28/+382
|
* Added some SSE2 and x87 opcodesptitSeb2021-03-113-3/+10
|
* Added 67 E0..E3 opcodesptitSeb2021-03-113-2/+85
|
* Added and fixed many opcodesptitSeb2021-03-107-63/+471
|
* Better functions name resolving when using TRACE, and fixed some printf ↵ptitSeb2021-03-103-9/+15
| | | | stuff again
* Added a bunch of various opcodesptitSeb2021-03-103-0/+75
|
* 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-092-2/+27
|
* Added 6A and 6B opcodesptitSeb2021-03-091-1/+16
|