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
/
dynarec_arm64_67.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM64_DYNAREC] Better handling for invalid opcodes
ptitSeb
2025-10-14
1
-34
/
+46
*
[ARM64_DYNAREC] A few minor fixes to some opcodes
ptitSeb
2025-09-08
1
-24
/
+16
*
[ARM64_DYNAREC] Introduced a dynarec version of the UpdateFlags helper function
ptitSeb
2025-08-30
1
-1
/
+1
*
[ARM64_DYNAREC] Small optim on (V/F)COMI(SS/SD) opcodes
ptitSeb
2025-07-16
1
-1
/
+3
*
[ARM64_DYNAREC] Added 67 9C opcode
ptitSeb
2025-06-29
1
-0
/
+6
*
[ARM64_DYNAREC] Improved handling of last_ip
ptitSeb
2025-06-24
1
-0
/
+1
*
[DYNAREC] Refactored a bit BARRIER_FLOAT ([ARM64] olny for now, todo for RV64...
ptitSeb
2025-06-23
1
-1
/
+0
*
[DYNACACHE] Introduced DynaCache for ARM64 (disabled by default)
ptitSeb
2025-06-19
1
-1
/
+1
*
[DYNACACHE] More work on dynache relocation
ptitSeb
2025-06-15
1
-0
/
+1
*
[DYNACACHE] Created a const table, for later use in internal relocation ([ARM...
ptitSeb
2025-06-13
1
-2
/
+2
*
[ARM64_DYNAREC] Added 67 0F 29 opcode
ptitSeb
2025-04-15
1
-0
/
+16
*
[DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 on...
ptitSeb
2025-04-09
1
-2
/
+10
*
Moved more functions to os.h (#2497)
Yang Liu
2025-04-03
1
-1
/
+0
*
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)
Yang Liu
2025-04-01
1
-2
/
+1
*
[ARM64_DYNAREC] Added 67 66 0F 76/EF opcodes (for #1046)
ptitSeb
2025-03-21
1
-1
/
+36
*
[ARM64_DYNAREC] More work on UD flags
ptitSeb
2025-02-17
1
-31
/
+43
*
[ARM64_DYNAREC] Continue work on UD flags
ptitSeb
2025-02-17
1
-10
/
+18
*
[ARM64_DYNAREC] More work on flag
ptitSeb
2025-02-12
1
-25
/
+23
*
[DYNAREC] Added preliminary per-file settings (#2288)
Yang Liu
2025-01-23
1
-4
/
+4
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
1
-8
/
+8
*
[ARM64_DYNAREC] Removed an unused arg in SET_DFNONE (#2266)
Yang Liu
2025-01-16
1
-7
/
+7
*
[ARM64_DYNAREC] Remove bloated x87 comp code
ptitSeb
2025-01-08
1
-1
/
+1
*
[ARM64_DYNAREC] Fixed 67 8D opcode
ptitSeb
2024-12-26
1
-3
/
+1
*
[ARM64_DYNAREC] Reworked MUL/IMUL opcodes a bit
ptitSeb
2024-12-22
1
-9
/
+23
*
[INTERPRETER] Added 64bits 67 A1 opcode ([ARM64_DYNAREC] Too)
ptitSeb
2024-12-09
1
-0
/
+10
*
[DYNAREC] Introduced TO_NAT to ease register mapping changes in future (#2111)
Yang Liu
2024-12-05
1
-22
/
+22
*
[ARM64_DYNAREC] Improved some x87 opcode behaviour
ptitSeb
2024-12-02
1
-1
/
+1
*
[ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions (#2070)
Yang Liu
2024-11-25
1
-3
/
+5
*
[DYNAREC] Reuse strongmem infra for all backends (#2052)
Yang Liu
2024-11-21
1
-1
/
+1
*
[DYNAREC] Reworked strong memory emulation (#2043)
Yang Liu
2024-11-19
1
-8
/
+2
*
[ARM64_DYNAREC] Reworked 8/16/32/64bits TEST opcodes
ptitSeb
2024-11-14
1
-4
/
+2
*
[ARM64_DYNAREC] Some refactor on 8/16/32/64bits SHL/SHR/SAR opcodes
ptitSeb
2024-11-14
1
-3
/
+5
*
[ARM64_DYNAREC] Some rework on 8/16/32/64 INC/DEC opcodes
ptitSeb
2024-11-14
1
-2
/
+2
*
[ARM64_DYNAREC] Reworked 8/16/32/64bits XOR opcodes
ptitSeb
2024-11-13
1
-2
/
+1
*
[ARM64_DYNAREC] Reworked 8/16/32/64 OR opcodes
ptitSeb
2024-11-13
1
-2
/
+1
*
[ARM64_DYNAREC] Reworked 8/16/32/64bits AND opcodes
ptitSeb
2024-11-13
1
-2
/
+1
*
[ARM64_DYNAREC] Improved div/idiv opcode flags (non)handling
ptitSeb
2024-11-13
1
-2
/
+12
*
[ARM64_DYNAREC] Improved 32/64bits imul/mul opcodes flags handling
ptitSeb
2024-11-13
1
-10
/
+52
*
Added some weird 67 and 64/65 prefixed opcodes ([ARM64_DYNAREC] too)
ptitSeb
2024-11-07
1
-0
/
+53
*
[ARM64_DYNAREC] Also use Native Carry flags directly when possible
ptitSeb
2024-10-29
1
-2
/
+2
*
[ARM64_DYNAREC] More work around native flags handling
ptitSeb
2024-10-20
1
-4
/
+4
*
[DYNAREC] Optimized CALL/RET RAS for out of dynablock jumps (#1909)
Yang Liu
2024-10-07
1
-4
/
+11
*
[ARM64_DYNAREC] Fixed reset of rex on 67 prefixed opcodes
ptitSeb
2024-09-24
1
-2
/
+3
*
[ARM64_DYNAREC] Added 67 A9 opcode, and fixed 67 opcode with ignored REX prefix
ptitSeb
2024-09-24
1
-0
/
+9
*
[ARM64_DYNAREC] Added 67 66 0F 7E opcode
ptitSeb
2024-09-04
1
-0
/
+25
*
[ARM64_DYNAREC] Added 67 F3 0F 38 F6 opcode (for #1775)
ptitSeb
2024-08-30
1
-0
/
+33
*
[ARM64_DYNAREC] Added 67 90..97 opcodes
ptitSeb
2024-08-15
1
-0
/
+19
*
[ARM64_DYNAREC] Some small improvments to ROR/ROL/RCR/RCL opcodes
ptitSeb
2024-08-11
1
-2
/
+2
*
Added 64bits 67 F3 0F 7F opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-08-10
1
-0
/
+13
*
[DYNAREC] Remove BARRIER_NEXT macro
ptitSeb
2024-07-29
1
-1
/
+0
[next]