fpc/rtl/i386
2024-09-23 20:10:57 +00:00
..
cpu.pp Simplify CPU units (70 LoC + 500 b code + 500 b data). 2024-07-18 20:13:11 +00:00
cpuh.inc Remove most of the VER3_0 conditionals. 2024-08-25 09:44:11 +00:00
cpuinnr.inc
cpumminnr.inc
cpummprocs.inc
fastmove.inc Disable _Plain versions when compiling RTL for newer CPUs. 2024-07-14 14:36:17 +00:00
i386.inc AVX2 CompareByte for i386. 2024-09-23 20:10:57 +00:00
int64p.inc Remove most of the VER3_0 conditionals. 2024-08-25 09:44:11 +00:00
makefile.cpu
math.inc Shorter i386 Exp(). 2024-03-29 21:04:32 +00:00
mathu.inc * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
mmx.pp + MMXSupport added to cpu unit 2024-03-28 10:42:08 +01:00
ports.inc Remove most of the VER3_0 conditionals. 2024-08-25 09:44:11 +00:00
portsh.inc Remove most of the VER3_0 conditionals. 2024-08-25 09:44:11 +00:00
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 Decimate rtl/i386/strings.inc. 2024-08-19 20:34:10 +00:00
stringss.inc Decimate rtl/i386/strings.inc. 2024-08-19 20:34:10 +00: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)