about summary refs log tree commit diff stats
path: root/src/libtools/decopcode.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-28[DOCS] Improve cross-build instructions (#2196)Chi-Kuan Chiu1-0/+33
2024-12-28Use uname -m to get CPU architecture (#2222)東雲なの1-1/+1
2024-12-28[LA64_DYNAREC] Some minor fixes on bad variable usage (#2221)Yang Liu1-6/+4
2024-12-28[ARM64_DYNAREC][TRACE] Added printer for CNT opcodeptitSeb1-0/+9
2024-12-28[INTERPRETER] Fixed 32bits ADCX/ADOX opcodesptitSeb2-5/+6
2024-12-28[ARM64_DYNAREC] Fixed and improved flags for F3 0F B8 opcodeptitSeb1-4/+12
2024-12-28[INTERPRETER] Added 66 F3 0F B8 opcodeptitSeb1-0/+17
2024-12-28[INTERPRETER] Small (mostly cosmetic) change to POCNT opcodeptitSeb1-1/+0
2024-12-28Update README.mdptitSeb1-1/+1
2024-12-27[ANDROID] Another attempt at fixing the buildptitSeb2-19/+11
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