about summary refs log tree commit diff stats
path: root/src/include/regs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [INTERP] Added x87 Precision Control set to 24bits handlingptitSeb2025-04-161-0/+6
* [ARM64_DYNAREC] Various fixes and improvments to a few random opcodesptitSeb2024-11-151-0/+2
* [INTERPRETER] Some cleanup on base logic/math/shift operationsptitSeb2024-11-151-8/+0
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-0/+1
* [ARM64_DYNAREC] Improved stability of RCL/RCR and added 32/64 bits with const...ptitSeb2024-05-171-8/+0
* Added some comment to x87 sw flagsptitSeb2024-04-281-6/+6
* Changed x87 way of handling FFREE opcode ([DYNAREC] too, improving x87 robust...ptitSeb2024-04-241-4/+0
* [ARM64_DYNAREC] Improved 0F A4 opcodeptitSeb2023-11-161-1/+4
* [ARM64_DYNAREC] Fixed shrd 32/64bits opcodesptitSeb2023-11-161-1/+4
* Cleaned up syscall and signed register accessptitSeb2023-11-101-0/+38
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | Added some support for 32bits code (doesn't seems enough for wow64 yet)ptitSeb2023-06-181-1/+1
|/
* fix some spelling mistakes (#640)josch2023-03-261-2/+2
* Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's...ptitSeb2022-12-041-25/+47
* Improved signal handling and x87 flags (with tests backported from box86)ptitSeb2022-09-291-0/+17
* Improved handling of CF flags in dec/inc opcodes ([DYNAREC] too) (helps Xonot...ptitSeb2022-09-261-2/+10
* Removed a duplicated macroptitSeb2022-01-171-1/+0
* Splitted mmx and x87 register (from box86)ptitSeb2021-07-111-3/+3
* [DYNAREC] Improved the fast native call pathptitSeb2021-07-021-0/+1
* Fixed to ElfLoader and TLS, Syscall, mmap & co functions signature and a few ...ptitSeb2021-03-251-0/+3
* [DYNAREC] Various bugfixes (and now the 4 tests games works again)ptitSeb2021-03-201-0/+1
* [DYNAREC] Added D3 opcodes, and fixed sl32/shl32c/shr32/shr32c emitterptitSeb2021-03-201-9/+9
* Excplicit handling of bit size for defered flagsptitSeb2021-03-171-1/+2
* [DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, th...ptitSeb2021-03-161-1/+2
* [DYNAREC] Beggining of emitter and dynarec infrastructure (untested yet)ptitSeb2021-03-151-2/+10
* Switched emu flags to 64bitsptitSeb2021-03-081-1/+2
* Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)ptitSeb2021-03-071-14/+3
* Preparing defered flags handlingptitSeb2021-03-041-4/+25
* Added some x86_64 regs and emu infrastructureptitSeb2021-03-021-0/+290