nickysn 4b3bf874df * Added CLDs in the RTL i386 inline asm routines, wrapped in {$ifdef 12 years ago
..
cpu.pp c57f463ede + AVXSupport function to detect if the CPU and OS support AVX 13 years ago
fastmove.inc 4b3bf874df * Added CLDs in the RTL i386 inline asm routines, wrapped in {$ifdef 12 years ago
i386.inc 4b3bf874df * Added CLDs in the RTL i386 inline asm routines, wrapped in {$ifdef 12 years ago
int64p.inc 97152cc41b * Fixed overflow handling in i386 assembler implementations of fpc_div_qword and fpc_mod_qword. 12 years ago
makefile.cpu 24384c648b * moved genrtti.inc code to rtti 23 years ago
math.inc 558cf3ef87 * reset FPU properly after an exception, resolves #12214 17 years ago
mathu.inc 1da4c0c3ce * SinCos overloads added, resolves #22663 13 years ago
mathuh.inc 47fac4ee6e * moved *SSECSR to system unit 19 years ago
mmx.pp 88c2c77319 + is_sse3_cpu, put into cpu unit, so x86-64 and i386 can share source code 14 years ago
readme 9f31783a0a * old logs removed and tabs fixed 23 years ago
set.inc 4b3bf874df * Added CLDs in the RTL i386 inline asm routines, wrapped in {$ifdef 12 years ago
setjump.inc c0f49951b1 * Fixed i386 longjmp, it must not return 0 if 'value' argument happens to be 0. 13 years ago
setjumph.inc 24fea58b92 + initial implementation of iso style gotos in iso mode 15 years ago
strings.inc e4b05477e1 * put the cld instructions behind {$ifdef FPC_ENABLED_CLD} in i386/strings*.inc 12 years ago
stringss.inc e4b05477e1 * put the cld instructions behind {$ifdef FPC_ENABLED_CLD} in i386/strings*.inc 12 years ago
strpas.inc 4ace790492 * remove $Log 20 years ago

readme

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)