about summary refs log tree commit diff stats
path: root/src/dynarec (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ARM64_DYNAREC] Fixed F0 0F B1 ocpode (emit_cmp32 can only be used once per o...ptitSeb2025-02-111-10/+13
* [ARM64_DYNAREC] Fixed wrong COUNT operand in VPSLL{W,D,Q} (#2344)wannacu2025-02-111-12/+15
* [LA64_DYNAREC] Added F3 0F 52 RSQRTSS opcode (#2343)Yang Liu2025-02-111-0/+13
* [ARM64_DYNAREC] Added code on safeflags=2 to check if SI/DI memory overlap on...ptitSeb2025-02-112-1/+15
* [LA64_DYNAREC] Added F2 0F 7D HSUBPS opcode (#2341)Yang Liu2025-02-111-0/+11
* [ARM64_DYNAREC] Some changes on shift opcode and OF handling, and added some ...ptitSeb2025-02-101-31/+45
* [ARM64_DYNAREC] Mostly cosmetic change on (I)DIV 8bits opcodeptitSeb2025-02-101-35/+31
* [LA64_DYNAREC] Added preliminary optimization for REP MOVSB (#2340)Yang Liu2025-02-102-0/+28
* [LA64_DYNAREC] Added more opcodes (#2339)Yang Liu2025-02-105-0/+201
* [DYNAREC] Fixed inst_size building that could be wrong when dynablock was sto...ptitSeb2025-02-099-14/+17
* [LA64_DYNREC] Added more opcodes (#2338)Yang Liu2025-02-095-0/+82
* [DYNAREC] Fixed diff logging prefix of pass2&3 (#2337)Yang Liu2025-02-091-4/+4
* [LA64_DYNAREC] Fixed newly added 66 0F BA /4 BT opcode (#2336)Yang Liu2025-02-091-1/+5
* [ARM64_DYNAREC] Fixed a potential segfault when signal happens while running ...ptitSeb2025-02-091-0/+2
* [LA64_DYNAREC] Added more opcodes (#2333)Yang Liu2025-02-081-0/+11
* [ARM64_DYNAREC] Minor simplifications with the usage of GETEX (#2332)Yang Liu2025-02-081-14/+2
* [RV64_DYNAREC] Minor fixes and improvements on various opcodes (#2331)Yang Liu2025-02-082-29/+36
* [LA64_DYNAREC] Added more opcodes (#2330)Yang Liu2025-02-085-0/+178
* [LA64_DYNAREC] Added more opcodes (#2328)Yang Liu2025-02-083-0/+35
* [RV64_DYNAREC] Added aligned optim case for REP MOVSB (#2327)Yang Liu2025-02-084-1/+39
* [ARM64_DYNAREC] Optimized unaligned path for REP MOVSBptitSeb2025-02-081-1/+15
* [ARM64_DYNAREC] Added more aligned optim cases for REP MOVSB (#2326)Yang Liu2025-02-084-1/+18
* [LA64_DYNAREC] Added more opcodes (#2324)Yang Liu2025-02-072-0/+13
* [LA64_DYNAREC] Added more opcodes (#2323)Yang Liu2025-02-073-0/+30
* [LA64_DYNAREC] Added more 66 0F 38 opcodes (#2322)Yang Liu2025-02-071-0/+19
* [LA64_DYNAREC] Fixed F3 0F MOVSLDUP opcode (#2321)Yang Liu2025-02-071-1/+1
* [ARM64_DYNAREC] Optimized REP MOVSBptitSeb2025-02-072-0/+16
* [RV64_DYNAREC] Small optim to 64 A1/A3 opcodes (#2320)Yang Liu2025-02-071-6/+12
* [DYNAREC] Optimized grab_segdata calls on MODREG (#2319)Yang Liu2025-02-0713-126/+129
* [LA64_DYNAREC] Added 64 88 MOV opcode (#2318)Yang Liu2025-02-071-1/+34
* [ARM64_DYNAREC] Small optims/fixes for a few F2 0F prefixed opcodesptitSeb2025-02-061-6/+16
* [ARM64_DYNAREC] Added a comment in emitter on FCMP behaviourptitSeb2025-02-061-0/+3
* [ARM64_DYNAREC] Fixed fstp long double when fastround==0ptitSeb2025-02-063-5/+48
* [DYNAREC] Fixed a rare issue when flags would not be computed on 1st opcode o...ptitSeb2025-02-041-1/+1
* [ARM64_DYNAREC] Reduce the number of false positive for DYNAREC_MISSING=1 by ...ptitSeb2025-02-033-5/+8
* [ARM64_DYNAREC] Optmized RCR Eb, CL, and fixed RCL Eb, CL opcodeptitSeb2025-02-031-23/+40
* [ARM64_DYNAREC] Optimized RCL Eb, CL opcodeptitSeb2025-02-031-4/+33
* [ARM64_DYNAREC] Added more details on Need optim message for easier grepptitSeb2025-02-038-38/+38
* [ARM64_DYNAREC] Small optims on a few 66 prefixed opcodesptitSeb2025-02-032-16/+27
* [ARM64_DYNAREC] Small improvment on 64 prefixed opcodesptitSeb2025-02-025-120/+70
* [RV64_DYNAREC] Fixed F2 0F E6 opcode for vector (#2310)Yang Liu2025-02-011-0/+2
* [ARM64_DYNAREC] Small optim and fixes to a few MMX opcodesptitSeb2025-02-011-52/+30
* [ARM64_DYNAREC] Various small fixes and optims in a few AVX opcodesptitSeb2025-01-314-34/+69
* [ARM64_DYNAREC] Fixed mxcsr sync with fpsr on SSE_SLUSHTO0, and added a profi...ptitSeb2025-01-311-17/+18
* [ARM64_DYNAREC] Small change on defered flag handling to make sure it's marke...ptitSeb2025-01-313-78/+67
* More improvmnet to map with fd trackingptitSeb2025-01-291-1/+1
* [RV64_DYNAREC] Fixed lui/auipc immediate in the printer (#2299)xctan2025-01-281-2/+2
* Improved file map tracking, and use file map info in dynarec for bigblock set...ptitSeb2025-01-271-1/+1
* [AR64_DYNAREC] Removed a few more use of TABLE64ptitSeb2025-01-262-5/+5
* [ARM64_DYNAREC] Added AVX.F3.0F38 F5 opcodeptitSeb2025-01-261-0/+29