about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_arm64_df.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-271-295/+0
* [DYNAREC] Fixed FISTP i64 (help #14)ptitSeb2021-07-071-0/+1
* [DYNAREC] Fixed FIS(TT)(P) opcodesptitSeb2021-06-121-4/+7
* [DYNAREC] Fix x87opcode with roundingptitSeb2021-06-021-13/+14
* Second passrajdakin2021-04-141-4/+5
* [DYNAREC] Added DF opcodesptitSeb2021-04-031-0/+289