about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_arm64_64.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [DYNAREC] Refactored dynarec to ease the future adding of new target ↵ptitSeb2022-02-271-880/+0
| | | | architecture
* [DYNAREC] Fixed an optimisation (intra-dynablock jump) that was broken for a ↵ptitSeb2022-02-111-1/+1
| | | | long time (mora than 10% perf gain on '7z b')
* Added 64 8A opcode ([DYNAREC] too) (for #171)ptitSeb2021-11-221-2/+37
|
* [DYNAREC] Pass0 now alocate memory and do more stuff from pass1ptitSeb2021-11-111-2/+1
|
* [DYNAREC] Added 65 39 opcodeptitSeb2021-08-101-0/+10
|
* Added 64 66 89 and changed 64 66 0F D6 opcodes ([DYNAREC] too) (for #77)ptitSeb2021-07-301-0/+4
|
* Added 64 F7 opcode ([DYNAREC] too) (for #73)ptitSeb2021-07-271-1/+143
|
* [DYNAREC] Added 64 FF opcodes (for geekbench5)ptitSeb2021-07-081-0/+58
|
* Added 64 D1/D3 opcodes ([DYNAREC] too)ptitSeb2021-07-021-0/+204
|
* Added 64 0F AF opcode ([DYNAREC] Too)ptitSeb2021-07-021-0/+33
|
* [DYNAREC] Improved flag handlingptitSeb2021-06-121-18/+18
|
* Added suport for arch_prctl syscall, and GL segment handling ([DYNAREC] too)ptitSeb2021-06-071-19/+19
|
* [DYNAREC] Added 64 F3 0F 11 opcodeptitSeb2021-05-231-0/+39
|
* Added 64 F3 0F 10 opcode ([DYNAREC] too)ptitSeb2021-05-231-0/+54
|
* Added 64 80 opcodes ([DYNAREC] too)ptitSeb2021-05-211-1/+81
|
* Second passrajdakin2021-04-141-5/+5
|
* [DYNAREC] Added 66 03/C6 opcodesptitSeb2021-04-031-1/+37
|
* [DYNAREC] Added 64 83 opcodesptitSeb2021-03-241-0/+79
|
* [DYNAREC] Added 64 89 opcodesptitSeb2021-03-241-0/+13
|
* [DYNAREC] Added 64 C7 opcodeptitSeb2021-03-241-0/+17
|
* [DYNAREC] Added 0F 58/59 opcodes, plus lots of small bugfix (IntoTheBreach ↵ptitSeb2021-03-231-8/+3
| | | | sounds good now)
* [DYNAREC] Added 64 8B opcodes, plus some fixes to FS accessptitSeb2021-03-221-0/+13
|
* [DYNAREC] Added 64 31 opcodeptitSeb2021-03-221-0/+69