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