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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[RV64_DYNAREC] Added more MMX opcodes for vector (#2027)
xctan
2024-11-13
2
-1
/
+79
*
[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
*
[RV64_DYNAREC] Prefer AMO* instructions over LR/SC when possible (#2028)
Yang Liu
2024-11-13
4
-123
/
+87
*
[ARM64_DYNAREC] Improved 32/64bits imul/mul opcodes flags handling
ptitSeb
2024-11-13
4
-100
/
+184
*
[RV64_DYNAREC] Added more MMX opcodes for vector (#2026)
xctan
2024-11-13
1
-0
/
+131
*
[RV64_DYNAREC] Added more MMX opcodes for vector (#2024)
xctan
2024-11-13
4
-9
/
+103
*
[RV64_DYNAREC] Made eflags emulation branchless with xtheadcondmov (#2019)
Yang Liu
2024-11-11
12
-446
/
+295
*
[RV64_DYNAREC] Added more MMX opcodes for vector (#2017)
Yang Liu
2024-11-11
3
-4
/
+43
*
[ARM64_DYNAREC] A small optim for a specific case of 0F C6 opcode
ptitSeb
2024-11-09
1
-0
/
+2
*
[DYNAREC] Only test page protection when needed (and using a fester way) (sho...
ptitSeb
2024-11-09
1
-4
/
+12
*
[RV64_DYNAREC] Added mmx infra for vector (#2011)
Yang Liu
2024-11-09
7
-54
/
+185
*
[RV64_DYNAREC] Fixed some GETEX_vector usage (#2008)
Yang Liu
2024-11-08
1
-3
/
+3
*
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
*
[RV64_DYNAREC] Added more SSE opcodes for vector (#1999)
Yang Liu
2024-11-05
1
-0
/
+25
*
Improve handling of memory protection, and excution bit
ptitSeb
2024-11-04
2
-1
/
+4
*
[DYNAREC] Reverted last 2 commit, will use CancelFillblock mecanism instead
ptitSeb
2024-11-03
6
-131
/
+61
*
[LA64_DYNAREC] This should fix Loongarch dynarec
ptitSeb
2024-11-03
1
-0
/
+11
*
[DYNAREC] Make sure the emu structure is up-to-date each time LinkNext is called
ptitSeb
2024-11-03
6
-61
/
+120
*
[ARM64_DYNAREC] Fixed an issue with native flags and opcode using C Helper th...
ptitSeb
2024-11-03
1
-5
/
+5
*
[RV64_DYNAREC] Added more opcodes for vector (#1992)
Yang Liu
2024-11-01
2
-0
/
+39
*
[RV64_DYNAREC] Added more opcodes for vector (#1991)
Yang Liu
2024-11-01
3
-1
/
+67
*
[RV64_DYNAREC] Added more opcodes for vector (#1989)
Yang Liu
2024-11-01
3
-0
/
+78
*
[RV64_DYNAREC] Added more opcodes for vector (#1987)
Yang Liu
2024-10-31
2
-0
/
+125
*
Added 65 6C..6F opcodes ([ARM64_DYNAREC] too) (for #1985)
ptitSeb
2024-10-31
1
-0
/
+24
*
[RV64_DYNAREC] Added more opcodes for vector (#1983)
Yang Liu
2024-10-30
2
-0
/
+57
*
[Rv64_DYNAREC] Added more opcodes for vector (#1982)
Yang Liu
2024-10-30
2
-0
/
+39
*
[RV64_DYNAREC] Added more opcodes for vector (#1981)
Yang Liu
2024-10-30
4
-20
/
+109
*
[RV64_DYNAREC] Added more opcodes for vector (#1980)
Yang Liu
2024-10-30
3
-22
/
+149
*
[RV64_DYNAREC] Added more opcodes for vector (#1979)
Yang Liu
2024-10-29
2
-0
/
+72
*
[RV64_DYNAREC] Added more opcodes for vector (#1978)
Yang Liu
2024-10-29
2
-2
/
+80
*
[ARM64_DYNAREC] Make sure neg on 16bits is correctly computed
ptitSeb
2024-10-29
1
-2
/
+3
*
[ARM64_DYNAREC] Fixed a potential issue with native flags used while some int...
ptitSeb
2024-10-29
1
-0
/
+5
*
[ARM64_DYNAREC] Also use Native Carry flags directly when possible
ptitSeb
2024-10-29
13
-257
/
+443
*
[RV64_DYNAREC] Fixed 66 0F C2 CMPPD opcode for scalar and more (#1975)
Yang Liu
2024-10-29
5
-10
/
+10
*
[RV64_DYNAREC] Fixed MAXSS and MAXSD for vector (#1974)
Yang Liu
2024-10-28
2
-12
/
+4
*
[RV64_DYNAREC] Added more opcodes for vector (#1972)
Yang Liu
2024-10-28
2
-3
/
+119
*
[RV64_DYNAREC] Added more opcodes for vector (#1970)
Yang Liu
2024-10-28
4
-31
/
+266
*
[RV64_DYNAREC] Added more opcodes for vector (#1969)
Yang Liu
2024-10-28
2
-38
/
+81
*
[RV64_DYNAREC] Added more opcodes for vector (#1968)
Yang Liu
2024-10-28
3
-47
/
+159
*
[RV64_DYNAREC] Added more opcodes for vector (#1966)
Yang Liu
2024-10-27
4
-6
/
+76
*
[RV64_DYNAREC] Implemented the first AVX128 opcode for scalar only (#1962)
Yang Liu
2024-10-26
8
-12
/
+368
[prev]
[next]