about summary refs log tree commit diff stats
path: root/src/include (unfollow)
Commit message (Expand)AuthorFilesLines
2025-08-25[RV64_DYNAREC] Added more scalar avx opcodes (#2970)Yang Liu1-0/+171
2025-08-24[BOX32][WRAPPER] Added one more wrapped function to libcptitSeb6-1/+27
2025-08-24[BOX32] Sligtly safer handling of 32bits signalsptitSeb1-2/+2
2025-08-24[BOX32][WRAPPER] Fixed some SIGBUS with 32bits smeaphoresptitSeb1-1/+14
2025-08-24[BOX32][WRAPPER] Added ftw wrapped function to libcptitSeb2-15/+8
2025-08-24[RV64_DYNAREC] Added YMM0 placeholder for later optim (#2968)Yang Liu7-241/+125
2025-08-22[INTERP] Refactored how 64/65/66/67 and F2/F3 prefixes are handled, removing ...ptitSeb18-3440/+272
2025-08-22[RV64_DYNAREC] Fixed scalar avx VCMPPD non-ymm case (#2966)Yang Liu1-0/+4
2025-08-22[RV64_DYNAREC] Added more scalar avx opcodes (#2965)Yang Liu2-0/+516
2025-08-22[ARM64_DYNAREC] Fixed an inst name typo (#2964)Yang Liu1-1/+5
2025-08-22[RV64_DYNAREC] Added scalar SSE 66 0F 3A 60/61/62 opcodes (#2963)Yang Liu3-2/+124
2025-08-22[RV64_DYNAREC] Added more scalar avx 66 0F opcodes (#2960)Yang Liu2-1/+226
2025-08-21[RV64_DYNAREC] Added more scalar avx opcodes (#2961)Yang Liu6-1/+106
2025-08-21[RV64_DYNAREC] Fixed more scalar avx opcodes (#2959)Yang Liu1-11/+9
2025-08-21[CORE] Better trace_file logging (#2958)Yang Liu2-83/+50
2025-08-21[COSIM] Better memory diff printing (#2957)Yang Liu1-2/+2
2025-08-21[RV64_DYNAREC] Fixed some scalar avx opcodes (#2956)Yang Liu3-7/+12
2025-08-21[RV64_DYNAREC] Added more scalar avx 66 0F3A opcodes (#2955)Yang Liu1-0/+184
2025-08-21[RV64_DYNAREC] Added more scalar avx 66 0F38 opcodes (#2954)Yang Liu1-0/+389
2025-08-19[RV64_DYNAREC] Added more scaalr avx opcodes (#2952)Yang Liu6-16/+164
2025-08-19[RV64_DYNAREC] Added more scalar avx opcodes (#2951)Yang Liu2-1/+193
2025-08-19[RV64_DYNAREC] Added more avx scalar 66 0F38 opcodes (#2950)Yang Liu3-65/+83
2025-08-18[RV64_DYNAREC] Added a few more scalar AVX 66 0F38 opcodes (#2949)Yang Liu8-42/+452
2025-08-18[RV64_DYNAREC] Added scalar AVX VMOVDQA opcodes (#2948)Yang Liu1-0/+42
2025-08-18[DYNAREC] Bump ARCH_VERSION (#2947)Yang Liu1-3/+3
2025-08-18[LA64_DYNAREC] Enable AVX/AVX2 by default (#2946)Yang Liu4-6/+13
2025-08-18[RV64_DYNAREC] Added more scalar AVX opcodes (#2945)Yang Liu2-2/+127
2025-08-15[LA64_DYNAREC] Added more scalar AVX opcodes (#2943)Yang Liu4-3/+131
2025-08-15[RV64_DYNAREC] Added more scalar AVX VMOV opcodes (#2942)Yang Liu5-1/+171
2025-08-15[RV64_DYNAREC] Added scalar AVX VMOVSS opcodes (#2941)Yang Liu2-2/+62
2025-08-15[LA64_DYNAREC] Add la64 BMI/BMI2 ops. (#2933)phorcys3-2/+233
2025-08-15[RV64_DYNAREC] Fixed OF2 handling (#2937)Yang Liu3-5/+4
2025-08-15[DYNAREC] Fixed reading emu->df (#2936)Yang Liu4-15/+15
2025-08-15[LA64_DYNAREC] Fix VMOVNTDQA. (#2934)phorcys2-16/+16
2025-08-15[LA64_DYNAREC] Add la64 avx insts using helpers. (#2935)phorcys2-22/+168
2025-08-13[RV64_DYNAREC] Removed a dispensable line from dump (#2932)Yang Liu3-10/+0
2025-08-13[LA64_DYNAREC] Fixed a typo in CMPXCHG8B opcode (#2931)Yang Liu1-1/+1
2025-08-13[DYNAREC] Rearranged arch-specific AVX infra code (#2930)Yang Liu14-324/+131
2025-08-12[LA64_DYNAREC] Fix B3 BTR eflags when cpuext.lbt == 1. Fix 16bits AND when cp...phorcys2-2/+6
2025-08-12[RV64_DYNAREC] Added F0 08 LOCK OR opcode (#2928)Yang Liu1-0/+25
2025-08-11[RV64_DYNAREC] Fixed F0 10 LOCK ADC opcode (#2927)Yang Liu1-4/+7
2025-08-08[RV64_DYNAREC][LA64_DYNAREC] Fixed missing zeroup in geted_32() (#2921)Yang Liu2-0/+2
2025-08-07[LA64_DYNAREC] Fixed AVX VPMOVMSKB opcode (#2920)Yang Liu1-2/+2
2025-08-07[LA64_DYNAREC] Fixed AVX VPERM2F128/VPERM2I128 opcodes (#2919)Yang Liu1-1/+1
2025-08-07[LA64_DYNAREC] Fixed AVX VMASKMOVDQU opcode (#2918)Yang Liu1-1/+1
2025-08-07[LA64_DYNAREC] Fixed AVX VPBLENDW opcodes (#2917)Yang Liu1-18/+6
2025-08-07[LA64_DYNAREC] Fixed AVX VMOVMSKPS/VMOVMSKPD opcodes (#2916)Yang Liu2-4/+4
2025-08-07[LA64_DYNAREC] Fixed AVX VMOVSS opcode (#2915)Yang Liu1-1/+1
2025-08-07[LA64_DYNAREC] Fixed AVX VCMPSS/VCMPSD opcodes (#2914)Yang Liu2-2/+4
2025-08-07[LA64_DYNAREC] Fixed some AVX scalar MIN/MAX opcodes (#2913)Yang Liu2-5/+5