about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_arm64_db.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [DYNAREC] Refactored dynarec to ease the future adding of new target ↵ptitSeb2022-02-271-307/+0
| | | | architecture
* [DYNAREC] Added Need optim message to FINITptitSeb2021-07-071-0/+1
|
* [DYNAREC] Fixed FIS(TT)(P) opcodesptitSeb2021-06-121-3/+6
|
* [DYNAREC] Fix x87opcode with roundingptitSeb2021-06-021-9/+9
|
* [DYNAREC] Hack to handle FLD/FSTP tbytes sequence fasterptitSeb2021-04-171-4/+17
|
* Second passrajdakin2021-04-141-4/+5
|
* [DYNAREC] Some more fixes on some DB opcodes (until ARMv8.5 detection is ↵ptitSeb2021-04-031-0/+42
| | | | implemented)
* [DYNAREC] Added DB opcodesptitSeb2021-04-031-0/+247