about summary refs log tree commit diff stats
path: root/src/dynarec/arm64/dynarec_arm64_avx_0f38.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [INTERP] More work on UD flagsptitSeb2025-06-251-5/+17
* [ARM64_DYNAREC] Adjusted some UD flags in BLSMSK opcodeptitSeb2025-06-251-4/+14
* [ARM64_DYNAREC] Fixed CF flag of BLSI opcodeptitSeb2025-06-251-1/+1
* [ARM64_DYNAREC] Fixed BEXTR opcodeptitSeb2025-06-251-11/+13
* [ARM64_DYNAREC] Fixed some dangling else warnings (#2514)Yang Liu2025-04-091-6/+18
* Moved more functions to os.h (#2497)Yang Liu2025-04-031-1/+0
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-2/+1
* [ARM64_DYNAREC] Fixed a typo in flag computation for PCMPESTRI and BZHI opcodesptitSeb2025-02-201-1/+1
* [ARM64_DYNAREC] Added some BMI.0F38 opcodes (#2347)wannacu2025-02-131-1/+112
* [ARM64_DYNAREC] Various small fixes and optims in a few AVX opcodesptitSeb2025-01-311-21/+51
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-1/+1
* [DYNAREC] Reuse strongmem infra for all backends (#2052)Yang Liu2024-11-211-1/+1
* Fixed flags for AVX.0F38 F2 opcode ([ARM64_DYNAREC] too)ptitSeb2024-09-141-1/+16
* [ARM64_DYNAREC] Added BMI.0F38 F2, F3/1 opcodesptitSeb2024-06-071-0/+46
* [ARM64_DYNAREC] Added a new small batch of AVX/BMI2 opcodesptitSeb2024-06-061-0/+100