From 8eba4708f068826fd826db22f6bcdff69aae908a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 19 Oct 1998 18:25:16 +0000 Subject: Nearly everything that can be is now automatically generated. --- doc/supplements/i386/cpumodel.t | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'doc/supplements/i386/cpumodel.t') 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 -- cgit v1.2.3