about summary refs log tree commit diff stats
path: root/src/dynarec (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ARM64_DYNAREC] Fixed 66 0F 3A 21 opcodeptitSeb2023-11-061-51/+4
* [ARM64_DYNAREC] Added F0 0F BA opcodesptitSeb2023-11-061-4/+139
* [ARM64_DYNAREC] Added 66 0F 3A 40 opcode (with tests)ptitSeb2023-11-063-0/+42
* [RV64_DYNAREC] Fix test faillingptitSeb2023-11-041-27/+0
* [ARM64_DYNAREC] Added 66 0F F2 38 F1 opcodeptitSeb2023-11-041-0/+29
* Added 66 0F F2 38 F1 opcode, and fixed all 66 0F F2/F3 xx opcodes (should hel...ptitSeb2023-11-049-5/+265
* [ARM64_DYNAREC] Added 66 0F 3A 60..63 opcodesptitSeb2023-10-305-4/+208
* [ARM64_DYNAREC] Added support for F2 0F 38 F0/F1 CRC32 opcodesptitSeb2023-10-302-21/+39
* [ARM64_DYNAREC] Better fix for x87 i64 promotion to DoubleptitSeb2023-10-273-7/+9
* [ARM64_DYNAREC] Fixed and improved i64 x87 optimisationptitSeb2023-10-274-24/+38
* [ARM64_DYNAREC] Ported fprem/fprem1 from box86 (fix camera issues in FlatOut ...ptitSeb2023-10-271-0/+46
* [ARM64_DYNAREC] Small optim on Load/Unload x87 cacheptitSeb2023-10-271-6/+10
* [ARM64_DYNAREC] Added LDR/STR SIMD printerptitSeb2023-10-271-1/+24
* [WRAPPER] Fixed my_execl (#1044)wannacu2023-10-271-11/+75
* [32BITS] Added a few 66 opcodes ([ARM64_DYNAREC] too)ptitSeb2023-10-261-1/+17
* [ARM64_DYNAREC] Fixes STUR print opcodeptitSeb2023-10-261-5/+5
* [DYNAREC_RV64] Fixed x87 FCOMI opcodes (#1041)Yang Liu2023-10-262-2/+2
* [DYNAREC_RV64] Fixed opcode FLD tbyte (for #871) (#1040)Yang Liu2023-10-261-1/+1
* [ARM64_DYNAREC] Small optimisation on 66 0F 57 opcodeptitSeb2023-10-251-3/+10
* [DYNAREC] Various improvment to x87 code and segment handlingptitSeb2023-10-259-14/+93
* [32BITS] Added 66 06/07 and 66 1E/1F opcodes ([ARM64_DYNAREC] too)ptitSeb2023-10-241-0/+38
* [ARM64_DYNAREC] Fixed some cases of 0F D3 opcodeptitSeb2023-10-232-6/+8
* [RV64_DYNAREC] Fixed an issue with MMX Cache transformationptitSeb2023-10-231-1/+1
* [ARM64_DYNAREC] Fixed an issue with MMX Cache transformationptitSeb2023-10-231-1/+1
* [ARM64_DYNAREC][32BITS] Added 67 64 A3 opcodeptitSeb2023-10-231-1/+15
* [ARM64_DYNAREC][32BITS] Added 67 64 FF /6 opcodeptitSeb2023-10-235-1/+176
* [ARM64_DYNAREC] Some fixes to x87 opcodes (helps 32bits games on WoW64)ptitSeb2023-10-232-8/+25
* [ARM64_DYNAREC] Fixed 0F F4 opcode (for #1036)ptitSeb2023-10-221-3/+3
* [ARM64_DYNAREC] Fixed an issue with refect_cache_mmx helper functionptitSeb2023-10-221-1/+1
* fix emit_sar32c() ZF maybe set error. (#1034)liuli2023-10-201-1/+1
* [ARM64_DYNAREC] More ARM64 extensions detectionptitSeb2023-10-181-11/+12
* [RV64_DYNAREC] More fixes to the buildptitSeb2023-10-181-1/+1
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-10-181-18/+52
|\
| * [ARM64_DYNAREC] Added a use of FLAGM extension in add8 emitterptitSeb2023-10-181-18/+52
* | [RV64_DYNAREC] Try to fix the buildptitSeb2023-10-181-6/+6
|/
* Fix build issuesptitSeb2023-10-182-29/+18
* [ARM64_DYNAREC] Preparing handling of FLAGM and FLAGM2 extensionsptitSeb2023-10-182-2/+46
* [ARM64_DYNAREC] More changes to Strong memory model emulationptitSeb2023-10-189-46/+33
* [ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICSptitSeb2023-10-175-164/+237
* [ARM64_DYNAREC] More fixes to F0 0F C7 opcode with Atomics extensionptitSeb2023-10-171-3/+5
* [ARM64_DYNAREC] More fixes for Atomics extensionptitSeb2023-10-174-13/+10
* [ARM64_DYNAREC] More fixes for Atomic extension n LOCK DEC opcodesptitSeb2023-10-171-8/+10
* [ARM64_DYNAREC] Fixed F0 0F B0 opcopde with Atomics extensionptitSeb2023-10-171-1/+2
* [ARM64_DYNAREC] Added code generation for Atomic ARM v8.1 extension for most ...ptitSeb2023-10-165-241/+807
* [ARM64_DYNAREC] Cosmetic changes to SM macrosptitSeb2023-10-161-2/+2
* [COSIM] Fix x87 testing (#1029)Yang Liu2023-10-153-13/+18
* [DYNAREC] Fix x87cache issues (#1025)Yang Liu2023-10-1420-123/+166
* [ARM64_DYNAREC] Fixes some border case 32bits potential issue with GETEDz hel...ptitSeb2023-10-121-1/+1
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-10-111-0/+3
|\
| * [RV64_DYNAREC] Fix a build warning (#1020)Yang Liu2023-10-111-0/+3