summaryrefslogtreecommitdiffstats
path: root/doc/supplements/i386/cpumodel.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/supplements/i386/cpumodel.t')
-rw-r--r--doc/supplements/i386/cpumodel.t24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/supplements/i386/cpumodel.t b/doc/supplements/i386/cpumodel.t
index d10ccf85f7..9b65e1d61d 100644
--- a/doc/supplements/i386/cpumodel.t
+++ b/doc/supplements/i386/cpumodel.t
@@ -6,22 +6,8 @@
@c $Id$
@c
-@ifinfo
-@node CPU Model Dependent Features, CPU Model Dependent Features Introduction, Preface, Top
-@end ifinfo
@chapter CPU Model Dependent Features
-@ifinfo
-@menu
-* CPU Model Dependent Features Introduction::
-* CPU Model Dependent Features CPU Model Name::
-* CPU Model Dependent Features bswap Instruction::
-* CPU Model Dependent Features Floating Point Unit::
-@end menu
-@end ifinfo
-@ifinfo
-@node CPU Model Dependent Features Introduction, CPU Model Dependent Features CPU Model Name, CPU Model Dependent Features, CPU Model Dependent Features
-@end ifinfo
@section Introduction
Microprocessors are generally classified into
@@ -63,18 +49,12 @@ The set of CPU model feature macros are defined in the file
c/src/exec/score/cpu/i386/i386.h based upon the particular CPU
model defined on the compilation command line.
-@ifinfo
-@node CPU Model Dependent Features CPU Model Name, CPU Model Dependent Features bswap Instruction, CPU Model Dependent Features Introduction, CPU Model Dependent Features
-@end ifinfo
@section CPU Model Name
The macro CPU_MODEL_NAME is a string which designates
the name of this CPU model. For example, for the Intel i386 without an
i387 coprocessor, this macro is set to the string "i386 with i387".
-@ifinfo
-@node CPU Model Dependent Features bswap Instruction, CPU Model Dependent Features Floating Point Unit, CPU Model Dependent Features CPU Model Name, CPU Model Dependent Features
-@end ifinfo
@section bswap Instruction
The macro I386_HAS_BSWAP is set to 1 to indicate that
@@ -83,10 +63,6 @@ endian swaps a thirty-two bit quantity. This instruction
appears to be present in all CPU models
i486's and above.
-
-@ifinfo
-@node CPU Model Dependent Features Floating Point Unit, Calling Conventions, CPU Model Dependent Features bswap Instruction , CPU Model Dependent Features
-@end ifinfo
@section Floating Point Unit
The macro I386_HAS_FPU is set to 1 to indicate that