mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 18:30:29 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() * Simplified REX handling: instead of useless adjusting instruction length on every REX change, adjust it just once, based on the final REX value. * Similar for omitting REX.W in certain instructions: set a flag and consider it once the entire instruction has been processed. This removes the requirement for \335 to be the last opcode. * maybewriterex also after $F2 prefix * Fixed behavior of codes \310 and \311 (16- and 32-bit address respectively), this is needed for a few fancy instructions like LOOP and JCXZ, which honor address-size prefix instead of REX. + control code \361 for $66 prefix + IF_SSSE3, IF_SSE41, IF_SSE42 instruction flags (with dummy values) x86/x86ins.dat: * replaced literal $67 prefixes with \310 or \311 * marked encodings containing code \310 as NOX86_64 * replaced literal $48 prefixes with \326 git-svn-id: trunk@17433 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |