Subversion Repositories tendra.SVN

Rev

Rev 5 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 6
Line -... Line 1...
-
 
1
/*
-
 
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
 */
1
/*
31
/*
2
    Copyright (c) 1993 Open Software Foundation, Inc.
32
    Copyright (c) 1993 Open Software Foundation, Inc.
3
 
33
 
4
 
34
 
5
    All Rights Reserved
35
    All Rights Reserved
6
 
36
 
7
 
37
 
8
    Permission to use, copy, modify, and distribute this software
38
    Permission to use, copy, modify, and distribute this software
9
    and its documentation for any purpose and without fee is hereby
39
    and its documentation for any purpose and without fee is hereby
10
    granted, provided that the above copyright notice appears in all
40
    granted, provided that the above copyright notice appears in all
11
    copies and that both the copyright notice and this permission
41
    copies and that both the copyright notice and this permission
12
    notice appear in supporting documentation.
42
    notice appear in supporting documentation.
Line 14... Line 44...
14
 
44
 
15
    OSF DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING
45
    OSF DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING
16
    ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
46
    ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
17
    PARTICULAR PURPOSE.
47
    PARTICULAR PURPOSE.
18
 
48
 
19
 
49
 
20
    IN NO EVENT SHALL OSF BE LIABLE FOR ANY SPECIAL, INDIRECT, OR
50
    IN NO EVENT SHALL OSF BE LIABLE FOR ANY SPECIAL, INDIRECT, OR
21
    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
51
    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
22
    LOSS OF USE, DATA OR PROFITS, WHETHER IN ACTION OF CONTRACT,
52
    LOSS OF USE, DATA OR PROFITS, WHETHER IN ACTION OF CONTRACT,
23
    NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
53
    NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
24
    WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
54
    WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
25
*/
55
*/
26
 
56
 
27
/*
57
/*
28
    		 Crown Copyright (c) 1997
58
    		 Crown Copyright (c) 1997
29
    
59
 
30
    This TenDRA(r) Computer Program is subject to Copyright
60
    This TenDRA(r) Computer Program is subject to Copyright
31
    owned by the United Kingdom Secretary of State for Defence
61
    owned by the United Kingdom Secretary of State for Defence
32
    acting through the Defence Evaluation and Research Agency
62
    acting through the Defence Evaluation and Research Agency
33
    (DERA).  It is made available to Recipients with a
63
    (DERA).  It is made available to Recipients with a
34
    royalty-free licence for its use, reproduction, transfer
64
    royalty-free licence for its use, reproduction, transfer
35
    to other parties and amendment for any purpose not excluding
65
    to other parties and amendment for any purpose not excluding
36
    product development provided that any such use et cetera
66
    product development provided that any such use et cetera
37
    shall be deemed to be acceptance of the following conditions:-
67
    shall be deemed to be acceptance of the following conditions:-
38
    
68
 
39
        (1) Its Recipients shall ensure that this Notice is
69
        (1) Its Recipients shall ensure that this Notice is
40
        reproduced upon any copies or amended versions of it;
70
        reproduced upon any copies or amended versions of it;
41
    
71
 
42
        (2) Any amended version of it shall be clearly marked to
72
        (2) Any amended version of it shall be clearly marked to
43
        show both the nature of and the organisation responsible
73
        show both the nature of and the organisation responsible
44
        for the relevant amendment or amendments;
74
        for the relevant amendment or amendments;
45
    
75
 
46
        (3) Its onward transfer from a recipient to another
76
        (3) Its onward transfer from a recipient to another
47
        party shall be deemed to be that party's acceptance of
77
        party shall be deemed to be that party's acceptance of
48
        these conditions;
78
        these conditions;
49
    
79
 
50
        (4) DERA gives no warranty or assurance as to its
80
        (4) DERA gives no warranty or assurance as to its
51
        quality or suitability for any purpose and DERA accepts
81
        quality or suitability for any purpose and DERA accepts
52
        no liability whatsoever in relation to any use to which
82
        no liability whatsoever in relation to any use to which
53
        it may be put.
83
        it may be put.
54
*/
84
*/
Line 77... Line 107...
77
 
107
 
78
#include "addresstypes.h"	/* for baseoff */
108
#include "addresstypes.h"	/* for baseoff */
79
#include "instruct.h"	/* for Instruction_P */
109
#include "instruct.h"	/* for Instruction_P */
80
 
110
 
81
 
111
 
82
extern char *ext_name PROTO_S ((long));
112
extern char *ext_name(long);
83
 
113
 
84
 
114
 
85
extern void ld_ro_ins PROTO_S ((Instruction_P,baseoff,int));
115
extern void ld_ro_ins(Instruction_P,baseoff,int);
86
extern void ld_rr_ins PROTO_S ((Instruction_P,int,int,int));
116
extern void ld_rr_ins(Instruction_P,int,int,int);
87
extern void ld_ins PROTO_S ((Instruction_P,baseoff,int));
117
extern void ld_ins(Instruction_P,baseoff,int);
88
 
118
 
89
extern void st_ro_ins PROTO_S ((Instruction_P,int,baseoff));
119
extern void st_ro_ins(Instruction_P,int,baseoff);
90
extern void st_rr_ins PROTO_S ((Instruction_P,int,int,int));
120
extern void st_rr_ins(Instruction_P,int,int,int);
91
extern void st_ins PROTO_S ((Instruction_P,int,baseoff));
121
extern void st_ins(Instruction_P,int,baseoff);
92
 
122
 
93
extern void rrr_ins PROTO_S ((Instruction_P,int,int,int));
123
extern void rrr_ins(Instruction_P,int,int,int);
94
extern void rir_ins PROTO_S ((Instruction_P,int,long,int));
124
extern void rir_ins(Instruction_P,int,long,int);
95
extern void rr_ins PROTO_S ((Instruction_P,int,int));
125
extern void rr_ins(Instruction_P,int,int);
96
 
126
 
97
extern void mov_rr_ins PROTO_S ((int,int));
127
extern void mov_rr_ins(int,int);
98
 
128
 
99
extern void ld_const_ins PROTO_S ((long,int));
129
extern void ld_const_ins(long,int);
100
 
130
 
101
extern void mf_ins PROTO_S ((Instruction_P,int));
131
extern void mf_ins(Instruction_P,int);
102
extern void mt_ins PROTO_S ((Instruction_P,int));
132
extern void mt_ins(Instruction_P,int);
103
 
133
 
104
extern void set_ins PROTO_S ((baseoff,int));
134
extern void set_ins(baseoff,int);
105
extern void z_ins PROTO_S ((Instruction_P));
135
extern void z_ins(Instruction_P);
106
extern void unimp_ins PROTO_S ((long));
136
extern void unimp_ins(long);
107
 
137
 
108
extern void cmp_rr_ins PROTO_S ((Instruction_P,int,int,int));
138
extern void cmp_rr_ins(Instruction_P,int,int,int);
109
extern void cmp_ri_ins PROTO_S ((Instruction_P,int,long,int));
139
extern void cmp_ri_ins(Instruction_P,int,long,int);
110
 
140
 
111
extern void bc_ins PROTO_S ((Instruction_P,int,int ,int));
141
extern void bc_ins(Instruction_P,int,int ,int);
112
extern void long_bc_ins PROTO_S ((Instruction_P,int,int ,int));
142
extern void long_bc_ins(Instruction_P,int,int ,int);
113
extern void uncond_ins PROTO_S ((Instruction_P,int));
143
extern void uncond_ins(Instruction_P,int);
114
 
144
 
115
extern void extj_ins PROTO_S ((Instruction_P,baseoff));
145
extern void extj_ins(Instruction_P,baseoff);
116
extern void extj_special_ins PROTO_S ((Instruction_P,char *));
146
extern void extj_special_ins(Instruction_P,char *);
117
 
147
 
118
extern void ldf_ro_ins PROTO_S ((Instruction_P,baseoff,int));
148
extern void ldf_ro_ins(Instruction_P,baseoff,int);
119
extern void ldf_rr_ins PROTO_S ((Instruction_P,int,int,int));
149
extern void ldf_rr_ins(Instruction_P,int,int,int);
120
extern void ldf_ins PROTO_S ((Instruction_P,baseoff,int));
150
extern void ldf_ins(Instruction_P,baseoff,int);
121
extern void stf_ro_ins PROTO_S ((Instruction_P,int,baseoff));
151
extern void stf_ro_ins(Instruction_P,int,baseoff);
122
extern void stf_rr_ins PROTO_S ((Instruction_P,int,int,int));
152
extern void stf_rr_ins(Instruction_P,int,int,int);
123
extern void stf_ins PROTO_S ((Instruction_P,int,baseoff));
153
extern void stf_ins(Instruction_P,int,baseoff);
124
 
154
 
125
extern void rrf_ins PROTO_S ((Instruction_P,int,int));
155
extern void rrf_ins(Instruction_P,int,int);
126
extern void rrrf_ins PROTO_S ((Instruction_P,int,int,int));
156
extern void rrrf_ins(Instruction_P,int,int,int);
127
extern void rrrrf_ins PROTO_S ((Instruction_P,int,int,int,int));
157
extern void rrrrf_ins(Instruction_P,int,int,int,int);
128
extern void rrf_cmp_ins PROTO_S ((Instruction_P,int,int,int));
158
extern void rrf_cmp_ins(Instruction_P,int,int,int);
129
extern void fbr_ins PROTO_S ((Instruction_P,int));
159
extern void fbr_ins(Instruction_P,int);
130
extern void rlinm_ins PROTO_S ((Instruction_P,int,int,unsigned int,int));
160
extern void rlinm_ins(Instruction_P,int,int,unsigned int,int);
131
extern void mfspr_ins PROTO_S ((int,int));
161
extern void mfspr_ins(int,int);
132
extern void mtfsfi_ins PROTO_S ((int,int));
162
extern void mtfsfi_ins(int,int);
133
extern void mtfsb1_ins PROTO_S ((int));
163
extern void mtfsb1_ins(int);
134
extern void mtfsb0_ins PROTO_S ((int));
164
extern void mtfsb0_ins(int);
135
extern void mcrfs_ins PROTO_S ((int,int));
165
extern void mcrfs_ins(int,int);
136
extern char *get_instruction PROTO_S ((Instruction_P));
166
extern char *get_instruction(Instruction_P);
137
extern void lsi_ins PROTO_S ((int,int,int));
167
extern void lsi_ins(int,int,int);
138
extern void stsi_ins PROTO_S ((int,int,int));
168
extern void stsi_ins(int,int,int);
139
extern void comment PROTO_S ((char *));
169
extern void comment(char *);
140
#define NIL (char *)0
170
#define NIL(char *)0
141
/* for mtfsfi_ins */
171
/* for mtfsfi_ins */
142
 
172
 
143
#define BITS_0_to_3     0
173
#define BITS_0_to_3     0
144
#define BITS_4_to_7     1
174
#define BITS_4_to_7     1
145
#define BITS_8_to_11    2
175
#define BITS_8_to_11    2