about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [RV64_DYNAREC] Added scalar SSE 66 0F 3A 60/61/62 opcodes (#2963)Yang Liu2025-08-222-1/+123
* [RV64_DYNAREC] Added more scalar avx 66 0F opcodes (#2960)Yang Liu2025-08-222-1/+226
* [RV64_DYNAREC] Added more scalar avx opcodes (#2961)Yang Liu2025-08-215-1/+105
* [RV64_DYNAREC] Fixed more scalar avx opcodes (#2959)Yang Liu2025-08-211-11/+9
* [CORE] Better trace_file logging (#2958)Yang Liu2025-08-212-83/+50
* [COSIM] Better memory diff printing (#2957)Yang Liu2025-08-211-2/+2
* [RV64_DYNAREC] Fixed some scalar avx opcodes (#2956)Yang Liu2025-08-213-7/+12
* [RV64_DYNAREC] Added more scalar avx 66 0F3A opcodes (#2955)Yang Liu2025-08-211-0/+184
* [RV64_DYNAREC] Added more scalar avx 66 0F38 opcodes (#2954)Yang Liu2025-08-211-0/+389
* [RV64_DYNAREC] Added more scaalr avx opcodes (#2952)Yang Liu2025-08-195-16/+163
* [RV64_DYNAREC] Added more scalar avx opcodes (#2951)Yang Liu2025-08-192-1/+193
* [RV64_DYNAREC] Added more avx scalar 66 0F38 opcodes (#2950)Yang Liu2025-08-193-65/+83
* [RV64_DYNAREC] Added a few more scalar AVX 66 0F38 opcodes (#2949)Yang Liu2025-08-187-42/+451
* [RV64_DYNAREC] Added scalar AVX VMOVDQA opcodes (#2948)Yang Liu2025-08-181-0/+42
* [DYNAREC] Bump ARCH_VERSION (#2947)Yang Liu2025-08-181-3/+3
* [LA64_DYNAREC] Enable AVX/AVX2 by default (#2946)Yang Liu2025-08-181-2/+2
* [RV64_DYNAREC] Added more scalar AVX opcodes (#2945)Yang Liu2025-08-182-2/+127
* [LA64_DYNAREC] Added more scalar AVX opcodes (#2943)Yang Liu2025-08-154-3/+131
* [RV64_DYNAREC] Added more scalar AVX VMOV opcodes (#2942)Yang Liu2025-08-154-1/+169
* [RV64_DYNAREC] Added scalar AVX VMOVSS opcodes (#2941)Yang Liu2025-08-152-2/+62
* [LA64_DYNAREC] Add la64 BMI/BMI2 ops. (#2933)phorcys2025-08-153-2/+233
* [RV64_DYNAREC] Fixed OF2 handling (#2937)Yang Liu2025-08-153-5/+4
* [DYNAREC] Fixed reading emu->df (#2936)Yang Liu2025-08-154-15/+15
* [LA64_DYNAREC] Fix VMOVNTDQA. (#2934)phorcys2025-08-152-16/+16
* [LA64_DYNAREC] Add la64 avx insts using helpers. (#2935)phorcys2025-08-152-22/+168
* [RV64_DYNAREC] Removed a dispensable line from dump (#2932)Yang Liu2025-08-133-10/+0
* [LA64_DYNAREC] Fixed a typo in CMPXCHG8B opcode (#2931)Yang Liu2025-08-131-1/+1
* [DYNAREC] Rearranged arch-specific AVX infra code (#2930)Yang Liu2025-08-1314-324/+131
* [LA64_DYNAREC] Fix B3 BTR eflags when cpuext.lbt == 1. Fix 16bits AND when cp...phorcys2025-08-122-2/+6
* [RV64_DYNAREC] Added F0 08 LOCK OR opcode (#2928)Yang Liu2025-08-121-0/+25
* [RV64_DYNAREC] Fixed F0 10 LOCK ADC opcode (#2927)Yang Liu2025-08-111-4/+7
* [RV64_DYNAREC][LA64_DYNAREC] Fixed missing zeroup in geted_32() (#2921)Yang Liu2025-08-082-0/+2
* [LA64_DYNAREC] Fixed AVX VPMOVMSKB opcode (#2920)Yang Liu2025-08-071-2/+2
* [LA64_DYNAREC] Fixed AVX VPERM2F128/VPERM2I128 opcodes (#2919)Yang Liu2025-08-071-1/+1
* [LA64_DYNAREC] Fixed AVX VMASKMOVDQU opcode (#2918)Yang Liu2025-08-071-1/+1
* [LA64_DYNAREC] Fixed AVX VPBLENDW opcodes (#2917)Yang Liu2025-08-071-18/+6
* [LA64_DYNAREC] Fixed AVX VMOVMSKPS/VMOVMSKPD opcodes (#2916)Yang Liu2025-08-072-4/+4
* [LA64_DYNAREC] Fixed AVX VMOVSS opcode (#2915)Yang Liu2025-08-071-1/+1
* [LA64_DYNAREC] Fixed AVX VCMPSS/VCMPSD opcodes (#2914)Yang Liu2025-08-072-2/+4
* [LA64_DYNAREC] Fixed some AVX scalar MIN/MAX opcodes (#2913)Yang Liu2025-08-072-5/+5
* [LA64_DYNAREC] Refined F3 0F 5D/5F MINSS/MAXSS opcodes (#2912)Yang Liu2025-08-071-18/+16
* [BOX32] Enlarge xcb connects size for Linux Steam (#2910)Yang Liu2025-08-071-1/+1
* [ARM64_DYNAREC] Fixed AVX VMOVMSKPD opcode (#2909)Yang Liu2025-08-061-2/+2
* [ARM64_DYNAREC] Fixed AVX VMOVSS opcode (#2908)Yang Liu2025-08-061-1/+1
* [ARM64_DYNAREC][INTERP] Fixed AVX VPERM2F128/VPERM2I128 opcodes (#2907)Yang Liu2025-08-062-42/+5
* [LA64_DYNAREC] Fixed 66 0F 3A 16 PEXTRD opcode (#2906)Yang Liu2025-08-061-1/+1
* [LA64_DYNAREC] Fixed 66 F3 0F B8 POPCNT opcode (#2905)Yang Liu2025-08-061-4/+5
* [RV64_DYNAREC] Added 1 more opcode (#2903)Yang Liu2025-08-062-1/+6
* [LA64_DYNAREC] Added more opcodes (#2902)Yang Liu2025-08-066-1/+248
* Add O(1) early-out to eusing cached bounds (#2901)Chi-Kuan Chiu2025-08-051-2/+6