Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – tendra.SVN – Blame – /branches/tendra5/src/installers/power/common/szs_als.h – Rev 2

Subversion Repositories tendra.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
/*
2
    Copyright (c) 1993 Open Software Foundation, Inc.
3
 
4
 
5
    All Rights Reserved
6
 
7
 
8
    Permission to use, copy, modify, and distribute this software
9
    and its documentation for any purpose and without fee is hereby
10
    granted, provided that the above copyright notice appears in all
11
    copies and that both the copyright notice and this permission
12
    notice appear in supporting documentation.
13
 
14
 
15
    OSF DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING
16
    ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
17
    PARTICULAR PURPOSE.
18
 
19
 
20
    IN NO EVENT SHALL OSF BE LIABLE FOR ANY SPECIAL, INDIRECT, OR
21
    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
22
    LOSS OF USE, DATA OR PROFITS, WHETHER IN ACTION OF CONTRACT,
23
    NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
24
    WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
25
*/
26
 
27
/*
28
    		 Crown Copyright (c) 1997
29
 
30
    This TenDRA(r) Computer Program is subject to Copyright
31
    owned by the United Kingdom Secretary of State for Defence
32
    acting through the Defence Evaluation and Research Agency
33
    (DERA).  It is made available to Recipients with a
34
    royalty-free licence for its use, reproduction, transfer
35
    to other parties and amendment for any purpose not excluding
36
    product development provided that any such use et cetera
37
    shall be deemed to be acceptance of the following conditions:-
38
 
39
        (1) Its Recipients shall ensure that this Notice is
40
        reproduced upon any copies or amended versions of it;
41
 
42
        (2) Any amended version of it shall be clearly marked to
43
        show both the nature of and the organisation responsible
44
        for the relevant amendment or amendments;
45
 
46
        (3) Its onward transfer from a recipient to another
47
        party shall be deemed to be that party's acceptance of
48
        these conditions;
49
 
50
        (4) DERA gives no warranty or assurance as to its
51
        quality or suitability for any purpose and DERA accepts
52
        no liability whatsoever in relation to any use to which
53
        it may be put.
54
*/
55
 
56
 
57
 
58
/**********************************************************************
59
$Author: release $
60
$Date: 1998/02/04 15:49:10 $
61
$Revision: 1.2 $
62
$Log: szs_als.h,v $
63
 * Revision 1.2  1998/02/04  15:49:10  release
64
 * Added OSF copyright message.
65
 *
66
 * Revision 1.1.1.1  1998/01/17  15:55:58  release
67
 * First version to be checked into rolling release.
68
 *
69
 * Revision 1.3  1996/10/15  16:44:56  pwe
70
 * alloca alignment 64
71
 *
72
 * Revision 1.2  1996/10/04  16:04:34  pwe
73
 * add banners and mod for PWE ownership
74
 *
75
**********************************************************************/
76
 
77
 
78
#ifndef SZS_ALS_H
79
#define SZS_ALS_H
80
 
81
/*
82
 * BASIC SIZE AND ALIGNMENTS IN BITS
83
 */
84
 
85
#define  TOP_SZ			( ( long ) 0 )
86
#define  TOP_ALIGN		const_al1
87
 
88
#define  SCHAR_SZ		( ( long ) 8 )
89
#define  SCHAR_ALIGN		const_al8
90
 
91
#define  UCHAR_SZ		( ( long ) 8 )
92
#define  UCHAR_ALIGN		const_al8
93
 
94
#define  SWORD_SZ		( ( long ) 16 )
95
#define  SWORD_ALIGN		const_al16
96
 
97
#define  UWORD_SZ		( ( long ) 16 )
98
#define  UWORD_ALIGN		const_al16
99
 
100
#define  SLONG_SZ		( ( long ) 32 )
101
#define  SLONG_ALIGN		const_al32
102
 
103
#define  ULONG_SZ		( ( long ) 32 )
104
#define  ULONG_ALIGN		const_al32
105
 
106
/* 64 bit foxed points not used */
107
#define  S64_SZ                 ( ( long ) 64 )
108
#define  S64_ALIGN              const_al32
109
 
110
#define  U64_SZ                 ( ( long ) 64 )
111
#define  U64_ALIGN              const_al32
112
 
113
 
114
/* floating point */
115
 
116
#define  SHREAL_SZ		( ( long ) 32 )
117
#define  SHREAL_ALIGN		const_al32
118
 
119
/*
120
 * RS/6000 IBM & GNU C compiler align double (64 bit floating point) at 32bit,
121
 * hardware loads in 1 extra cycle.
122
 */
123
#define  REAL_SZ		( ( long ) 64 )
124
#define  REAL_ALIGN		const_al32
125
 
126
/* no good 128 bit floating point support RS/6000 */
127
#define  DOUBLE_SZ		( ( long ) 64 )
128
#define  DOUBLE_ALIGN		const_al32
129
 
130
#define  STRUCT_ALIGN		const_al8
131
 
132
#define  BF_ALIGN		const_al1
133
#define  BF_STORE_UNIT		( ( long ) 32 )
134
#define  MAX_BF_SIZE		const_al32
135
 
136
#define  PROC_SZ		( ( long ) 32 )
137
#define  PROC_ALIGN		const_al32
138
 
139
#define  PTR_SZ			( ( long ) 32 )
140
#define  PTR_ALIGN		const_al32
141
 
142
#define  PTRBIT_SZ		( ( long ) 32 )
143
 
144
#define  OFFSET_SZ		( ( long ) 32 )
145
#define  OFFSET_ALIGN		const_al32
146
 
147
/* LL is local label */
148
#define  LLVALUE_SZ		( ( long ) 32 )
149
#define  LLVALUE_ALIGN		const_al32
150
 
151
 
152
 
153
#define ALLOCA_ALIGN		const_al64
154
#define FRAME_ALIGN		const_al32
155
#define VAR_PARAM_ALIGN		const_al32
156
#define CODE_ALIGN		const_al32
157
/*
158
 * FLOATING POINT MANTISSA SIZES
159
 */
160
 
161
#define FLOAT_BITS		24
162
#define DOUBLE_BITS		53
163
#define LDOUBLE_BITS		113
164
 
165
#define MIN_PAR_ALIGNMENT       const_al32
166
#endif
167