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_emit_math.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
-1849
/
+0
|
|
|
|
architecture
*
[DYNAREC] Optimized some flags handling for a few of the complex emiter ↵
ptitSeb
2021-06-18
1
-56
/
+32
|
|
|
|
(+10% speed in 7z bench)
*
Second pass
rajdakin
2021-04-14
1
-27
/
+44
|
*
[DYNAREC] Fixed adc16 emitter
ptitSeb
2021-04-12
1
-1
/
+1
|
*
[DYNAREC] Various bugfixes (and now the 4 tests games works again)
ptitSeb
2021-03-20
1
-13
/
+13
|
*
[DYNAREC] Added (66) 28..2D SUB opcodes
ptitSeb
2021-03-20
1
-103
/
+98
|
*
[DYNAREC] Added (66) 18..1D SBB opcodes
ptitSeb
2021-03-20
1
-159
/
+157
|
*
[DYNAREC] Added 66 11/13/15 ADC opcodes
ptitSeb
2021-03-20
1
-52
/
+51
|
*
[DYNAREC] Added 66 01..05 ADD opcodes
ptitSeb
2021-03-20
1
-51
/
+48
|
*
[DYNAREC] Added 10..15 ADC opcodes
ptitSeb
2021-03-20
1
-101
/
+103
|
*
[DYNAREC] Added 00/02/04 ADD and 08/0A/0C OR opcodes
ptitSeb
2021-03-20
1
-49
/
+47
|
*
[DYNAREC] Added FE INC/DEC opcodes
ptitSeb
2021-03-20
1
-86
/
+85
|
*
[DYNAREC] Added 66 FF INC/DEC opcodes
ptitSeb
2021-03-20
1
-89
/
+85
|
*
[DYNAREC] Added F6 opcodes
ptitSeb
2021-03-20
1
-46
/
+44
|
*
[DYNAREC] Added 66 F7 opcodes
ptitSeb
2021-03-20
1
-47
/
+44
|
*
[DYNAREC] Added F6 opcodes and fixed issue with native call that may destroy ↵
ptitSeb
2021-03-20
1
-46
/
+45
|
|
|
|
some registers
*
[DYNAREC] Added D3 opcodes, and fixed sl32/shl32c/shr32/shr32c emitter
ptitSeb
2021-03-20
1
-1
/
+1
|
*
[DYNAREC] Added 80 opcodes
ptitSeb
2021-03-19
1
-200
/
+210
|
*
[DYNAREC] Fixed PF flags computation
ptitSeb
2021-03-18
1
-1
/
+1
|
*
Added 31/33/35 XOR opcodes
ptitSeb
2021-03-18
1
-1
/
+1
|
*
[DYNAREC] Added 01/03/05/83 /0 ADD opcodes, plus various bugfixes (but ↵
ptitSeb
2021-03-17
1
-146
/
+141
|
|
|
|
vvvvvv and IntoTheBreach are still broken, Thimberweed and WorldOfGoo seems ok)
*
[DYNAREC] Added FF opcodes
ptitSeb
2021-03-17
1
-85
/
+103
|
*
Excplicit handling of bit size for defered flags
ptitSeb
2021-03-17
1
-11
/
+6
|
*
[DYNAREC] Various fixes, around GETED and other stuff (vvvvvv.x86_64 works ↵
ptitSeb
2021-03-17
1
-4
/
+9
|
|
|
|
again)
*
[DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, ↵
ptitSeb
2021-03-16
1
-22
/
+16
|
|
|
|
that's some convoluted encoding here)
*
[DYNAREC] Added a few more opcodes, some arm64_printer opcodes, and made ↵
ptitSeb
2021-03-16
1
-4
/
+9
|
|
|
|
sure it works
*
[DYNAREC] Added 2D and 83 /5 opcodes
ptitSeb
2021-03-15
1
-83
/
+76
|
*
Added 29 opcode
ptitSeb
2021-03-15
1
-0
/
+1863