about summary refs log tree commit diff stats
path: root/src/libtools/decopcode.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-27[ANDROID] Fix buildptitSeb2-14/+10
2024-12-27[ANDROID] Fixed definition of android_sigaction_tptitSeb1-1/+1
2024-12-27[ANDROID] Try to fix signal handling on androidptitSeb2-0/+24
2024-12-27Exposed MMXext for CPUTYPE=1ptitSeb1-1/+1
2024-12-27[INTERPRETER] Exposed SSE4a for CPUTYPE=1, implemented all 4 opcodesptitSeb4-3/+82
2024-12-27[BOX32] Adapted signatures of 2 32bits libc wrapped functionsptitSeb4-2/+6
2024-12-27Introduce BOX64_CPUTYPE to choose emulating Intel or AMD cpus (no AMD specifi...ptitSeb4-123/+328
2024-12-27[ARM64_DYNAREC] Small optim for some specific case of slhd32 emiterptitSeb1-2/+0
2024-12-27[LA64_DYNAREC] Fixed some minor issues on LBT path (#2218)Yang Liu3-3/+3
2024-12-26[WRAPPER] Added 3 more wrapped functions to libxcb and freetype (for #2217)ptitSeb2-3/+4
2024-12-26[INTERPRETER] Improved some shift operands nd [AR64_DYNAREC] Improved shift o...ptitSeb3-97/+227
2024-12-26[ARM64_DYNAREC] Fixed 67 8D opcodeptitSeb1-3/+1
2024-12-26[DYNAREC] Implement perf map (#2212)Leslie Zhai9-5/+70
2024-12-26[LA64_DYNAREC] Added hardware wall-clock support (#2216)Yang Liu5-13/+43
2024-12-26[LA64_DYNAREC] Added more opcodes (#2215)Yang Liu4-6/+45
2024-12-26[LA64_DYNAREC] Added more opcodes (#2214)Yang Liu2-0/+100
2024-12-26[LA64_DYNAREC] Added more opcodes (#2213)Yang Liu2-3/+43
2024-12-25[LA64_DYNAREC] Added more opcodes and fixed CVTTPD2DQ (#2211)Yang Liu6-5/+175
2024-12-25[LA64_DYNAREC] Added IRET opcode (#2210)Yang Liu3-0/+53
2024-12-25[DYNAREC] Cleanup modreg (#2209)Yang Liu16-43/+44
2024-12-25[LA64_DYNAREC] Added MOVLPD and MOVHPD opcodes (#2198)Leslie Zhai2-1/+24
2024-12-25[LA64_DYNAREC] Added more opcodes (#2208)Yang Liu4-0/+69
2024-12-25[RV64_DYNAREC] Added more opcodes ([LA64_DYNAREC] too) (#2205)Yang Liu3-0/+42
2024-12-25[RV64_DYNAREC] Fixed various lock usage in geted ([LA64_DYNAREC] too) (#2207)Yang Liu3-7/+7
2024-12-25[RCFILE] Added sekiro.exe entry (#2206)Yang Liu1-0/+4
2024-12-25[WRAPPED] Always return ENOSYS in the deprecated sysctl (#2204)Yang Liu6-8/+30
2024-12-24[RV64_DYNAREC] Fixed a regression in #2187 (#2203)Yang Liu1-2/+8
2024-12-24[LA64_DYNAREC] Added nativeflags support (#2202)Yang Liu26-742/+1178
2024-12-24[LA64_DYNAREC] Fixed 66 0F PTEST opcode (#2201)Yang Liu1-3/+7
2024-12-24[LA64_DYNAREC] Small optim to MOVHPS (#2200)Yang Liu2-3/+6
2024-12-24[RV64_DYNAREC] Fixed nativeflags tmp register usage (#2199)Yang Liu3-107/+117
2024-12-24[ARM64_DYNAREC] a bit more work on df=0 (still WIP)ptitSeb2-1/+2
2024-12-23Add SDL_RenderGeometryRaw wrapped function to SDL2 (#2195)DragonSWDev4-0/+5
2024-12-23[LA64_DYNAREC] Fixed various issues in LBT path (#2197)Yang Liu3-48/+39
2024-12-23[WRAPPED][BOX32] Redirected a few old symbols (#2194)Yang Liu8-8/+24
2024-12-23[ARM64_DYNAREC] Added work in progress BOX64_DYNAREC_DF env. var.ptitSeb6-6/+24
2024-12-23Fixed a warningptitSeb1-1/+1
2024-12-23[DYNARC] Forgot this file from previous commitptitSeb1-0/+1
2024-12-23[DYNAREC] Some light rework of the hotpage handlingptitSeb2-17/+22
2024-12-23Added more rbtrees in dynarec managment, to speedup FindDynablockFromNativeAd...ptitSeb3-62/+118
2024-12-23Try to improve clone syscal handling ([BOX32] too)ptitSeb2-27/+37
2024-12-23[LA64_DYNAREC] Fixed some LBT path issues (#2193)Yang Liu2-2/+3
2024-12-23[LA64_DYNAREC] Optimized some 16bit shift opcodes (#2192)Yang Liu3-33/+261
2024-12-23[LA64_DYNAREC] Fixed 32bit ADDIz and SUBz (#2191)Yang Liu1-4/+6
2024-12-23Fix build for older system (for #2190)ptitSeb2-6/+6
2024-12-22[RV64_DYNAREC] Small optim to emit_and32c (#2189)Yang Liu1-1/+1
2024-12-22[RV64_DYNAREC] Added a fast path to SHR Ew, Ib (#2188)Yang Liu2-7/+19
2024-12-22[RV64_DYNAREC] Made nativeflags works with 8/16bit fast path (#2187)Yang Liu1-46/+48
2024-12-22[ARM64_DYNAREC] Reworked MUL/IMUL opcodes a bitptitSeb6-41/+162
2024-12-22[GDBJIT] Display register mapping annotations (#2185)Yang Liu6-8/+276