index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dynarec
/
dynarec_arm64_helper.c
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
[DYNAREC] Refactored dynarec to ease the future adding of new target ↵
ptitSeb
2022-02-27
1
-1280
/
+0
|
|
|
|
architecture
*
Added AES-NI cpu extension support ([DYNAREC] too, using AES extension if ↵
ptitSeb
2021-08-28
1
-0
/
+15
|
|
|
|
available)
*
Made IRETQ to restore RSP and SS ([DYNAREC] too) (helps Wine64 exceptions ↵
ptitSeb
2021-07-17
1
-0
/
+8
|
|
|
|
handling)
*
Splitted mmx and x87 register (from box86)
ptitSeb
2021-07-11
1
-10
/
+10
|
*
[DYNAREC] Fixed FISTP i64 (help #14)
ptitSeb
2021-07-07
1
-3
/
+3
|
*
[DYNAREC] Improved the fast native call path
ptitSeb
2021-07-02
1
-12
/
+23
|
*
[DYNAREC] Added CF opcode and optimized native call
ptitSeb
2021-06-28
1
-12
/
+50
|
*
Added 66 0F 3A 0B opcode ([DYNAREC] too)
ptitSeb
2021-06-14
1
-5
/
+2
|
*
[DYNAREC] Fixed FIS(TT)(P) opcodes
ptitSeb
2021-06-12
1
-4
/
+3
|
*
[DYNAREC] Small optimisation on handling of relative addressing
ptitSeb
2021-06-06
1
-3
/
+15
|
*
Oops-es
rajdakin
2021-04-14
1
-1
/
+1
|
*
Second pass
rajdakin
2021-04-14
1
-15
/
+107
|
*
[DYNAREC] Fixed x87 virtual stack managment
ptitSeb
2021-04-03
1
-11
/
+11
|
*
[DYNAREC] Fixed many issues with x87 cache handling
ptitSeb
2021-04-03
1
-14
/
+14
|
*
[DYNAREC] Added DB opcodes
ptitSeb
2021-04-03
1
-6
/
+6
|
*
[DYNAREC] Better 0F 77 EMMS emulation
ptitSeb
2021-04-03
1
-1
/
+1
|
*
[DYNAREC] Small Fix for 67 8D opcode
ptitSeb
2021-04-01
1
-1
/
+5
|
*
[DYNAREC] Fixed 67 8D opcde, and remove hack for 67 REX.W, it was wrong
ptitSeb
2021-04-01
1
-0
/
+115
|
*
[DYNAREC] FillBlock is behind a mutex now, and use LR for easier debugging ↵
ptitSeb
2021-03-29
1
-3
/
+3
|
|
|
|
on jump_to_next
*
[DYNAREC] Added 0F 58/59 opcodes, plus lots of small bugfix (IntoTheBreach ↵
ptitSeb
2021-03-23
1
-1
/
+3
|
|
|
|
sounds good now)
*
[DYNAREC] Added 64 8B opcodes, plus some fixes to FS access
ptitSeb
2021-03-22
1
-2
/
+9
|
*
[DYNAREC] Added 64 31 opcode
ptitSeb
2021-03-22
1
-26
/
+6
|
*
[DYNAREC] Optimized a bit Native call push/pop regs
ptitSeb
2021-03-21
1
-4
/
+2
|
*
[DYNAREC] Fixed call_c helper with SSE args
ptitSeb
2021-03-21
1
-5
/
+5
|
*
[DYNAREC] Fixed Pop SSE Cache helper
ptitSeb
2021-03-21
1
-1
/
+1
|
*
[DYNAREC] NEON infrastructure
ptitSeb
2021-03-21
1
-35
/
+29
|
*
[DYNAREC] Added F6 opcodes and fixed issue with native call that may destroy ↵
ptitSeb
2021-03-20
1
-0
/
+20
|
|
|
|
some registers
*
[DYNAREC] Fixed PF flags computation
ptitSeb
2021-03-18
1
-1
/
+1
|
*
Added C1 opcodes anda few bugfix (no changes in vvvvvv and IntoTheBreach issues)
ptitSeb
2021-03-18
1
-5
/
+7
|
*
[DYNAREC] Added C2 RETN and C3 RET opcodes
ptitSeb
2021-03-17
1
-0
/
+2
|
*
[DYNAREC] Added 01/03/05/83 /0 ADD opcodes, plus various bugfixes (but ↵
ptitSeb
2021-03-17
1
-8
/
+8
|
|
|
|
vvvvvv and IntoTheBreach are still broken, Thimberweed and WorldOfGoo seems ok)
*
[DYNAREC] Added FF opcodes
ptitSeb
2021-03-17
1
-4
/
+9
|
*
[DYNAREC] Various fixes, around GETED and other stuff (vvvvvv.x86_64 works ↵
ptitSeb
2021-03-17
1
-10
/
+10
|
|
|
|
again)
*
[DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, ↵
ptitSeb
2021-03-16
1
-13
/
+13
|
|
|
|
that's some convoluted encoding here)
*
[DYNAREC] Added an optimisation with RIP handling
ptitSeb
2021-03-16
1
-3
/
+3
|
*
[DYNAREC] Added 8B opcode
ptitSeb
2021-03-16
1
-1
/
+1
|
*
[DYNAREC] Small optimisation on Native call
ptitSeb
2021-03-16
1
-4
/
+25
|
*
[DYNAREC] Added a few more opcodes, some arm64_printer opcodes, and made ↵
ptitSeb
2021-03-16
1
-13
/
+13
|
|
|
|
sure it works
*
[DYNAREC] Beggining of emitter and dynarec infrastructure (untested yet)
ptitSeb
2021-03-15
1
-0
/
+958