2 |
7u83 |
1 |
/*
|
6 |
7u83 |
2 |
* Copyright (c) 2002-2005 The TenDRA Project <http://www.tendra.org/>.
|
|
|
3 |
* All rights reserved.
|
|
|
4 |
*
|
|
|
5 |
* Redistribution and use in source and binary forms, with or without
|
|
|
6 |
* modification, are permitted provided that the following conditions are met:
|
|
|
7 |
*
|
|
|
8 |
* 1. Redistributions of source code must retain the above copyright notice,
|
|
|
9 |
* this list of conditions and the following disclaimer.
|
|
|
10 |
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
|
11 |
* this list of conditions and the following disclaimer in the documentation
|
|
|
12 |
* and/or other materials provided with the distribution.
|
|
|
13 |
* 3. Neither the name of The TenDRA Project nor the names of its contributors
|
|
|
14 |
* may be used to endorse or promote products derived from this software
|
|
|
15 |
* without specific, prior written permission.
|
|
|
16 |
*
|
|
|
17 |
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
|
|
|
18 |
* IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
|
|
19 |
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
|
20 |
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR
|
|
|
21 |
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
|
22 |
* EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
|
23 |
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
|
|
24 |
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
|
25 |
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
|
26 |
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
|
|
27 |
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
28 |
*
|
|
|
29 |
* $Id$
|
|
|
30 |
*/
|
|
|
31 |
/*
|
2 |
7u83 |
32 |
Crown Copyright (c) 1997
|
6 |
7u83 |
33 |
|
2 |
7u83 |
34 |
This TenDRA(r) Computer Program is subject to Copyright
|
|
|
35 |
owned by the United Kingdom Secretary of State for Defence
|
|
|
36 |
acting through the Defence Evaluation and Research Agency
|
|
|
37 |
(DERA). It is made available to Recipients with a
|
|
|
38 |
royalty-free licence for its use, reproduction, transfer
|
|
|
39 |
to other parties and amendment for any purpose not excluding
|
|
|
40 |
product development provided that any such use et cetera
|
|
|
41 |
shall be deemed to be acceptance of the following conditions:-
|
6 |
7u83 |
42 |
|
2 |
7u83 |
43 |
(1) Its Recipients shall ensure that this Notice is
|
|
|
44 |
reproduced upon any copies or amended versions of it;
|
6 |
7u83 |
45 |
|
2 |
7u83 |
46 |
(2) Any amended version of it shall be clearly marked to
|
|
|
47 |
show both the nature of and the organisation responsible
|
|
|
48 |
for the relevant amendment or amendments;
|
6 |
7u83 |
49 |
|
2 |
7u83 |
50 |
(3) Its onward transfer from a recipient to another
|
|
|
51 |
party shall be deemed to be that party's acceptance of
|
|
|
52 |
these conditions;
|
6 |
7u83 |
53 |
|
2 |
7u83 |
54 |
(4) DERA gives no warranty or assurance as to its
|
|
|
55 |
quality or suitability for any purpose and DERA accepts
|
|
|
56 |
no liability whatsoever in relation to any use to which
|
|
|
57 |
it may be put.
|
|
|
58 |
*/
|
|
|
59 |
|
|
|
60 |
|
|
|
61 |
/* 80x86/instrdecs.h */
|
|
|
62 |
|
|
|
63 |
/**********************************************************************
|
|
|
64 |
$Author: release $
|
|
|
65 |
$Date: 1998/01/17 15:55:51 $
|
|
|
66 |
$Revision: 1.1.1.1 $
|
|
|
67 |
$Log: instr.h,v $
|
|
|
68 |
* Revision 1.1.1.1 1998/01/17 15:55:51 release
|
|
|
69 |
* First version to be checked into rolling release.
|
|
|
70 |
*
|
|
|
71 |
* Revision 1.13 1996/12/13 14:39:31 pwe
|
|
|
72 |
* prep NEWDIAGS
|
|
|
73 |
*
|
|
|
74 |
* Revision 1.12 1996/05/20 14:30:36 pwe
|
|
|
75 |
* improved 64-bit handling
|
|
|
76 |
*
|
|
|
77 |
* Revision 1.11 1996/05/13 12:52:01 pwe
|
|
|
78 |
* undo premature commit
|
|
|
79 |
*
|
|
|
80 |
* Revision 1.9 1995/11/01 18:41:26 pwe
|
|
|
81 |
* PIC tail_call and exception handling
|
|
|
82 |
*
|
|
|
83 |
* Revision 1.8 1995/09/13 14:25:20 pwe
|
|
|
84 |
* tidy for gcc
|
|
|
85 |
*
|
|
|
86 |
* Revision 1.7 1995/09/08 12:51:25 pwe
|
|
|
87 |
* exceptions improved
|
|
|
88 |
*
|
|
|
89 |
* Revision 1.6 1995/08/30 16:06:48 pwe
|
|
|
90 |
* prepare exception trapping
|
|
|
91 |
*
|
|
|
92 |
* Revision 1.5 1995/08/14 13:53:54 pwe
|
|
|
93 |
* several corrections, tail calls and error jumps
|
|
|
94 |
*
|
|
|
95 |
* Revision 1.4 1995/08/04 08:29:38 pwe
|
|
|
96 |
* 4.0 general procs implemented
|
|
|
97 |
*
|
|
|
98 |
* Revision 1.3 1995/02/16 18:47:16 pwe
|
|
|
99 |
* transformed subtract inverts, sets and adds carry in case of error_jump
|
|
|
100 |
*
|
|
|
101 |
* Revision 1.2 1995/01/30 12:56:27 pwe
|
|
|
102 |
* Ownership -> PWE, tidy banners
|
|
|
103 |
*
|
|
|
104 |
* Revision 1.1 1994/10/27 14:15:22 jmf
|
|
|
105 |
* Initial revision
|
|
|
106 |
*
|
|
|
107 |
* Revision 1.1 1994/07/12 14:35:04 jmf
|
|
|
108 |
* Initial revision
|
|
|
109 |
*
|
|
|
110 |
**********************************************************************/
|
|
|
111 |
|
|
|
112 |
#ifndef indecs_key
|
|
|
113 |
#define indecs_key 1
|
|
|
114 |
|
|
|
115 |
|
|
|
116 |
|
6 |
7u83 |
117 |
extern void ins0(char *i);
|
|
|
118 |
extern void ins1(char *i, int s1, where a1);
|
|
|
119 |
extern void ins1lit(char *i, int s1, where a1);
|
|
|
120 |
extern void ins1ind(char *i, int s1, where a1);
|
|
|
121 |
extern void ins2(char *i, int s1, int s2, where a1, where a2);
|
|
|
122 |
extern void ins3 (char *i, int s1, int s2, int s3, where a1, where a2, where a3);
|
|
|
123 |
extern void set_label(exp jr);
|
|
|
124 |
extern void simplest_set_lab(int labno);
|
|
|
125 |
extern void simple_set_label(int labno);
|
|
|
126 |
extern void jump(exp jr, int with_fl_reg);
|
|
|
127 |
extern void branch(int test_no, exp jr, int sg, int shnm);
|
|
|
128 |
extern void simple_branch(char * j, int labno);
|
|
|
129 |
extern void jmp_overflow(exp jr, int sg, int inv);
|
|
|
130 |
extern void trap_overflow(int sg, int inv);
|
|
|
131 |
extern void test_trap(int test_no, int sg, int shnm);
|
|
|
132 |
extern void trap_ins(int s);
|
|
|
133 |
extern void set_env_off(int stack_pos, exp id);
|
|
|
134 |
extern void envoff_operand(exp id, int off);
|
|
|
135 |
extern void envsize_operand(exp id);
|
|
|
136 |
extern void ldisp(void);
|
2 |
7u83 |
137 |
extern char *margin;
|
|
|
138 |
extern char *spx;
|
|
|
139 |
extern char *sep;
|
6 |
7u83 |
140 |
extern void outreal(exp e);
|
|
|
141 |
extern void rel_sp(int i, int b);
|
|
|
142 |
extern void rel_cp(int i, int b);
|
|
|
143 |
extern void rel_ap(int i, int b);
|
|
|
144 |
extern void rel_ap1(int i, int b);
|
|
|
145 |
extern void regn(int regs, int rdisp, exp ldname, int le);
|
|
|
146 |
extern void ind_reg (int regs, int rdisp, int offset, exp ldname, int b);
|
|
|
147 |
extern void extn(exp id, int off, int b);
|
|
|
148 |
extern void int_operand(int k, int le);
|
|
|
149 |
extern void const_extn(exp ident, int noff);
|
|
|
150 |
extern void proc_extn(exp ident, int noff);
|
|
|
151 |
extern void label_operand(exp e);
|
|
|
152 |
extern void index_opnd(where whmain, where wh, int scale);
|
|
|
153 |
extern void mult_op (int inc, where rmain, where rind, int scale, where dest);
|
|
|
154 |
extern void caseins (int sz, exp arg, int min, int max, int *v,
|
|
|
155 |
int exhaustive, int in_eax, exp case_exp);
|
|
|
156 |
extern int get_reg_no(int regs);
|
2 |
7u83 |
157 |
extern int extra_stack;
|
|
|
158 |
extern int max_extra_stack;
|
6 |
7u83 |
159 |
extern void const_intnl(int addr, int lab, int off);
|
|
|
160 |
extern void discard_fstack(void);
|
|
|
161 |
extern void discard_st1(void);
|
|
|
162 |
extern void load_stack0(void);
|
2 |
7u83 |
163 |
extern int no_frame;
|
6 |
7u83 |
164 |
extern void outbp(void);
|
|
|
165 |
extern void set_stack_from_bp(void);
|
2 |
7u83 |
166 |
extern int last_jump_label;
|
6 |
7u83 |
167 |
extern void set_lv_label(exp e);
|
|
|
168 |
extern void setcc(int test_no, int sg, int shnm);
|
2 |
7u83 |
169 |
|
6 |
7u83 |
170 |
extern void testah(int mask);
|
|
|
171 |
extern exp make_extn(char * n, shape s, int v);
|
2 |
7u83 |
172 |
|
6 |
7u83 |
173 |
extern void rotshift64(int shft, int sig, where wshift);
|
2 |
7u83 |
174 |
|
|
|
175 |
/* temporary */
|
6 |
7u83 |
176 |
extern void temp_push_fl(void);
|
|
|
177 |
extern void temp_pop_fl(void);
|
2 |
7u83 |
178 |
|
|
|
179 |
|
|
|
180 |
#endif
|
|
|
181 |
|