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
/
arm64
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix emit_sar32c() ZF maybe set error. (#1034)
liuli
2023-10-20
1
-1
/
+1
*
[ARM64_DYNAREC] More ARM64 extensions detection
ptitSeb
2023-10-18
1
-11
/
+12
*
[ARM64_DYNAREC] Added a use of FLAGM extension in add8 emitter
ptitSeb
2023-10-18
1
-18
/
+52
*
[ARM64_DYNAREC] Preparing handling of FLAGM and FLAGM2 extensions
ptitSeb
2023-10-18
2
-2
/
+46
*
[ARM64_DYNAREC] More changes to Strong memory model emulation
ptitSeb
2023-10-18
8
-46
/
+32
*
[ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICS
ptitSeb
2023-10-17
5
-164
/
+237
*
[ARM64_DYNAREC] More fixes to F0 0F C7 opcode with Atomics extension
ptitSeb
2023-10-17
1
-3
/
+5
*
[ARM64_DYNAREC] More fixes for Atomics extension
ptitSeb
2023-10-17
4
-13
/
+10
*
[ARM64_DYNAREC] More fixes for Atomic extension n LOCK DEC opcodes
ptitSeb
2023-10-17
1
-8
/
+10
*
[ARM64_DYNAREC] Fixed F0 0F B0 opcopde with Atomics extension
ptitSeb
2023-10-17
1
-1
/
+2
*
[ARM64_DYNAREC] Added code generation for Atomic ARM v8.1 extension for most ...
ptitSeb
2023-10-16
5
-241
/
+807
*
[ARM64_DYNAREC] Cosmetic changes to SM macros
ptitSeb
2023-10-16
1
-2
/
+2
*
[COSIM] Fix x87 testing (#1029)
Yang Liu
2023-10-15
3
-13
/
+18
*
[DYNAREC] Fix x87cache issues (#1025)
Yang Liu
2023-10-14
10
-72
/
+93
*
[ARM64_DYNAREC] Fixes some border case 32bits potential issue with GETEDz hel...
ptitSeb
2023-10-12
1
-1
/
+1
*
[ARM64_DYNAREC] Small improvement to certain cases for 66 0F 70 opcode
ptitSeb
2023-10-11
2
-0
/
+18
*
[ARM64_DYNAREC] Fixed 66 0F 38 20..25/30..35 to only read needed amount of da...
ptitSeb
2023-10-11
2
-12
/
+30
*
[ARM64_DYNAREC] Better place for memory barrier on jmp_next and iret_to_epilog
ptitSeb
2023-10-11
1
-2
/
+2
*
[ARM64_DYNAREC] Added 66 0F 3A 21 opcode
ptitSeb
2023-10-10
1
-1
/
+22
*
[ARM64_DYNAREC] Fixed single AF opcode
ptitSeb
2023-10-10
1
-4
/
+3
*
[ARM64_DYNAREC] Fixed 66 99 opcode
ptitSeb
2023-10-09
1
-1
/
+1
*
[ARM64_DYNAREC] Added 66 99 opcode
ptitSeb
2023-10-09
1
-1
/
+5
*
[ARM64_DYNAREC] Fixed most DA opcodes
ptitSeb
2023-10-08
1
-0
/
+7
*
[ARM64_DYNAREC] Take dynarec64_DA into account (#1014)
André Zwing
2023-10-07
1
-1
/
+3
*
Added Snapdragon 8 Gen 2 profile (#1009)
Sophon
2023-10-07
2
-1
/
+233
*
[DYNAREC] Introduce a config that should save a bit of mmemory at runtime (ON...
ptitSeb
2023-10-01
1
-0
/
+12
*
[DYNAREC] Changed lock mecanism for memory protection
ptitSeb
2023-10-01
2
-0
/
+24
*
[RV64_DYNAREC] Added more support for XTheadMemPair extension (#995)
Yang Liu
2023-09-27
1
-1
/
+1
*
Update dynarec_arm64_emit_math.c (#994)
liuli
2023-09-27
1
-1
/
+1
*
Added 66 0F 3A 0D opcode ([ARM64_DYNAREC] Too)
ptitSeb
2023-09-26
1
-1
/
+14
*
[RV64_DYNAREC] Added more support for XTheadBb extension (#989)
Yang Liu
2023-09-24
1
-16
/
+16
*
[ARM64_DYNAREC] Added 64/65 01/21/29/31 opcodes
ptitSeb
2023-09-16
1
-0
/
+43
*
[ARM64_DYNAREC] Added (F2/F3) AF opcode (for #975)
ptitSeb
2023-09-16
1
-0
/
+36
*
[DYNAREC] Small improvment on multi-thread reliance for the jumptable
ptitSeb
2023-09-09
2
-0
/
+9
*
[ARM64_DYNAREC] Fixed (66) 0F 70 opcodes
wannacu
2023-09-04
2
-44
/
+12
*
[ARM64_DYNAREC] Added 66 0F 7D/D0 opcodes
wannacu
2023-09-04
2
-2
/
+36
*
[ARM64_DYNAREC] Added 0F 1C/1D/1E opcodes
wannacu
2023-09-04
1
-1
/
+21
*
[ARM64_DYNAREC] Fixed 0F 38 00 PSHUFB opcode (thanks @wannacu for the hint)
ptitSeb
2023-09-04
1
-1
/
+1
*
Correctly handle TF flags, with [DYNAREC] falling back to Interpretor when TF...
ptitSeb
2023-09-02
1
-4
/
+2
*
[ARM64_DYNAREC] Added 0F 38 08/09/0A opcode
wannacu
2023-08-31
3
-0
/
+64
*
[ARM64_DYNAREC] Added 66 0F 38 37 opcode
wannacu
2023-08-31
1
-1
/
+7
*
[ARM64_DYNAREC] Added 0F 38 01/02/03/05/06/07 opcodes
wannacu
2023-08-31
2
-3
/
+64
*
[ARM64_DYNAREC] Fixed some issue with some opcode handling 8bits values (fixe...
ptitSeb
2023-08-27
4
-18
/
+18
*
[ARM64_DYNAREC] Added (66) 0F 2A/2C/2D opcodes
wannacu
2023-08-25
4
-18
/
+175
*
[ARM64_DYNAREC] Added 0F F1/F3/F7 opcodes
wannacu
2023-08-21
1
-9
/
+46
*
[ARM64_DYNAREC] Added F0 10/11 opcodes
wannacu
2023-08-17
2
-2
/
+71
*
[ARM64_DYNAREC] Fixes 66 AD opcode and tweaked A0/A1 and 66 A1 opcodes
ptitSeb
2023-08-15
2
-5
/
+11
*
[ARM64_DYNAREC] Fixed F2/F3 AD and added AC (should help #924 a bit)
ptitSeb
2023-08-15
1
-2
/
+20
*
Fixed AD opcode (for #924, probably other too)
ptitSeb
2023-08-15
2
-13
/
+11
*
[ARM64_DYNAREC] Added 0F C0/C1 ocpodes (helps #927)
ptitSeb
2023-08-15
1
-3
/
+28
[next]