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
*
*[ARM64_DYNAREC] Fixed some cases of memory access on BTR/BTS opcodes (for #2...
ptitSeb
2024-12-01
2
-4
/
+4
*
[ARM64_DYNAREC] Added F2 0F 80..8F opcodes
ptitSeb
2024-11-30
1
-0
/
+37
*
Added a new memExist helper function and use it instead of getMmapped were it...
ptitSeb
2024-11-30
1
-2
/
+1
*
[INTERPRETER] Added 0F 30 ocpode ([RM64_DYNAREC] too) (for #2090)
ptitSeb
2024-11-30
1
-1
/
+11
*
[ARM64_DYNAREC][TRACE] Use BLR on ret/retn with TRACE to allow relevant debug...
ptitSeb
2024-11-26
1
-0
/
+8
*
[ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions (#2070)
Yang Liu
2024-11-25
8
-7
/
+34
*
[ARM64_DYNAREC] Use YIELD instead of WFE (#2066)
Yang Liu
2024-11-24
3
-1
/
+15
*
[ARM64_DYNAREC] Fix a regression, as 90 opcode is not always NOP depending on...
ptitSeb
2024-11-24
1
-12
/
+14
*
[ARM64_DYNAREC] Generate corresponding hint instruction for PAUSE (#2063)
Yang Liu
2024-11-24
2
-9
/
+13
*
[ARM64_DYNAREC] Small optim for emit_shld32c CF flag computation
ptitSeb
2024-11-23
1
-2
/
+1
*
Small fix for XSAVE/XRSTOR opcodes ([DYNAREC] too)
ptitSeb
2024-11-21
1
-2
/
+2
*
[DYNAREC] Reuse strongmem infra for all backends (#2052)
Yang Liu
2024-11-21
41
-223
/
+40
*
[ARM64_DYNAREC] More optimizations on strongmem emulation (#2051)
Yang Liu
2024-11-20
2
-42
/
+43
*
[ARM64_DYNAREC] Added weakbarrier=2 to disable last write barriers (#2049)
Yang Liu
2024-11-19
1
-15
/
+15
*
[ARM64_DYNAREC] Re-enable weakbarrier for dmb.ishst (#2048)
Yang Liu
2024-11-19
1
-4
/
+13
*
[DYNAREC] Reworked strong memory emulation (#2043)
Yang Liu
2024-11-19
10
-128
/
+211
*
Improved Signal handling ([ARM4_DYNAREC] too)
ptitSeb
2024-11-18
1
-2
/
+7
*
[ARM64_DYNAREC] Only propagate native flags if at least 1 opcode consume them
ptitSeb
2024-11-17
1
-7
/
+14
*
[ARM64_DYNAREC] Cancel native flags when an opcode use native flags not fully...
ptitSeb
2024-11-17
1
-6
/
+9
*
[ARM64_DYNAREC] Fixed potential issues with 0F A3/AB/B3/BB opcodes
ptitSeb
2024-11-16
2
-8
/
+13
*
[ARM64_DYNAREC] Small optim in emit_sar8c helper
ptitSeb
2024-11-16
1
-2
/
+1
*
[ARM64_DYNAREC] Various fixes and improvments to a few random opcodes
ptitSeb
2024-11-15
7
-68
/
+141
*
[ARM64_DYNAREC] A few fixes to 8/16bits logic/math opcodes
ptitSeb
2024-11-15
3
-16
/
+16
*
[ARM64_DYNAREC] Try to not call UpdateFlags when switching to a DFNONE state ...
ptitSeb
2024-11-15
6
-2
/
+22
*
[ARM64_DYNAREC] Very small change on on emit_rol32c helper
ptitSeb
2024-11-15
1
-1
/
+1
*
[ARM64_DYNAREC] Reworked 8/16/32/64bits TEST opcodes
ptitSeb
2024-11-14
8
-38
/
+236
*
[DYNAREC] Added a experimental BOX64_DYNAREC_WEAKBARRIER option (#2033)
Yang Liu
2024-11-14
2
-1
/
+15
*
[ARM64_DYNAREC] Refactor 8/16/32/64bits CMP and REP CMPS/SCAS opcodes
ptitSeb
2024-11-14
4
-51
/
+115
*
[ARM64_DYNAREC] Some refactor on 8/16/32/64bits SHL/SHR/SAR opcodes
ptitSeb
2024-11-14
3
-79
/
+67
*
[ARM64_DYNAREC] Minor change on 16bits neg opcode
ptitSeb
2024-11-14
1
-2
/
+0
*
[ARM64_DYNAREC] Some rework on 8/16/32/64 INC/DEC opcodes
ptitSeb
2024-11-14
7
-81
/
+36
*
[ARM64_DYNAREC] Small optim for 8/16/32/64bits adc/sbb opcodes
ptitSeb
2024-11-13
1
-32
/
+22
*
[ARM64_DYNAREC] Various small fixes for some 16bits math/logic opcodes
ptitSeb
2024-11-13
6
-36
/
+35
*
[ARM64_DYNAREC] Reworked 8/16/32/64bits XOR opcodes
ptitSeb
2024-11-13
6
-84
/
+63
*
[ARM64_DYNAREC] Fixed previous commit
ptitSeb
2024-11-13
3
-46
/
+47
*
[ARM64_DYNAREC] Reworked 8/16/32/64 OR opcodes
ptitSeb
2024-11-13
6
-76
/
+62
*
[ARM64_DYNAREC] Reworked 8/16/32/64bits AND opcodes
ptitSeb
2024-11-13
6
-98
/
+94
*
[ARM64_DYNAREC] Small change in sbb32 helper
ptitSeb
2024-11-13
1
-1
/
+1
*
[ARM64_DYNAREC] Improved div/idiv opcode flags (non)handling
ptitSeb
2024-11-13
4
-12
/
+60
*
[ARM64_DYNAREC] Improved 32/64bits imul/mul opcodes flags handling
ptitSeb
2024-11-13
4
-100
/
+184
*
[ARM64_DYNAREC] A small optim for a specific case of 0F C6 opcode
ptitSeb
2024-11-09
1
-0
/
+2
*
Added some weird 67 and 64/65 prefixed opcodes ([ARM64_DYNAREC] too)
ptitSeb
2024-11-07
2
-0
/
+88
*
Added 64/65 69 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-11-07
1
-0
/
+73
*
[ARM64_DYNAREC] Fixed some issue with frintts uses
ptitSeb
2024-11-05
1
-2
/
+2
*
[ARM64_DYNAREC] Fixed newly added frrintts use
ptitSeb
2024-11-05
1
-2
/
+2
*
[ARM64_DYNAREC] Reworked a bit FASTROUND
ptitSeb
2024-11-05
2
-33
/
+45
*
[DYNAREC] Reverted last 2 commit, will use CancelFillblock mecanism instead
ptitSeb
2024-11-03
2
-23
/
+13
*
[DYNAREC] Make sure the emu structure is up-to-date each time LinkNext is called
ptitSeb
2024-11-03
2
-13
/
+23
*
[ARM64_DYNAREC] Fixed an issue with native flags and opcode using C Helper th...
ptitSeb
2024-11-03
1
-5
/
+5
*
Added 65 6C..6F opcodes ([ARM64_DYNAREC] too) (for #1985)
ptitSeb
2024-10-31
1
-0
/
+24
[next]