about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* [TRACE] Small improvment for push rbp traceptitSeb2023-11-121-1/+2
* [INTERPRETER] Small adjustment on shl flag computationptitSeb2023-11-111-17/+17
* [ARM64_DYNAREC] Added emit_shr8c and some mare adjustement to 8bits shiftsptitSeb2023-11-111-5/+5
* Cleaned up syscall and signed register accessptitSeb2023-11-101-180/+171
* Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL buildptitSeb2023-11-101-4/+21
* Fixed some edge-case with some of the shift opcodesptitSeb2023-11-102-35/+33
* [INTERPRETER] Fixed a typo in 66 0F 2C opcodeptitSeb2023-11-101-4/+4
* Allow unaligned lock xchg with rex.wptitSeb2023-11-091-1/+12
* More accurate 0F BA opcodes on 64bits without rex.wptitSeb2023-11-091-0/+6
* Use non-atomic operation on XCHG when unalignedptitSeb2023-11-081-1/+7
* Cosmetic changeptitSeb2023-11-071-1/+1
* [TRACE] Better trace for unknown offset in native elfptitSeb2023-11-071-1/+1
* Fixed some issue with some SSE4.2 string compare oprations (should help #1013)ptitSeb2023-11-051-2/+2
* [TRACE] Show mmap size in hexptitSeb2023-11-051-1/+1
* Added 66 0F F2 38 F1 opcode, and fixed all 66 0F F2/F3 xx opcodes (should hel...ptitSeb2023-11-044-5/+176
* [TRACE] Fixed a warningptitSeb2023-11-041-1/+1
* [TRACE] Improved traceptitSeb2023-11-042-3/+3
* Fixed a comment for 66 0F 3A 62 opcodeptitSeb2023-10-301-1/+1
* Added full SSE 4.2 supportptitSeb2023-10-305-0/+232
* [ARM64_DYNAREC] Ported fprem/fprem1 from box86 (fix camera issues in FlatOut ...ptitSeb2023-10-271-1/+2
* [32BITS] Added a few 66 opcodes ([ARM64_DYNAREC] too)ptitSeb2023-10-261-0/+6
* [DYNAREC] Various improvment to x87 code and segment handlingptitSeb2023-10-251-1/+2
* [INTERP] Fix fpu_round (#1030)Yang Liu2023-10-255-14/+72
* [32BITS] Added 66 06/07 and 66 1E/1F opcodes ([ARM64_DYNAREC] too)ptitSeb2023-10-241-0/+28
* [COSIM] Show if it's x86 or x64 code on difference warningptitSeb2023-10-241-2/+2
* [32BITS] Added 67 64 A3 opcodeptitSeb2023-10-231-0/+11
* [32BITS] Added 67 64 FF /6 opcodeptitSeb2023-10-231-0/+13
* Added a workaround for unalinged 32bits xchgptitSeb2023-10-231-1/+7
* [ARM64] More unaligned improvmentsptitSeb2023-10-221-10/+25
* Some more rollback on tls destructor (more work needed on threads cleanup han...ptitSeb2023-10-172-5/+5
* This struct can be constptitSeb2023-10-132-2/+2
* [TRACE] Better trace for mmap errorptitSeb2023-10-131-0/+4
* Added 66 0F 3A 0D opcode ([ARM64_DYNAREC] Too)ptitSeb2023-09-261-1/+10
* Ignore 2E CS prefix on LOCK opcodes (helps StardewValley on Ubuntu 20.04/Ampe...ptitSeb2023-09-261-0/+2
* [RV64_DYNAREC] Added more support for XTheadBb extension (#989)Yang Liu2023-09-241-24/+24
* Added 64/65 8E opcode (for #982)ptitSeb2023-09-171-1/+6
* Added syscall 284 (for #965)ptitSeb2023-09-091-0/+11
* Added syscall 282 (for #965)ptitSeb2023-09-091-0/+26
* [32BITS] Added D4 & D5 opcodesptitSeb2023-09-071-0/+16
* [ANDROID] Oh, again another attempt to fix the build (and still my fault, typ...ptitSeb2023-09-021-1/+1
* [ANDROID] Oh, another attempt to fix the build (ok, my fault this time, fine)ptitSeb2023-09-021-4/+4
* [ANDROID] More change to android/dynarec buildptitSeb2023-09-021-0/+1
* [ANDROID] This should fix Dynarec build on AndroidptitSeb2023-09-021-1/+7
* [ANDROID] Try to create an Android build, porting box86 Android buildptitSeb2023-09-021-0/+21
* Correctly handle TF flags, with [DYNAREC] falling back to Interpretor when TF...ptitSeb2023-09-021-9/+16
* Added 64 0F B7 opcode (for #958)ptitSeb2023-08-301-0/+12
* Allow running at NULL, and trigger a segfault (backport from box86 5cdc1b9fa2...Rafael Diniz2023-08-221-4/+2
* [ARM64_DYNAREC] Added 0F F1/F3/F7 opcodeswannacu2023-08-211-1/+10
* [TRACE] Fixed FF 25 opcode not decoding destination correctly in traceptitSeb2023-08-191-1/+1
* Avoid wild pointer error for my_context->elfskaixindeken2023-08-181-2/+6