Pristine Ack-5.5
[Ack-5.5.git] / mach / vax4 / ce / as_table
1 addd2   src, dst        ==>
2                         @text1( 0x60);
3                         gen_operand( src);
4                         gen_operand( dst).
5
6 addf2   src, dst        ==>
7                         @text1( 0x40);
8                         gen_operand( src);
9                         gen_operand( dst).
10
11 addl2   src, dst        ==>
12                         @text1( 0xc0);
13                         gen_operand( src);
14                         gen_operand( dst).
15
16 addl3   src1, src2, dst ==>
17                         @text1( 0xc1);
18                         gen_operand( src1);
19                         gen_operand( src2);
20                         gen_operand( dst).
21
22 ashl    src1, src2, dst ==>
23                         @text1( 0x78);
24                         gen_operand( src1);
25                         gen_operand( src2);
26                         gen_operand( dst).
27
28 beql    l_ilb           ==>
29                         @text1( 0x13);
30                         gen_operand( l_ilb).
31
32 jeql    ilb             ==>
33                         @text1( 0x12);
34                         @text1( 0x06);
35                         @text1( 0x17);
36                         gen_operand( ilb).
37
38 bgeq    l_ilb           ==>
39                         @text1( 0x18);
40                         gen_operand( l_ilb).
41
42 jgeq    ilb             ==>
43                         @text1( 0x19);
44                         @text1( 0x06);
45                         @text1( 0x17);
46                         gen_operand( ilb).
47
48 bgtr    l_ilb           ==>
49                         @text1( 0x14);
50                         gen_operand( l_ilb).
51
52 bgtru   l_ilb           ==>
53                         @text1( 0x1a);
54                         gen_operand( l_ilb).
55
56 jgtr    ilb             ==>
57                         @text1( 0x15);
58                         @text1( 0x06);
59                         @text1( 0x17);
60                         gen_operand( ilb).
61
62 bicl2   src, dst        ==>
63                         @text1( 0xca);
64                         gen_operand( src);
65                         gen_operand( dst).
66
67 bisl2   src, dst        ==>
68                         @text1( 0xc8);
69                         gen_operand( src);
70                         gen_operand( dst).
71
72 bleq    l_ilb           ==>
73                         @text1( 0x15);
74                         gen_operand( l_ilb).
75
76 jleq    ilb             ==>
77                         @text1( 0x14);
78                         @text1( 0x06);
79                         @text1( 0x17);
80                         gen_operand( ilb).
81
82 blss    l_ilb           ==>
83                         @text1( 0x19);
84                         gen_operand( l_ilb).
85
86 blssu   l_ilb           ==>
87                         @text1( 0x1f);
88                         gen_operand( l_ilb).
89
90 jlss    ilb             ==>
91                         @text1( 0x18);
92                         @text1( 0x06);
93                         @text1( 0x17);
94                         gen_operand( ilb).
95
96 bneq    l_ilb           ==>
97                         @text1( 0x12);
98                         gen_operand( l_ilb).
99
100 jneq    ilb             ==>
101                         @text1( 0x13);
102                         @text1( 0x06);
103                         @text1( 0x17);
104                         gen_operand( ilb).
105
106 br      l_ilb           ==>
107                         @text1( 0x11);
108                         gen_operand( l_ilb).
109
110 calls   n : cst , pro   ==>
111                         @text1( 0xfb);
112                         @text1( %$(n->cst));
113                         gen_operand( pro).
114
115 clrl    src             ==>
116                         @text1( 0xd4);
117                         gen_operand( src).
118
119 clrq    src             ==>
120                         @text1( 0x7c);
121                         gen_operand( src).
122
123 cmpf    src, dest       ==>
124                         @text1( 0x51);
125                         gen_operand( src);
126                         gen_operand( dest).
127
128 cmpd    src, dest       ==>
129                         @text1( 0x71);
130                         gen_operand( src);
131                         gen_operand( dest).
132
133 cmpl    src, dest       ==>
134                         @text1( 0xd1);
135                         gen_operand( src);
136                         gen_operand( dest).
137
138 cvtlb   src, dst        ==>
139                         @text1( 0xf6);
140                         gen_operand( src);
141                         gen_operand( dst).
142
143 decl    src             ==>
144                         @text1( 0xd7);
145                         gen_operand( src).
146
147 divf2   src, dst        ==>
148                         @text1( 0x46);
149                         gen_operand( src);
150                         gen_operand( dst).
151
152 divd2   src, dst        ==>
153                         @text1( 0x66);
154                         gen_operand( src);
155                         gen_operand( dst).
156
157 divl2   src, dst        ==>
158                         @text1( 0xc6);
159                         gen_operand( src);
160                         gen_operand( dst).
161
162 divl3   src1, src2, dst ==>
163                         @text1( 0xc7);
164                         gen_operand( src1);
165                         gen_operand( src2);
166                         gen_operand( dst).
167
168 incl    src             ==>
169                         @text1( 0xd6);
170                         gen_operand( src).
171
172 jmp     ilb4            ==>
173                         @text1( 0x17);
174                         gen_operand( ilb4).
175
176 jsb     lab             ==>
177                         @text1( 0x16);
178                         gen_operand( lab).
179
180 mcoml   src, dst        ==>
181                         @text1( 0xd2);
182                         gen_operand( src);
183                         gen_operand( dst).
184
185 mnegf   src, dst        ==>
186                         @text1( 0x52);
187                         gen_operand( src);
188                         gen_operand( dst).
189
190 mnegd   src, dst        ==>
191                         @text1( 0x72);
192                         gen_operand( src);
193                         gen_operand( dst).
194
195 mnegl   src, dst        ==>
196                         @text1( 0xce);
197                         gen_operand( src);
198                         gen_operand( dst).
199
200 moval   src, dst        ==>
201                         @text1( 0xde);
202                         gen_operand( src);
203                         gen_operand( dst).
204
205 movb    src, dst        ==>
206                         @text1( 0x90);
207                         gen_operand( src);
208                         gen_operand( dst).
209
210 movw    src, dst        ==>
211                         @text1( 0xb0);
212                         gen_operand( src);
213                         gen_operand( dst).
214
215 movl    src, dst        ==>
216                         @text1( 0xd0);
217                         gen_operand( src);
218                         gen_operand( dst).
219
220 movq    src : cst, dst  ==>
221                         @text1( 0x7d);
222                         gen_operand( src);
223                         @text4( 0);
224                         gen_operand( dst).
225
226 ...     src , dst       ==>
227                         @text1( 0x7d);
228                         gen_operand( src);
229                         gen_operand( dst).
230
231
232 mulf2   src, dst        ==>
233                         @text1( 0x44);
234                         gen_operand( src);
235                         gen_operand( dst).
236
237 muld2   src, dst        ==>
238                         @text1( 0x64);
239                         gen_operand( src);
240                         gen_operand( dst).
241
242 mull2   src, dst        ==>
243                         @text1( 0xc4);
244                         gen_operand( src);
245                         gen_operand( dst).
246
247 pushl   src     ==>     
248                         @text1( 0xdd);
249                         gen_operand( src).
250
251 pushal  src     ==>     
252                         @text1( 0xdf);
253                         gen_operand( src).
254
255 ret     ==>
256                         @text1( 0x04).
257
258 rotl    src1, src2, dst ==>
259                         @text1( 0x9c);
260                         gen_operand( src1);
261                         gen_operand( src2);
262                         gen_operand( dst).
263
264 sobgtr  tel, ilb        ==>
265                         @text1( 0xf5);
266                         gen_operand( tel);
267                         gen_operand( ilb).
268
269 subf2   src, dst        ==>
270                         @text1( 0x42);
271                         gen_operand( src);
272                         gen_operand( dst).
273
274 subd2   src, dst        ==>
275                         @text1( 0x62);
276                         gen_operand( src);
277                         gen_operand( dst).
278
279 subl2   src, dst        ==>
280                         @text1( 0xc2);
281                         gen_operand( src);
282                         gen_operand( dst).
283
284 tstl    src             ==>
285                         @text1( 0xd5);
286                         gen_operand( src).
287
288 xorl2   src, dst        ==>
289                         @text1( 0xcc);
290                         gen_operand( src);
291                         gen_operand( dst).
292