about summary refs log tree commit diff stats
path: root/src/emu/x64primop.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [INTERP] Fixed ror/rol flags on cputype=0ptitSeb2025-02-211-8/+8
* [INTERP] Work on UD flagsptitSeb2025-02-211-147/+147
* [ARM64_DYNAREC] More work on UD flagsptitSeb2025-02-171-12/+16
* [ARM64_DYNAREC] Continue work on UD flagsptitSeb2025-02-171-11/+29
* [ARM64_DYNAREC] More work on flagptitSeb2025-02-121-30/+20
* [COSIM] Reduce false negative on rcl/rcr OF flagptitSeb2025-02-021-2/+10
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-24/+25
* [INTERPRETER] Improved some shift operands nd [AR64_DYNAREC] Improved shift o...ptitSeb2024-12-261-6/+36
* [INTERPRETER] Some cleanup on base logic/math/shift operationsptitSeb2024-11-151-48/+83
* [INTERPRETER] SHRD/SHLD with cnt==0 should not change flagsptitSeb2024-02-211-6/+18
* Small adjustment to flags computation on the AAA/AAS/AAD/AAM/DAA/DAS opcodesptitSeb2024-02-211-22/+20
* [INTERPRETER] Fix shl/sar/shr for large shft value on 8 and 16bits operationsptitSeb2024-02-201-4/+4
* [INTERPRETOR] More finetunning to shrd16/shld16ptitSeb2024-01-291-2/+5
* [INTERPRETER] Small improvements to shr/shl to limit fals-positive on DYNAREC...ptitSeb2024-01-291-7/+7
* [TEST_DYNAREC] Improved accuracy of some tests, and avoid a some false-positiveptitSeb2024-01-271-4/+4
* [INTERPRETER] Fixed OF flags for shld opcodesptitSeb2023-11-161-6/+3
* [INTERPRETER] Reworked shrd OF flag computationptitSeb2023-11-161-3/+3
* Fixed some edge-case with some of the shift opcodesptitSeb2023-11-101-29/+19
* remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* Various minor warning fixesptitSeb2023-02-131-3/+6
* Various small fixes and warning removalptitSeb2022-04-111-9/+9
* [DYNAREC] Various small fixes to flags handlingptitSeb2021-06-051-8/+8
* Second passrajdakin2021-04-141-1/+1
* Changed missed unwanted "box86"rajdakin2021-04-091-1/+1
* [DYNAREC] Added F6 opcodes and fixed issue with native call that may destroy ...ptitSeb2021-03-201-4/+4
* Added and fixed many opcodesptitSeb2021-03-101-16/+16
* Added REX F7 opcodesptitSeb2021-03-051-2/+54
* First x86_64 opcode executed :)ptitSeb2021-03-041-0/+1464