about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_native_functions.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [ARM64_DYNAREC] Improved IRET handling of boggus parametersptitSeb2025-09-291-0/+1
|
* [DYNAREC] Rearranged arch-specific AVX infra code (#2930)Yang Liu2025-08-131-7/+0
|
* [ARM64_DYNAREC] Try to optimise Windows INT n version on 64bits (TODO: ↵ptitSeb2025-05-301-0/+1
| | | | Interp and 32bits and wowbox64)
* Moved some emit functions to os.h (#2494)Yang Liu2025-04-021-1/+0
|
* Some cosmetic changes to C header files (#2487)Yang Liu2025-04-011-3/+0
| | | | | * [DYNAREC] Move cosim functions to a new header * Moved isNativeCall to elfloader
* [BOX32][INTERP] Added some support for BOUND opcode ([ARM64_DYNAREC] too)ptitSeb2025-02-201-0/+1
|
* [GDBJIT] Display register mapping annotations (#2185)Yang Liu2024-12-221-0/+7
|
* [ARM64_DYNAREC] Try to not call UpdateFlags when switching to a DFNONE state ↵ptitSeb2024-11-151-0/+2
| | | | but dfnone is not needed
* [DYNAREC] Make sure jump address is wrapped on 32bits address spaceptitSeb2024-09-161-1/+1
|
* 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 ↵ptitSeb2024-06-011-0/+2
| | | | sse/avx function helpers
* [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 ↵ptitSeb2023-05-241-0/+1
| | | | detection under wine)
* fix some spelling mistakes (#640)josch2023-03-261-2/+2
|
* [DYNAREC] Fixed RV64 build and moved some functions between common and arch ↵ptitSeb2023-03-161-6/+0
| | | | specific
* [DYNAREC] Grouped common function in dynarec_native_functions.cptitSeb2023-03-161-0/+70