about summary refs log tree commit diff stats
path: root/src/include/regs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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