about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_native_functions.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix some spelling (#1668)josch2024-07-101-1/+1
* [ARM64_DYNAREC] Added AVX.66.0F38 00/DC-DF opcodesptitSeb2024-06-011-0/+5
* [ARM64_DYNAREC] Added a couple of AVX.66.0F3A opcodes, and fixed some sse/avx...ptitSeb2024-06-011-0/+2
* [ARM64_DYNAREC] Added a fisrt 128bits only AVX opcodeptitSeb2024-05-301-1/+8
* [ARM64_DYNAREC] Added 66 D9 /6 and 66 DD /4 /6 opcodesptitSeb2024-05-231-0/+2
* [ARM64_DYNAREC] Made some opcode truer to what they should on some edge casesptitSeb2023-12-061-0/+2
* [ARM64_DYNAREC] More fixing and improving on shifting opcodesptitSeb2023-11-101-0/+2
* Better handling of int 29/2C/2d with wine ([ARM64_DYNAREC] too)ptitSeb2023-07-221-0/+1
* Added partial support for TF flags (should help with eroneous debugger detect...ptitSeb2023-05-241-0/+1
* fix some spelling mistakes (#640)josch2023-03-261-2/+2
* [DYNAREC] Fixed RV64 build and moved some functions between common and arch s...ptitSeb2023-03-161-6/+0
* [DYNAREC] Grouped common function in dynarec_native_functions.cptitSeb2023-03-161-0/+70