fpc/rtl/i386
2024-01-01 18:33:33 +00:00
..
cpu.pp Deny effective RTM support if CPUID bit RTM_ALWAYS_ABORT is set. 2023-11-01 17:10:14 +00:00
cpuh.inc * detect avx support also in the i386 system unit 2023-11-18 22:47:47 +01:00
cpuinnr.inc
cpumminnr.inc
cpummprocs.inc
fastmove.inc Move ERMS branch into a separate function instead of runtime checks of fast_large_repmovstosb. 2023-12-31 09:54:09 +00:00
i386.inc ERMSB-aware Fill* for i386. 2024-01-01 18:33:33 +00:00
int64p.inc
makefile.cpu
math.inc FPU exception mask: generlised system unit interface 2022-10-17 19:43:01 +00:00
mathu.inc
mmx.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
ports.inc
portsh.inc
readme
set.inc Revert " * patch by Rika: In i386/set.inc, use “pop mem” instead of “pop reg; mov mem ← reg”, resolves #40443" 2023-09-20 22:58:34 +02:00
setjump.inc
setjumph.inc
strings.inc * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
stringss.inc * string -> shortstring 2023-07-14 17:26:11 +02:00

This directory contains only RTL parts specific to the processor I386 family.

(They are specific because they contain assembler instructions)

Include files for system are :
  heap.inc (heap handling)
  set.inc  (sets operations)
  math.inc (mathematic operations using the coprocessor)
  i386.inc (several functions/procedures containing assembler parts)
  setjump.inc (setjmp/longjmp implementation for exceptions)
  rttip.inc (rtti handling, for speed reasons)
  
Units are :
  strings.pp (written in assembler for speed)
  cpu.pp     (routines to access cpu info)
  mmx.pp     (special mmx routines)