about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_arm64_emit_shift.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-271-449/+0
* [DYNAREC] Fixed right shift emmiter with const = 1 (help wine 6.17, and proba...ptitSeb2021-11-011-3/+3
* [DYNAREC] Fixed shrd/shld emiter when both regs are the same (for #33)ptitSeb2021-07-121-4/+4
* [DYNAREC] Fixed emiter for shr32c, sar32c and shrd32c (for #44)ptitSeb2021-07-091-3/+9
* [DYNAREC] Optimized some flags handling for a few of the complex emiter (+10%...ptitSeb2021-06-181-21/+14
* [DYNAREC] Added shrd32c emiter and 0F AC opcodeptitSeb2021-06-141-55/+48
* [DYNAREC] Added shld32c emiter and 0F A4 opcodeptitSeb2021-06-141-64/+56
* [DYNAREC] Fixed CC flag for SARptitSeb2021-06-121-4/+4
* Second passrajdakin2021-04-141-4/+8
* [DYNAREC] Added D3 opcodes, and fixed sl32/shl32c/shr32/shr32c emitterptitSeb2021-03-201-18/+18
* Added C1 opcodes anda few bugfix (no changes in vvvvvv and IntoTheBreach issues)ptitSeb2021-03-181-0/+461