Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
fold_drive.h
Go to the documentation of this file.
00001 /*
00002 
00003   Copyright (C) 2000, 2001 Silicon Graphics, Inc.  All Rights Reserved.
00004 
00005   This program is free software; you can redistribute it and/or modify it
00006   under the terms of version 2 of the GNU General Public License as
00007   published by the Free Software Foundation.
00008 
00009   This program is distributed in the hope that it would be useful, but
00010   WITHOUT ANY WARRANTY; without even the implied warranty of
00011   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
00012 
00013   Further, this software is distributed without any warranty that it is
00014   free of the rightful claim of any third person regarding infringement 
00015   or the like.  Any license provided herein, whether implied or 
00016   otherwise, applies only to this software file.  Patent licenses, if 
00017   any, provided herein do not apply to combinations of this program with 
00018   other software, or any other product whatsoever.  
00019 
00020   You should have received a copy of the GNU General Public License along
00021   with this program; if not, write the Free Software Foundation, Inc., 59
00022   Temple Place - Suite 330, Boston MA 02111-1307, USA.
00023 
00024   Contact information:  Silicon Graphics, Inc., 1600 Amphitheatre Pky,
00025   Mountain View, CA 94043, or:
00026 
00027   http://www.sgi.com
00028 
00029   For further information regarding this notice, see:
00030 
00031   http://oss.sgi.com/projects/GenInfo/NoticeExplan
00032 
00033 */
00034 
00035 
00036 
00037 /* USMID:  "\n@(#)5.0_pl/headers/fold_drive.h   5.2     07/16/99 10:25:58\n" */
00038 
00039 
00040 # ifdef _TARGET32
00041 
00042 int     num_host_wds[Num_Linear_Types] = {
00043                 /* Err_Res              */              0,
00044                 /* Short_Char_Const     */              1,
00045                 /* Short_Typeless_Const */              1,
00046                 /* Typeless_1           */              1,
00047                 /* Typeless_2           */              1,
00048                 /* Typeless_4           */              1,
00049                 /* Typeless_8           */              2,
00050                 /* Long_Typeless        */              0,
00051                 /* Integer_1            */              1,
00052                 /* Integer_2            */              1,
00053                 /* Integer_4            */              1,
00054                 /* Integer_8            */              2,
00055                 /* Real_4               */              1,
00056                 /* Real_8               */              2,
00057                 /* Real_16              */              4,
00058                 /* Complex_4            */              2,
00059                 /* Complex_8            */              4,
00060                 /* Complex_16           */              8,
00061                 /* CRI_Ptr_8            */              1,
00062                 /* Logical_1            */              1,
00063                 /* Logical_2            */              1,
00064                 /* Logical_4            */              1,
00065                 /* Logical_8            */              2,
00066                 /* Character_1          */              1,
00067                 /* Character_2          */              1,
00068                 /* Character_4          */              1,
00069                 /* CRI_Ch_Ptr_8         */              1,
00070                 /* Structure_Type       */              0,
00071                 /* CRI_Parcel_Ptr_8     */              1,
00072                 };
00073 
00074 # else 
00075 
00076 int     num_host_wds[Num_Linear_Types] = {
00077                 /* Err_Res              */              0,
00078                 /* Short_Char_Const     */              1,
00079                 /* Short_Typeless_Const */              1,
00080                 /* Typeless_1           */              1,
00081                 /* Typeless_2           */              1,
00082                 /* Typeless_4           */              1,
00083                 /* Typeless_8           */              1,
00084                 /* Long_Typeless        */              0,
00085                 /* Integer_1            */              1,
00086                 /* Integer_2            */              1,
00087                 /* Integer_4            */              1,
00088                 /* Integer_8            */              1,
00089                 /* Real_4               */              1,
00090                 /* Real_8               */              1,
00091                 /* Real_16              */              2,
00092 # ifdef _WHIRL_HOST64_TARGET64
00093                 /* Complex_4            */              1,
00094 # else
00095                 /* Complex_4            */              2,
00096 # endif /* _WHIRL_HOST64_TARGET64 */
00097                 /* Complex_8            */              2,
00098                 /* Complex_16           */              4,
00099                 /* CRI_Ptr_8            */              1,
00100                 /* Logical_1            */              1,
00101                 /* Logical_2            */              1,
00102                 /* Logical_4            */              1,
00103                 /* Logical_8            */              1,
00104                 /* Character_1          */              1,
00105                 /* Character_2          */              1,
00106                 /* Character_4          */              1,
00107                 /* CRI_Ch_Ptr_8         */              1,
00108                 /* Structure_Type       */              0,
00109                 /* CRI_Parcel_Ptr_8     */              1,
00110                 };
00111 # endif
00112 
00113 
00114 extern exp_tbl_type     bin_add_tbl[Num_Linear_Types][Num_Linear_Types];
00115 extern long             input_arith_type[Num_Linear_Types];
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines