4b515fd5935ec638dfc96e0b1f45ede359f1d65e
[deliverable/binutils-gdb.git] / opcodes / m68k-opc.c
1 /* Opcode table for m680[012346]0/m6888[12]/m68851/mcf5200.
2 Copyright 1989, 91, 92, 93, 94, 95, 96, 1997 Free Software Foundation.
3
4 This file is part of GDB, GAS, and the GNU binutils.
5
6 GDB, GAS, and the GNU binutils are free software; you can redistribute
7 them and/or modify them under the terms of the GNU General Public
8 License as published by the Free Software Foundation; either version
9 1, or (at your option) any later version.
10
11 GDB, GAS, and the GNU binutils are distributed in the hope that they
12 will be useful, but WITHOUT ANY WARRANTY; without even the implied
13 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14 the GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this file; see the file COPYING. If not, write to the Free
18 Software Foundation, 59 Temple Place - Suite 330, Boston, MA
19 02111-1307, USA. */
20
21 #include "ansidecl.h"
22 #include "opcode/m68k.h"
23
24 #define one(x) ((unsigned int) (x) << 16)
25 #define two(x, y) (((unsigned int) (x) << 16) + (y))
26
27 /* The assembler requires that all instances of the same mnemonic must
28 be consecutive. If they aren't, the assembler will bomb at
29 runtime. */
30
31 const struct m68k_opcode m68k_opcodes[] =
32 {
33 {"abcd", one(0140400), one(0170770), "DsDd", m68000up },
34 {"abcd", one(0140410), one(0170770), "-s-d", m68000up },
35
36 {"addaw", one(0150300), one(0170700), "*wAd", m68000up },
37 {"addal", one(0150700), one(0170700), "*lAd", m68000up | mcf5200 },
38
39 {"addib", one(0003000), one(0177700), "#b$s", m68000up },
40 {"addiw", one(0003100), one(0177700), "#w$s", m68000up },
41 {"addil", one(0003200), one(0177700), "#l$s", m68000up },
42 {"addil", one(0003200), one(0177700), "#lDs", mcf5200 },
43
44 {"addqb", one(0050000), one(0170700), "Qd$b", m68000up },
45 {"addqw", one(0050100), one(0170700), "Qd%w", m68000up },
46 {"addql", one(0050200), one(0170700), "Qd%l", m68000up | mcf5200 },
47
48 /* The add opcode can generate the adda, addi, and addq instructions. */
49 {"addb", one(0050000), one(0170700), "Qd$b", m68000up },
50 {"addb", one(0003000), one(0177700), "#b$s", m68000up },
51 {"addb", one(0150000), one(0170700), ";bDd", m68000up },
52 {"addb", one(0150400), one(0170700), "Dd~b", m68000up },
53 {"addw", one(0050100), one(0170700), "Qd%w", m68000up },
54 {"addw", one(0150300), one(0170700), "*wAd", m68000up },
55 {"addw", one(0003100), one(0177700), "#w$s", m68000up },
56 {"addw", one(0150100), one(0170700), "*wDd", m68000up },
57 {"addw", one(0150500), one(0170700), "Dd~w", m68000up },
58 {"addl", one(0050200), one(0170700), "Qd%l", m68000up | mcf5200 },
59 {"addl", one(0003200), one(0177700), "#l$s", m68000up },
60 {"addl", one(0003200), one(0177700), "#lDs", mcf5200 },
61 {"addl", one(0150700), one(0170700), "*lAd", m68000up | mcf5200 },
62 {"addl", one(0150200), one(0170700), "*lDd", m68000up | mcf5200 },
63 {"addl", one(0150600), one(0170700), "Dd~l", m68000up | mcf5200 },
64
65 {"addxb", one(0150400), one(0170770), "DsDd", m68000up },
66 {"addxb", one(0150410), one(0170770), "-s-d", m68000up },
67 {"addxw", one(0150500), one(0170770), "DsDd", m68000up },
68 {"addxw", one(0150510), one(0170770), "-s-d", m68000up },
69 {"addxl", one(0150600), one(0170770), "DsDd", m68000up | mcf5200 },
70 {"addxl", one(0150610), one(0170770), "-s-d", m68000up },
71
72 {"andib", one(0001000), one(0177700), "#b$s", m68000up },
73 {"andib", one(0001074), one(0177777), "#bCs", m68000up },
74 {"andiw", one(0001100), one(0177700), "#w$s", m68000up },
75 {"andiw", one(0001174), one(0177777), "#wSs", m68000up },
76 {"andil", one(0001200), one(0177700), "#l$s", m68000up },
77 {"andil", one(0001200), one(0177700), "#lDs", mcf5200 },
78 {"andi", one(0001100), one(0177700), "#w$s", m68000up },
79 {"andi", one(0001074), one(0177777), "#bCs", m68000up },
80 {"andi", one(0001174), one(0177777), "#wSs", m68000up },
81
82 /* The and opcode can generate the andi instruction. */
83 {"andb", one(0001000), one(0177700), "#b$s", m68000up },
84 {"andb", one(0001074), one(0177777), "#bCs", m68000up },
85 {"andb", one(0140000), one(0170700), ";bDd", m68000up },
86 {"andb", one(0140400), one(0170700), "Dd~b", m68000up },
87 {"andw", one(0001100), one(0177700), "#w$s", m68000up },
88 {"andw", one(0001174), one(0177777), "#wSs", m68000up },
89 {"andw", one(0140100), one(0170700), ";wDd", m68000up },
90 {"andw", one(0140500), one(0170700), "Dd~w", m68000up },
91 {"andl", one(0001200), one(0177700), "#l$s", m68000up },
92 {"andl", one(0001200), one(0177700), "#lDs", mcf5200 },
93 {"andl", one(0140200), one(0170700), ";lDd", m68000up | mcf5200 },
94 {"andl", one(0140600), one(0170700), "Dd~l", m68000up | mcf5200 },
95 {"and", one(0001100), one(0177700), "#w$w", m68000up },
96 {"and", one(0001074), one(0177777), "#bCs", m68000up },
97 {"and", one(0001174), one(0177777), "#wSs", m68000up },
98 {"and", one(0140100), one(0170700), ";wDd", m68000up },
99 {"and", one(0140500), one(0170700), "Dd~w", m68000up },
100
101 {"aslb", one(0160400), one(0170770), "QdDs", m68000up },
102 {"aslb", one(0160440), one(0170770), "DdDs", m68000up },
103 {"aslw", one(0160500), one(0170770), "QdDs", m68000up },
104 {"aslw", one(0160540), one(0170770), "DdDs", m68000up },
105 {"aslw", one(0160700), one(0177700), "~s", m68000up },
106 {"asll", one(0160600), one(0170770), "QdDs", m68000up | mcf5200 },
107 {"asll", one(0160640), one(0170770), "DdDs", m68000up | mcf5200 },
108
109 {"asrb", one(0160000), one(0170770), "QdDs", m68000up },
110 {"asrb", one(0160040), one(0170770), "DdDs", m68000up },
111 {"asrw", one(0160100), one(0170770), "QdDs", m68000up },
112 {"asrw", one(0160140), one(0170770), "DdDs", m68000up },
113 {"asrw", one(0160300), one(0177700), "~s", m68000up },
114 {"asrl", one(0160200), one(0170770), "QdDs", m68000up | mcf5200 },
115 {"asrl", one(0160240), one(0170770), "DdDs", m68000up | mcf5200 },
116
117 {"bhiw", one(0061000), one(0177777), "BW", m68000up | mcf5200 },
118 {"blsw", one(0061400), one(0177777), "BW", m68000up | mcf5200 },
119 {"bccw", one(0062000), one(0177777), "BW", m68000up | mcf5200 },
120 {"bcsw", one(0062400), one(0177777), "BW", m68000up | mcf5200 },
121 {"bnew", one(0063000), one(0177777), "BW", m68000up | mcf5200 },
122 {"beqw", one(0063400), one(0177777), "BW", m68000up | mcf5200 },
123 {"bvcw", one(0064000), one(0177777), "BW", m68000up | mcf5200 },
124 {"bvsw", one(0064400), one(0177777), "BW", m68000up | mcf5200 },
125 {"bplw", one(0065000), one(0177777), "BW", m68000up | mcf5200 },
126 {"bmiw", one(0065400), one(0177777), "BW", m68000up | mcf5200 },
127 {"bgew", one(0066000), one(0177777), "BW", m68000up | mcf5200 },
128 {"bltw", one(0066400), one(0177777), "BW", m68000up | mcf5200 },
129 {"bgtw", one(0067000), one(0177777), "BW", m68000up | mcf5200 },
130 {"blew", one(0067400), one(0177777), "BW", m68000up | mcf5200 },
131
132 {"bhil", one(0061377), one(0177777), "BL", m68020up | cpu32 },
133 {"blsl", one(0061777), one(0177777), "BL", m68020up | cpu32 },
134 {"bccl", one(0062377), one(0177777), "BL", m68020up | cpu32 },
135 {"bcsl", one(0062777), one(0177777), "BL", m68020up | cpu32 },
136 {"bnel", one(0063377), one(0177777), "BL", m68020up | cpu32 },
137 {"beql", one(0063777), one(0177777), "BL", m68020up | cpu32 },
138 {"bvcl", one(0064377), one(0177777), "BL", m68020up | cpu32 },
139 {"bvsl", one(0064777), one(0177777), "BL", m68020up | cpu32 },
140 {"bpll", one(0065377), one(0177777), "BL", m68020up | cpu32 },
141 {"bmil", one(0065777), one(0177777), "BL", m68020up | cpu32 },
142 {"bgel", one(0066377), one(0177777), "BL", m68020up | cpu32 },
143 {"bltl", one(0066777), one(0177777), "BL", m68020up | cpu32 },
144 {"bgtl", one(0067377), one(0177777), "BL", m68020up | cpu32 },
145 {"blel", one(0067777), one(0177777), "BL", m68020up | cpu32 },
146
147 {"bhis", one(0061000), one(0177400), "BB", m68000up | mcf5200 },
148 {"blss", one(0061400), one(0177400), "BB", m68000up | mcf5200 },
149 {"bccs", one(0062000), one(0177400), "BB", m68000up | mcf5200 },
150 {"bcss", one(0062400), one(0177400), "BB", m68000up | mcf5200 },
151 {"bnes", one(0063000), one(0177400), "BB", m68000up | mcf5200 },
152 {"beqs", one(0063400), one(0177400), "BB", m68000up | mcf5200 },
153 {"bvcs", one(0064000), one(0177400), "BB", m68000up | mcf5200 },
154 {"bvss", one(0064400), one(0177400), "BB", m68000up | mcf5200 },
155 {"bpls", one(0065000), one(0177400), "BB", m68000up | mcf5200 },
156 {"bmis", one(0065400), one(0177400), "BB", m68000up | mcf5200 },
157 {"bges", one(0066000), one(0177400), "BB", m68000up | mcf5200 },
158 {"blts", one(0066400), one(0177400), "BB", m68000up | mcf5200 },
159 {"bgts", one(0067000), one(0177400), "BB", m68000up | mcf5200 },
160 {"bles", one(0067400), one(0177400), "BB", m68000up | mcf5200 },
161
162 {"jhi", one(0061000), one(0177400), "Bg", m68000up | mcf5200 },
163 {"jls", one(0061400), one(0177400), "Bg", m68000up | mcf5200 },
164 {"jcc", one(0062000), one(0177400), "Bg", m68000up | mcf5200 },
165 {"jcs", one(0062400), one(0177400), "Bg", m68000up | mcf5200 },
166 {"jne", one(0063000), one(0177400), "Bg", m68000up | mcf5200 },
167 {"jeq", one(0063400), one(0177400), "Bg", m68000up | mcf5200 },
168 {"jvc", one(0064000), one(0177400), "Bg", m68000up | mcf5200 },
169 {"jvs", one(0064400), one(0177400), "Bg", m68000up | mcf5200 },
170 {"jpl", one(0065000), one(0177400), "Bg", m68000up | mcf5200 },
171 {"jmi", one(0065400), one(0177400), "Bg", m68000up | mcf5200 },
172 {"jge", one(0066000), one(0177400), "Bg", m68000up | mcf5200 },
173 {"jlt", one(0066400), one(0177400), "Bg", m68000up | mcf5200 },
174 {"jgt", one(0067000), one(0177400), "Bg", m68000up | mcf5200 },
175 {"jle", one(0067400), one(0177400), "Bg", m68000up | mcf5200 },
176
177 {"bchg", one(0000500), one(0170700), "Dd$s", m68000up | mcf5200 },
178 {"bchg", one(0004100), one(0177700), "#b$s", m68000up | mcf5200 },
179
180 {"bclr", one(0000600), one(0170700), "Dd$s", m68000up | mcf5200 },
181 {"bclr", one(0004200), one(0177700), "#b$s", m68000up | mcf5200 },
182
183 {"bfchg", two(0165300, 0), two(0177700, 0170000), "?sO2O3", m68020up },
184 {"bfclr", two(0166300, 0), two(0177700, 0170000), "?sO2O3", m68020up },
185 {"bfexts", two(0165700, 0), two(0177700, 0100000), "/sO2O3D1", m68020up },
186 {"bfextu", two(0164700, 0), two(0177700, 0100000), "/sO2O3D1", m68020up },
187 {"bfffo", two(0166700, 0), two(0177700, 0100000), "/sO2O3D1", m68020up },
188 {"bfins", two(0167700, 0), two(0177700, 0100000), "D1?sO2O3", m68020up },
189 {"bfset", two(0167300, 0), two(0177700, 0170000), "?sO2O3", m68020up },
190 {"bftst", two(0164300, 0), two(0177700, 0170000), "/sO2O3", m68020up },
191
192 {"bgnd", one(0045372), one(0177777), "", cpu32 },
193
194 {"bkpt", one(0044110), one(0177770), "ts", m68010up },
195
196 {"braw", one(0060000), one(0177777), "BW", m68000up | mcf5200 },
197 {"bral", one(0060377), one(0177777), "BL", m68020up | cpu32 },
198 {"bras", one(0060000), one(0177400), "BB", m68000up | mcf5200 },
199
200 {"bset", one(0000700), one(0170700), "Dd$s", m68000up | mcf5200 },
201 {"bset", one(0004300), one(0177700), "#b$s", m68000up | mcf5200 },
202
203 {"bsrw", one(0060400), one(0177777), "BW", m68000up | mcf5200 },
204 {"bsrl", one(0060777), one(0177777), "BL", m68020up | cpu32 },
205 {"bsrs", one(0060400), one(0177400), "BB", m68000up | mcf5200 },
206
207 {"btst", one(0000400), one(0170700), "Dd@s", m68000up | mcf5200 },
208 {"btst", one(0004000), one(0177700), "#b@s", m68000up | mcf5200 },
209
210 {"callm", one(0003300), one(0177700), "#b!s", m68020 },
211
212 {"cas2w", two(0006374,0), two(0177777,0007070), "D3D6D2D5r1r4", m68020up },
213 {"cas2w", two(0006374,0), two(0177777,0007070), "D3D6D2D5R1R4", m68020up },
214 {"cas2l", two(0007374,0), two(0177777,0007070), "D3D6D2D5r1r4", m68020up },
215 {"cas2l", two(0007374,0), two(0177777,0007070), "D3D6D2D5R1R4", m68020up },
216
217 {"casb", two(0005300, 0), two(0177700, 0177070), "D3D2~s", m68020up },
218 {"casw", two(0006300, 0), two(0177700, 0177070), "D3D2~s", m68020up },
219 {"casl", two(0007300, 0), two(0177700, 0177070), "D3D2~s", m68020up },
220
221 {"chk2b", two(0000300,0004000), two(0177700,07777), "!sR1", m68020up | cpu32 },
222 {"chk2w", two(0001300,0004000), two(0177700,07777), "!sR1", m68020up | cpu32 },
223 {"chk2l", two(0002300,0004000), two(0177700,07777), "!sR1", m68020up | cpu32 },
224
225 {"chkl", one(0040400), one(0170700), ";lDd", m68000up },
226 {"chkw", one(0040600), one(0170700), ";wDd", m68000up },
227
228 #define SCOPE_LINE (0x1 << 3)
229 #define SCOPE_PAGE (0x2 << 3)
230 #define SCOPE_ALL (0x3 << 3)
231
232 {"cinva", one(0xf400|SCOPE_ALL), one(0xff38), "ce", m68040up },
233 {"cinvl", one(0xf400|SCOPE_LINE), one(0xff38), "ceas", m68040up },
234 {"cinvp", one(0xf400|SCOPE_PAGE), one(0xff38), "ceas", m68040up },
235
236 {"cpusha", one(0xf420|SCOPE_ALL), one(0xff38), "ce", m68040up },
237 {"cpushl", one(0xf420|SCOPE_LINE), one(0xff38), "ceas", m68040up },
238 {"cpushl", one(0x04e8), one(0xfff8), "as", mcf5200 },
239 {"cpushp", one(0xf420|SCOPE_PAGE), one(0xff38), "ceas", m68040up },
240
241 #undef SCOPE_LINE
242 #undef SCOPE_PAGE
243 #undef SCOPE_ALL
244
245 {"clrb", one(0041000), one(0177700), "$s", m68000up | mcf5200 },
246 {"clrw", one(0041100), one(0177700), "$s", m68000up | mcf5200 },
247 {"clrl", one(0041200), one(0177700), "$s", m68000up | mcf5200 },
248
249 {"cmp2b", two(0000300,0), two(0177700,07777), "!sR1", m68020up | cpu32 },
250 {"cmp2w", two(0001300,0), two(0177700,07777), "!sR1", m68020up | cpu32 },
251 {"cmp2l", two(0002300,0), two(0177700,07777), "!sR1", m68020up | cpu32 },
252
253 {"cmpaw", one(0130300), one(0170700), "*wAd", m68000up },
254 {"cmpal", one(0130700), one(0170700), "*lAd", m68000up | mcf5200 },
255
256 {"cmpib", one(0006000), one(0177700), "#b;s", m68000up },
257 {"cmpiw", one(0006100), one(0177700), "#w;s", m68000up },
258 {"cmpil", one(0006200), one(0177700), "#l;s", m68000up },
259 {"cmpil", one(0006200), one(0177700), "#lDs", mcf5200 },
260
261 {"cmpmb", one(0130410), one(0170770), "+s+d", m68000up },
262 {"cmpmw", one(0130510), one(0170770), "+s+d", m68000up },
263 {"cmpml", one(0130610), one(0170770), "+s+d", m68000up },
264
265 /* The cmp opcode can generate the cmpa, cmpm, and cmpi instructions. */
266 {"cmpb", one(0006000), one(0177700), "#b;s", m68000up },
267 {"cmpb", one(0130410), one(0170770), "+s+d", m68000up },
268 {"cmpb", one(0130000), one(0170700), ";bDd", m68000up },
269 {"cmpw", one(0130300), one(0170700), "*wAd", m68000up },
270 {"cmpw", one(0006100), one(0177700), "#w;s", m68000up },
271 {"cmpw", one(0130510), one(0170770), "+s+d", m68000up },
272 {"cmpw", one(0130100), one(0170700), "*wDd", m68000up },
273 {"cmpl", one(0130700), one(0170700), "*lAd", m68000up | mcf5200 },
274 {"cmpl", one(0006200), one(0177700), "#l;s", m68000up },
275 {"cmpl", one(0006200), one(0177700), "#lDs", mcf5200 },
276 {"cmpl", one(0130610), one(0170770), "+s+d", m68000up },
277 {"cmpl", one(0130200), one(0170700), "*lDd", m68000up | mcf5200 },
278
279 {"dbcc", one(0052310), one(0177770), "DsBw", m68000up },
280 {"dbcs", one(0052710), one(0177770), "DsBw", m68000up },
281 {"dbeq", one(0053710), one(0177770), "DsBw", m68000up },
282 {"dbf", one(0050710), one(0177770), "DsBw", m68000up },
283 {"dbge", one(0056310), one(0177770), "DsBw", m68000up },
284 {"dbgt", one(0057310), one(0177770), "DsBw", m68000up },
285 {"dbhi", one(0051310), one(0177770), "DsBw", m68000up },
286 {"dble", one(0057710), one(0177770), "DsBw", m68000up },
287 {"dbls", one(0051710), one(0177770), "DsBw", m68000up },
288 {"dblt", one(0056710), one(0177770), "DsBw", m68000up },
289 {"dbmi", one(0055710), one(0177770), "DsBw", m68000up },
290 {"dbne", one(0053310), one(0177770), "DsBw", m68000up },
291 {"dbpl", one(0055310), one(0177770), "DsBw", m68000up },
292 {"dbt", one(0050310), one(0177770), "DsBw", m68000up },
293 {"dbvc", one(0054310), one(0177770), "DsBw", m68000up },
294 {"dbvs", one(0054710), one(0177770), "DsBw", m68000up },
295
296 {"divsw", one(0100700), one(0170700), ";wDd", m68000up },
297
298 {"divsl", two(0046100,0006000),two(0177700,0107770),";lD3D1", m68020up|cpu32 },
299 {"divsl", two(0046100,0004000),two(0177700,0107770),";lDD", m68020up|cpu32 },
300
301 {"divsll", two(0046100,0004000),two(0177700,0107770),";lD3D1",m68020up|cpu32 },
302 {"divsll", two(0046100,0004000),two(0177700,0107770),";lDD", m68020up|cpu32 },
303
304 {"divuw", one(0100300), one(0170700), ";wDd", m68000up },
305
306 {"divul", two(0046100,0002000),two(0177700,0107770),";lD3D1", m68020up|cpu32 },
307 {"divul", two(0046100,0000000),two(0177700,0107770),";lDD", m68020up|cpu32 },
308
309 {"divull", two(0046100,0000000),two(0177700,0107770),";lD3D1",m68020up|cpu32 },
310 {"divull", two(0046100,0000000),two(0177700,0107770),";lDD", m68020up|cpu32 },
311
312 {"eorib", one(0005000), one(0177700), "#b$s", m68000up },
313 {"eorib", one(0005074), one(0177777), "#bCs", m68000up },
314 {"eoriw", one(0005100), one(0177700), "#w$s", m68000up },
315 {"eoriw", one(0005174), one(0177777), "#wSs", m68000up },
316 {"eoril", one(0005200), one(0177700), "#l$s", m68000up },
317 {"eoril", one(0005200), one(0177700), "#lDs", mcf5200 },
318 {"eori", one(0005074), one(0177777), "#bCs", m68000up },
319 {"eori", one(0005174), one(0177777), "#wSs", m68000up },
320 {"eori", one(0005100), one(0177700), "#w$s", m68000up },
321
322 /* The eor opcode can generate the eori instruction. */
323 {"eorb", one(0005000), one(0177700), "#b$s", m68000up },
324 {"eorb", one(0005074), one(0177777), "#bCs", m68000up },
325 {"eorb", one(0130400), one(0170700), "Dd$s", m68000up },
326 {"eorw", one(0005100), one(0177700), "#w$s", m68000up },
327 {"eorw", one(0005174), one(0177777), "#wSs", m68000up },
328 {"eorw", one(0130500), one(0170700), "Dd$s", m68000up },
329 {"eorl", one(0005200), one(0177700), "#l$s", m68000up },
330 {"eorl", one(0005200), one(0177700), "#lDs", mcf5200 },
331 {"eorl", one(0130600), one(0170700), "Dd$s", m68000up | mcf5200 },
332 {"eor", one(0005074), one(0177777), "#bCs", m68000up },
333 {"eor", one(0005174), one(0177777), "#wSs", m68000up },
334 {"eor", one(0005100), one(0177700), "#w$s", m68000up },
335 {"eor", one(0130500), one(0170700), "Dd$s", m68000up },
336
337 {"exg", one(0140500), one(0170770), "DdDs", m68000up },
338 {"exg", one(0140510), one(0170770), "AdAs", m68000up },
339 {"exg", one(0140610), one(0170770), "DdAs", m68000up },
340 {"exg", one(0140610), one(0170770), "AsDd", m68000up },
341
342 {"extw", one(0044200), one(0177770), "Ds", m68000up|mcf5200 },
343 {"extl", one(0044300), one(0177770), "Ds", m68000up|mcf5200 },
344 {"extbl", one(0044700), one(0177770), "Ds", m68020up|cpu32|mcf5200 },
345
346 /* float stuff starts here */
347
348 {"fabsb", two(0xF000, 0x5818), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
349 {"fabsd", two(0xF000, 0x5418), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
350 {"fabsl", two(0xF000, 0x4018), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
351 {"fabsp", two(0xF000, 0x4C18), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
352 {"fabss", two(0xF000, 0x4418), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
353 {"fabsw", two(0xF000, 0x5018), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
354 {"fabsx", two(0xF000, 0x0018), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
355 {"fabsx", two(0xF000, 0x4818), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
356 {"fabsx", two(0xF000, 0x0018), two(0xF1C0, 0xE07F), "IiFt", mfloat },
357
358 {"fsabsb", two(0xF000, 0x5858), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
359 {"fsabsd", two(0xF000, 0x5458), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
360 {"fsabsl", two(0xF000, 0x4058), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
361 {"fsabsp", two(0xF000, 0x4C58), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
362 {"fsabss", two(0xF000, 0x4458), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
363 {"fsabsw", two(0xF000, 0x5058), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
364 {"fsabsx", two(0xF000, 0x0058), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
365 {"fsabsx", two(0xF000, 0x4858), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
366 {"fsabsx", two(0xF000, 0x0058), two(0xF1C0, 0xE07F), "IiFt", m68040up },
367
368 {"fdabsb", two(0xF000, 0x585c), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up},
369 {"fdabsd", two(0xF000, 0x545c), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up},
370 {"fdabsl", two(0xF000, 0x405c), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up},
371 {"fdabsp", two(0xF000, 0x4C5c), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up},
372 {"fdabss", two(0xF000, 0x445c), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up},
373 {"fdabsw", two(0xF000, 0x505c), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up},
374 {"fdabsx", two(0xF000, 0x005c), two(0xF1C0, 0xE07F), "IiF8F7", m68040up},
375 {"fdabsx", two(0xF000, 0x485c), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up},
376 {"fdabsx", two(0xF000, 0x005c), two(0xF1C0, 0xE07F), "IiFt", m68040up},
377
378 {"facosb", two(0xF000, 0x581C), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
379 {"facosd", two(0xF000, 0x541C), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
380 {"facosl", two(0xF000, 0x401C), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
381 {"facosp", two(0xF000, 0x4C1C), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
382 {"facoss", two(0xF000, 0x441C), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
383 {"facosw", two(0xF000, 0x501C), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
384 {"facosx", two(0xF000, 0x001C), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
385 {"facosx", two(0xF000, 0x481C), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
386 {"facosx", two(0xF000, 0x001C), two(0xF1C0, 0xE07F), "IiFt", mfloat },
387
388 {"faddb", two(0xF000, 0x5822), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
389 {"faddd", two(0xF000, 0x5422), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
390 {"faddl", two(0xF000, 0x4022), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
391 {"faddp", two(0xF000, 0x4C22), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
392 {"fadds", two(0xF000, 0x4422), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
393 {"faddw", two(0xF000, 0x5022), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
394 {"faddx", two(0xF000, 0x0022), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
395 {"faddx", two(0xF000, 0x4822), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
396
397 {"fsaddb", two(0xF000, 0x5862), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
398 {"fsaddd", two(0xF000, 0x5462), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
399 {"fsaddl", two(0xF000, 0x4062), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
400 {"fsaddp", two(0xF000, 0x4C62), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
401 {"fsadds", two(0xF000, 0x4462), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
402 {"fsaddw", two(0xF000, 0x5062), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
403 {"fsaddx", two(0xF000, 0x0062), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
404 {"fsaddx", two(0xF000, 0x4862), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
405
406 {"fdaddb", two(0xF000, 0x5866), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
407 {"fdaddd", two(0xF000, 0x5466), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
408 {"fdaddl", two(0xF000, 0x4066), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
409 {"fdaddp", two(0xF000, 0x4C66), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
410 {"fdadds", two(0xF000, 0x4466), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
411 {"fdaddw", two(0xF000, 0x5066), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
412 {"fdaddx", two(0xF000, 0x0066), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
413 {"fdaddx", two(0xF000, 0x4866), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
414
415 {"fasinb", two(0xF000, 0x580C), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
416 {"fasind", two(0xF000, 0x540C), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
417 {"fasinl", two(0xF000, 0x400C), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
418 {"fasinp", two(0xF000, 0x4C0C), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
419 {"fasins", two(0xF000, 0x440C), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
420 {"fasinw", two(0xF000, 0x500C), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
421 {"fasinx", two(0xF000, 0x000C), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
422 {"fasinx", two(0xF000, 0x480C), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
423 {"fasinx", two(0xF000, 0x000C), two(0xF1C0, 0xE07F), "IiFt", mfloat },
424
425 {"fatanb", two(0xF000, 0x580A), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
426 {"fatand", two(0xF000, 0x540A), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
427 {"fatanl", two(0xF000, 0x400A), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
428 {"fatanp", two(0xF000, 0x4C0A), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
429 {"fatans", two(0xF000, 0x440A), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
430 {"fatanw", two(0xF000, 0x500A), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
431 {"fatanx", two(0xF000, 0x000A), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
432 {"fatanx", two(0xF000, 0x480A), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
433 {"fatanx", two(0xF000, 0x000A), two(0xF1C0, 0xE07F), "IiFt", mfloat },
434
435 {"fatanhb", two(0xF000, 0x580D), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
436 {"fatanhd", two(0xF000, 0x540D), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
437 {"fatanhl", two(0xF000, 0x400D), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
438 {"fatanhp", two(0xF000, 0x4C0D), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
439 {"fatanhs", two(0xF000, 0x440D), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
440 {"fatanhw", two(0xF000, 0x500D), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
441 {"fatanhx", two(0xF000, 0x000D), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
442 {"fatanhx", two(0xF000, 0x480D), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
443 {"fatanhx", two(0xF000, 0x000D), two(0xF1C0, 0xE07F), "IiFt", mfloat },
444
445 {"fbeq", one(0xF081), one(0xF1FF), "IdBW", mfloat },
446 {"fbf", one(0xF080), one(0xF1FF), "IdBW", mfloat },
447 {"fbge", one(0xF093), one(0xF1FF), "IdBW", mfloat },
448 {"fbgl", one(0xF096), one(0xF1FF), "IdBW", mfloat },
449 {"fbgle", one(0xF097), one(0xF1FF), "IdBW", mfloat },
450 {"fbgt", one(0xF092), one(0xF1FF), "IdBW", mfloat },
451 {"fble", one(0xF095), one(0xF1FF), "IdBW", mfloat },
452 {"fblt", one(0xF094), one(0xF1FF), "IdBW", mfloat },
453 {"fbne", one(0xF08E), one(0xF1FF), "IdBW", mfloat },
454 {"fbnge", one(0xF09C), one(0xF1FF), "IdBW", mfloat },
455 {"fbngl", one(0xF099), one(0xF1FF), "IdBW", mfloat },
456 {"fbngle", one(0xF098), one(0xF1FF), "IdBW", mfloat },
457 {"fbngt", one(0xF09D), one(0xF1FF), "IdBW", mfloat },
458 {"fbnle", one(0xF09A), one(0xF1FF), "IdBW", mfloat },
459 {"fbnlt", one(0xF09B), one(0xF1FF), "IdBW", mfloat },
460 {"fboge", one(0xF083), one(0xF1FF), "IdBW", mfloat },
461 {"fbogl", one(0xF086), one(0xF1FF), "IdBW", mfloat },
462 {"fbogt", one(0xF082), one(0xF1FF), "IdBW", mfloat },
463 {"fbole", one(0xF085), one(0xF1FF), "IdBW", mfloat },
464 {"fbolt", one(0xF084), one(0xF1FF), "IdBW", mfloat },
465 {"fbor", one(0xF087), one(0xF1FF), "IdBW", mfloat },
466 {"fbseq", one(0xF091), one(0xF1FF), "IdBW", mfloat },
467 {"fbsf", one(0xF090), one(0xF1FF), "IdBW", mfloat },
468 {"fbsne", one(0xF09E), one(0xF1FF), "IdBW", mfloat },
469 {"fbst", one(0xF09F), one(0xF1FF), "IdBW", mfloat },
470 {"fbt", one(0xF08F), one(0xF1FF), "IdBW", mfloat },
471 {"fbueq", one(0xF089), one(0xF1FF), "IdBW", mfloat },
472 {"fbuge", one(0xF08B), one(0xF1FF), "IdBW", mfloat },
473 {"fbugt", one(0xF08A), one(0xF1FF), "IdBW", mfloat },
474 {"fbule", one(0xF08D), one(0xF1FF), "IdBW", mfloat },
475 {"fbult", one(0xF08C), one(0xF1FF), "IdBW", mfloat },
476 {"fbun", one(0xF088), one(0xF1FF), "IdBW", mfloat },
477
478 {"fbeql", one(0xF0C1), one(0xF1FF), "IdBC", mfloat },
479 {"fbfl", one(0xF0C0), one(0xF1FF), "IdBC", mfloat },
480 {"fbgel", one(0xF0D3), one(0xF1FF), "IdBC", mfloat },
481 {"fbgll", one(0xF0D6), one(0xF1FF), "IdBC", mfloat },
482 {"fbglel", one(0xF0D7), one(0xF1FF), "IdBC", mfloat },
483 {"fbgtl", one(0xF0D2), one(0xF1FF), "IdBC", mfloat },
484 {"fblel", one(0xF0D5), one(0xF1FF), "IdBC", mfloat },
485 {"fbltl", one(0xF0D4), one(0xF1FF), "IdBC", mfloat },
486 {"fbnel", one(0xF0CE), one(0xF1FF), "IdBC", mfloat },
487 {"fbngel", one(0xF0DC), one(0xF1FF), "IdBC", mfloat },
488 {"fbngll", one(0xF0D9), one(0xF1FF), "IdBC", mfloat },
489 {"fbnglel", one(0xF0D8), one(0xF1FF), "IdBC", mfloat },
490 {"fbngtl", one(0xF0DD), one(0xF1FF), "IdBC", mfloat },
491 {"fbnlel", one(0xF0DA), one(0xF1FF), "IdBC", mfloat },
492 {"fbnltl", one(0xF0DB), one(0xF1FF), "IdBC", mfloat },
493 {"fbogel", one(0xF0C3), one(0xF1FF), "IdBC", mfloat },
494 {"fbogll", one(0xF0C6), one(0xF1FF), "IdBC", mfloat },
495 {"fbogtl", one(0xF0C2), one(0xF1FF), "IdBC", mfloat },
496 {"fbolel", one(0xF0C5), one(0xF1FF), "IdBC", mfloat },
497 {"fboltl", one(0xF0C4), one(0xF1FF), "IdBC", mfloat },
498 {"fborl", one(0xF0C7), one(0xF1FF), "IdBC", mfloat },
499 {"fbseql", one(0xF0D1), one(0xF1FF), "IdBC", mfloat },
500 {"fbsfl", one(0xF0D0), one(0xF1FF), "IdBC", mfloat },
501 {"fbsnel", one(0xF0DE), one(0xF1FF), "IdBC", mfloat },
502 {"fbstl", one(0xF0DF), one(0xF1FF), "IdBC", mfloat },
503 {"fbtl", one(0xF0CF), one(0xF1FF), "IdBC", mfloat },
504 {"fbueql", one(0xF0C9), one(0xF1FF), "IdBC", mfloat },
505 {"fbugel", one(0xF0CB), one(0xF1FF), "IdBC", mfloat },
506 {"fbugtl", one(0xF0CA), one(0xF1FF), "IdBC", mfloat },
507 {"fbulel", one(0xF0CD), one(0xF1FF), "IdBC", mfloat },
508 {"fbultl", one(0xF0CC), one(0xF1FF), "IdBC", mfloat },
509 {"fbunl", one(0xF0C8), one(0xF1FF), "IdBC", mfloat },
510
511 {"fjeq", one(0xF081), one(0xF1BF), "IdBc", mfloat },
512 {"fjf", one(0xF080), one(0xF1BF), "IdBc", mfloat },
513 {"fjge", one(0xF093), one(0xF1BF), "IdBc", mfloat },
514 {"fjgl", one(0xF096), one(0xF1BF), "IdBc", mfloat },
515 {"fjgle", one(0xF097), one(0xF1BF), "IdBc", mfloat },
516 {"fjgt", one(0xF092), one(0xF1BF), "IdBc", mfloat },
517 {"fjle", one(0xF095), one(0xF1BF), "IdBc", mfloat },
518 {"fjlt", one(0xF094), one(0xF1BF), "IdBc", mfloat },
519 {"fjne", one(0xF08E), one(0xF1BF), "IdBc", mfloat },
520 {"fjnge", one(0xF09C), one(0xF1BF), "IdBc", mfloat },
521 {"fjngl", one(0xF099), one(0xF1BF), "IdBc", mfloat },
522 {"fjngle", one(0xF098), one(0xF1BF), "IdBc", mfloat },
523 {"fjngt", one(0xF09D), one(0xF1BF), "IdBc", mfloat },
524 {"fjnle", one(0xF09A), one(0xF1BF), "IdBc", mfloat },
525 {"fjnlt", one(0xF09B), one(0xF1BF), "IdBc", mfloat },
526 {"fjoge", one(0xF083), one(0xF1BF), "IdBc", mfloat },
527 {"fjogl", one(0xF086), one(0xF1BF), "IdBc", mfloat },
528 {"fjogt", one(0xF082), one(0xF1BF), "IdBc", mfloat },
529 {"fjole", one(0xF085), one(0xF1BF), "IdBc", mfloat },
530 {"fjolt", one(0xF084), one(0xF1BF), "IdBc", mfloat },
531 {"fjor", one(0xF087), one(0xF1BF), "IdBc", mfloat },
532 {"fjseq", one(0xF091), one(0xF1BF), "IdBc", mfloat },
533 {"fjsf", one(0xF090), one(0xF1BF), "IdBc", mfloat },
534 {"fjsne", one(0xF09E), one(0xF1BF), "IdBc", mfloat },
535 {"fjst", one(0xF09F), one(0xF1BF), "IdBc", mfloat },
536 {"fjt", one(0xF08F), one(0xF1BF), "IdBc", mfloat },
537 {"fjueq", one(0xF089), one(0xF1BF), "IdBc", mfloat },
538 {"fjuge", one(0xF08B), one(0xF1BF), "IdBc", mfloat },
539 {"fjugt", one(0xF08A), one(0xF1BF), "IdBc", mfloat },
540 {"fjule", one(0xF08D), one(0xF1BF), "IdBc", mfloat },
541 {"fjult", one(0xF08C), one(0xF1BF), "IdBc", mfloat },
542 {"fjun", one(0xF088), one(0xF1BF), "IdBc", mfloat },
543
544 {"fcmpb", two(0xF000, 0x5838), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
545 {"fcmpd", two(0xF000, 0x5438), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
546 {"fcmpl", two(0xF000, 0x4038), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
547 {"fcmpp", two(0xF000, 0x4C38), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
548 {"fcmps", two(0xF000, 0x4438), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
549 {"fcmpw", two(0xF000, 0x5038), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
550 {"fcmpx", two(0xF000, 0x0038), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
551 {"fcmpx", two(0xF000, 0x4838), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
552
553 {"fcosb", two(0xF000, 0x581D), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
554 {"fcosd", two(0xF000, 0x541D), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
555 {"fcosl", two(0xF000, 0x401D), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
556 {"fcosp", two(0xF000, 0x4C1D), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
557 {"fcoss", two(0xF000, 0x441D), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
558 {"fcosw", two(0xF000, 0x501D), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
559 {"fcosx", two(0xF000, 0x001D), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
560 {"fcosx", two(0xF000, 0x481D), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
561 {"fcosx", two(0xF000, 0x001D), two(0xF1C0, 0xE07F), "IiFt", mfloat },
562
563 {"fcoshb", two(0xF000, 0x5819), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
564 {"fcoshd", two(0xF000, 0x5419), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
565 {"fcoshl", two(0xF000, 0x4019), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
566 {"fcoshp", two(0xF000, 0x4C19), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
567 {"fcoshs", two(0xF000, 0x4419), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
568 {"fcoshw", two(0xF000, 0x5019), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
569 {"fcoshx", two(0xF000, 0x0019), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
570 {"fcoshx", two(0xF000, 0x4819), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
571 {"fcoshx", two(0xF000, 0x0019), two(0xF1C0, 0xE07F), "IiFt", mfloat },
572
573 {"fdbeq", two(0xF048, 0x0001), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
574 {"fdbf", two(0xF048, 0x0000), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
575 {"fdbge", two(0xF048, 0x0013), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
576 {"fdbgl", two(0xF048, 0x0016), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
577 {"fdbgle", two(0xF048, 0x0017), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
578 {"fdbgt", two(0xF048, 0x0012), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
579 {"fdble", two(0xF048, 0x0015), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
580 {"fdblt", two(0xF048, 0x0014), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
581 {"fdbne", two(0xF048, 0x000E), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
582 {"fdbnge", two(0xF048, 0x001C), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
583 {"fdbngl", two(0xF048, 0x0019), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
584 {"fdbngle", two(0xF048, 0x0018), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
585 {"fdbngt", two(0xF048, 0x001D), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
586 {"fdbnle", two(0xF048, 0x001A), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
587 {"fdbnlt", two(0xF048, 0x001B), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
588 {"fdboge", two(0xF048, 0x0003), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
589 {"fdbogl", two(0xF048, 0x0006), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
590 {"fdbogt", two(0xF048, 0x0002), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
591 {"fdbole", two(0xF048, 0x0005), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
592 {"fdbolt", two(0xF048, 0x0004), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
593 {"fdbor", two(0xF048, 0x0007), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
594 {"fdbseq", two(0xF048, 0x0011), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
595 {"fdbsf", two(0xF048, 0x0010), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
596 {"fdbsne", two(0xF048, 0x001E), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
597 {"fdbst", two(0xF048, 0x001F), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
598 {"fdbt", two(0xF048, 0x000F), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
599 {"fdbueq", two(0xF048, 0x0009), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
600 {"fdbuge", two(0xF048, 0x000B), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
601 {"fdbugt", two(0xF048, 0x000A), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
602 {"fdbule", two(0xF048, 0x000D), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
603 {"fdbult", two(0xF048, 0x000C), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
604 {"fdbun", two(0xF048, 0x0008), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
605
606 {"fdivb", two(0xF000, 0x5820), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
607 {"fdivd", two(0xF000, 0x5420), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
608 {"fdivl", two(0xF000, 0x4020), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
609 {"fdivp", two(0xF000, 0x4C20), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
610 {"fdivs", two(0xF000, 0x4420), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
611 {"fdivw", two(0xF000, 0x5020), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
612 {"fdivx", two(0xF000, 0x0020), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
613 {"fdivx", two(0xF000, 0x4820), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
614
615 {"fsdivb", two(0xF000, 0x5860), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
616 {"fsdivd", two(0xF000, 0x5460), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
617 {"fsdivl", two(0xF000, 0x4060), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
618 {"fsdivp", two(0xF000, 0x4C60), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
619 {"fsdivs", two(0xF000, 0x4460), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
620 {"fsdivw", two(0xF000, 0x5060), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
621 {"fsdivx", two(0xF000, 0x0060), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
622 {"fsdivx", two(0xF000, 0x4860), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
623
624 {"fddivb", two(0xF000, 0x5864), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
625 {"fddivd", two(0xF000, 0x5464), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
626 {"fddivl", two(0xF000, 0x4064), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
627 {"fddivp", two(0xF000, 0x4C64), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
628 {"fddivs", two(0xF000, 0x4464), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
629 {"fddivw", two(0xF000, 0x5064), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
630 {"fddivx", two(0xF000, 0x0064), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
631 {"fddivx", two(0xF000, 0x4864), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
632
633 {"fetoxb", two(0xF000, 0x5810), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
634 {"fetoxd", two(0xF000, 0x5410), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
635 {"fetoxl", two(0xF000, 0x4010), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
636 {"fetoxp", two(0xF000, 0x4C10), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
637 {"fetoxs", two(0xF000, 0x4410), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
638 {"fetoxw", two(0xF000, 0x5010), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
639 {"fetoxx", two(0xF000, 0x0010), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
640 {"fetoxx", two(0xF000, 0x4810), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
641 {"fetoxx", two(0xF000, 0x0010), two(0xF1C0, 0xE07F), "IiFt", mfloat },
642
643 {"fetoxm1b", two(0xF000, 0x5808), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
644 {"fetoxm1d", two(0xF000, 0x5408), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
645 {"fetoxm1l", two(0xF000, 0x4008), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
646 {"fetoxm1p", two(0xF000, 0x4C08), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
647 {"fetoxm1s", two(0xF000, 0x4408), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
648 {"fetoxm1w", two(0xF000, 0x5008), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
649 {"fetoxm1x", two(0xF000, 0x0008), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
650 {"fetoxm1x", two(0xF000, 0x4808), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
651 {"fetoxm1x", two(0xF000, 0x0008), two(0xF1C0, 0xE07F), "IiFt", mfloat },
652
653 {"fgetexpb", two(0xF000, 0x581E), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
654 {"fgetexpd", two(0xF000, 0x541E), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
655 {"fgetexpl", two(0xF000, 0x401E), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
656 {"fgetexpp", two(0xF000, 0x4C1E), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
657 {"fgetexps", two(0xF000, 0x441E), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
658 {"fgetexpw", two(0xF000, 0x501E), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
659 {"fgetexpx", two(0xF000, 0x001E), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
660 {"fgetexpx", two(0xF000, 0x481E), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
661 {"fgetexpx", two(0xF000, 0x001E), two(0xF1C0, 0xE07F), "IiFt", mfloat },
662
663 {"fgetmanb", two(0xF000, 0x581F), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
664 {"fgetmand", two(0xF000, 0x541F), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
665 {"fgetmanl", two(0xF000, 0x401F), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
666 {"fgetmanp", two(0xF000, 0x4C1F), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
667 {"fgetmans", two(0xF000, 0x441F), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
668 {"fgetmanw", two(0xF000, 0x501F), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
669 {"fgetmanx", two(0xF000, 0x001F), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
670 {"fgetmanx", two(0xF000, 0x481F), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
671 {"fgetmanx", two(0xF000, 0x001F), two(0xF1C0, 0xE07F), "IiFt", mfloat },
672
673 {"fintb", two(0xF000, 0x5801), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
674 {"fintd", two(0xF000, 0x5401), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
675 {"fintl", two(0xF000, 0x4001), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
676 {"fintp", two(0xF000, 0x4C01), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
677 {"fints", two(0xF000, 0x4401), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
678 {"fintw", two(0xF000, 0x5001), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
679 {"fintx", two(0xF000, 0x0001), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
680 {"fintx", two(0xF000, 0x4801), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
681 {"fintx", two(0xF000, 0x0001), two(0xF1C0, 0xE07F), "IiFt", mfloat },
682
683 {"fintrzb", two(0xF000, 0x5803), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
684 {"fintrzd", two(0xF000, 0x5403), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
685 {"fintrzl", two(0xF000, 0x4003), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
686 {"fintrzp", two(0xF000, 0x4C03), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
687 {"fintrzs", two(0xF000, 0x4403), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
688 {"fintrzw", two(0xF000, 0x5003), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
689 {"fintrzx", two(0xF000, 0x0003), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
690 {"fintrzx", two(0xF000, 0x4803), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
691 {"fintrzx", two(0xF000, 0x0003), two(0xF1C0, 0xE07F), "IiFt", mfloat },
692
693 {"flog10b", two(0xF000, 0x5815), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
694 {"flog10d", two(0xF000, 0x5415), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
695 {"flog10l", two(0xF000, 0x4015), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
696 {"flog10p", two(0xF000, 0x4C15), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
697 {"flog10s", two(0xF000, 0x4415), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
698 {"flog10w", two(0xF000, 0x5015), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
699 {"flog10x", two(0xF000, 0x0015), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
700 {"flog10x", two(0xF000, 0x4815), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
701 {"flog10x", two(0xF000, 0x0015), two(0xF1C0, 0xE07F), "IiFt", mfloat },
702
703 {"flog2b", two(0xF000, 0x5816), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
704 {"flog2d", two(0xF000, 0x5416), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
705 {"flog2l", two(0xF000, 0x4016), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
706 {"flog2p", two(0xF000, 0x4C16), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
707 {"flog2s", two(0xF000, 0x4416), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
708 {"flog2w", two(0xF000, 0x5016), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
709 {"flog2x", two(0xF000, 0x0016), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
710 {"flog2x", two(0xF000, 0x4816), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
711 {"flog2x", two(0xF000, 0x0016), two(0xF1C0, 0xE07F), "IiFt", mfloat },
712
713 {"flognb", two(0xF000, 0x5814), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
714 {"flognd", two(0xF000, 0x5414), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
715 {"flognl", two(0xF000, 0x4014), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
716 {"flognp", two(0xF000, 0x4C14), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
717 {"flogns", two(0xF000, 0x4414), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
718 {"flognw", two(0xF000, 0x5014), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
719 {"flognx", two(0xF000, 0x0014), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
720 {"flognx", two(0xF000, 0x4814), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
721 {"flognx", two(0xF000, 0x0014), two(0xF1C0, 0xE07F), "IiFt", mfloat },
722
723 {"flognp1b", two(0xF000, 0x5806), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
724 {"flognp1d", two(0xF000, 0x5406), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
725 {"flognp1l", two(0xF000, 0x4006), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
726 {"flognp1p", two(0xF000, 0x4C06), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
727 {"flognp1s", two(0xF000, 0x4406), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
728 {"flognp1w", two(0xF000, 0x5006), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
729 {"flognp1x", two(0xF000, 0x0006), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
730 {"flognp1x", two(0xF000, 0x4806), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
731 {"flognp1x", two(0xF000, 0x0006), two(0xF1C0, 0xE07F), "IiFt", mfloat },
732
733 {"fmodb", two(0xF000, 0x5821), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
734 {"fmodd", two(0xF000, 0x5421), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
735 {"fmodl", two(0xF000, 0x4021), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
736 {"fmodp", two(0xF000, 0x4C21), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
737 {"fmods", two(0xF000, 0x4421), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
738 {"fmodw", two(0xF000, 0x5021), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
739 {"fmodx", two(0xF000, 0x0021), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
740 {"fmodx", two(0xF000, 0x4821), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
741
742 {"fmoveb", two(0xF000, 0x5800), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
743 {"fmoveb", two(0xF000, 0x7800), two(0xF1C0, 0xFC7F), "IiF7$b", mfloat },
744 {"fmoved", two(0xF000, 0x5400), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
745 {"fmoved", two(0xF000, 0x7400), two(0xF1C0, 0xFC7F), "IiF7~F", mfloat },
746 {"fmovel", two(0xF000, 0x4000), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
747 {"fmovel", two(0xF000, 0x6000), two(0xF1C0, 0xFC7F), "IiF7$l", mfloat },
748 /* FIXME: the next two variants should not permit moving an address
749 register to anything but the floating point instruction register. */
750 {"fmovel", two(0xF000, 0xA000), two(0xF1C0, 0xE3FF), "Iis8%s", mfloat },
751 {"fmovel", two(0xF000, 0x8000), two(0xF1C0, 0xE3FF), "Ii*ls8", mfloat },
752 {"fmovep", two(0xF000, 0x4C00), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
753 {"fmovep", two(0xF000, 0x6C00), two(0xF1C0, 0xFC00), "IiF7~pkC", mfloat },
754 {"fmovep", two(0xF000, 0x7C00), two(0xF1C0, 0xFC0F), "IiF7~pDk", mfloat },
755 {"fmoves", two(0xF000, 0x4400), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
756 {"fmoves", two(0xF000, 0x6400), two(0xF1C0, 0xFC7F), "IiF7$f", mfloat },
757 {"fmovew", two(0xF000, 0x5000), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
758 {"fmovew", two(0xF000, 0x7000), two(0xF1C0, 0xFC7F), "IiF7$w", mfloat },
759 {"fmovex", two(0xF000, 0x0000), two(0xF1FF, 0xE07F), "IiF8F7", mfloat },
760 {"fmovex", two(0xF000, 0x4800), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
761 {"fmovex", two(0xF000, 0x6800), two(0xF1C0, 0xFC7F), "IiF7~x", mfloat },
762
763 {"fsmoveb", two(0xF000, 0x5840), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
764 {"fsmoved", two(0xF000, 0x5440), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
765 {"fsmovel", two(0xF000, 0x4040), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
766 {"fsmoves", two(0xF000, 0x4440), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
767 {"fsmovew", two(0xF000, 0x5040), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
768 {"fsmovex", two(0xF000, 0x0040), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
769 {"fsmovex", two(0xF000, 0x4840), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
770 {"fsmovep", two(0xF000, 0x4C40), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
771
772 {"fdmoveb", two(0xF000, 0x5844), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
773 {"fdmoved", two(0xF000, 0x5444), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
774 {"fdmovel", two(0xF000, 0x4044), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
775 {"fdmoves", two(0xF000, 0x4444), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
776 {"fdmovew", two(0xF000, 0x5044), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
777 {"fdmovex", two(0xF000, 0x0044), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
778 {"fdmovex", two(0xF000, 0x4844), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
779 {"fdmovep", two(0xF000, 0x4C44), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
780
781 {"fmovecrx", two(0xF000, 0x5C00), two(0xF1FF, 0xFC00), "Ii#CF7", mfloat },
782
783 {"fmovemx", two(0xF000, 0xF800), two(0xF1C0, 0xFF8F), "IiDk&s", mfloat },
784 {"fmovemx", two(0xF020, 0xE800), two(0xF1F8, 0xFF8F), "IiDk-s", mfloat },
785 {"fmovemx", two(0xF000, 0xD800), two(0xF1C0, 0xFF8F), "Ii&sDk", mfloat },
786 {"fmovemx", two(0xF018, 0xD800), two(0xF1F8, 0xFF8F), "Ii+sDk", mfloat },
787 {"fmovemx", two(0xF000, 0xF000), two(0xF1C0, 0xFF00), "Idl3&s", mfloat },
788 {"fmovemx", two(0xF000, 0xF000), two(0xF1C0, 0xFF00), "Id#3&s", mfloat },
789 {"fmovemx", two(0xF000, 0xD000), two(0xF1C0, 0xFF00), "Id&sl3", mfloat },
790 {"fmovemx", two(0xF000, 0xD000), two(0xF1C0, 0xFF00), "Id&s#3", mfloat },
791 {"fmovemx", two(0xF020, 0xE000), two(0xF1F8, 0xFF00), "IdL3-s", mfloat },
792 {"fmovemx", two(0xF020, 0xE000), two(0xF1F8, 0xFF00), "Id#3-s", mfloat },
793 {"fmovemx", two(0xF018, 0xD000), two(0xF1F8, 0xFF00), "Id+sl3", mfloat },
794 {"fmovemx", two(0xF018, 0xD000), two(0xF1F8, 0xFF00), "Id+s#3", mfloat },
795
796 {"fmoveml", two(0xF000, 0xA000), two(0xF1C0, 0xE3FF), "Iis8%s", mfloat },
797 {"fmoveml", two(0xF000, 0xA000), two(0xF1C0, 0xE3FF), "IiL8~s", mfloat },
798 /* FIXME: In the next instruction, we should only permit %dn if the
799 target is a single register. We should only permit %an if the
800 target is a single %fpiar. */
801 {"fmoveml", two(0xF000, 0x8000), two(0xF1C0, 0xE3FF), "Ii*lL8", mfloat },
802
803 {"fmovem", two(0xF020, 0xE000), two(0xF1F8, 0xFF00), "IdL3-s", mfloat },
804 {"fmovem", two(0xF000, 0xF000), two(0xF1C0, 0xFF00), "Idl3&s", mfloat },
805 {"fmovem", two(0xF018, 0xD000), two(0xF1F8, 0xFF00), "Id+sl3", mfloat },
806 {"fmovem", two(0xF000, 0xD000), two(0xF1C0, 0xFF00), "Id&sl3", mfloat },
807 {"fmovem", two(0xF020, 0xE000), two(0xF1F8, 0xFF00), "Id#3-s", mfloat },
808 {"fmovem", two(0xF020, 0xE800), two(0xF1F8, 0xFF8F), "IiDk-s", mfloat },
809 {"fmovem", two(0xF000, 0xF000), two(0xF1C0, 0xFF00), "Id#3&s", mfloat },
810 {"fmovem", two(0xF000, 0xF800), two(0xF1C0, 0xFF8F), "IiDk&s", mfloat },
811 {"fmovem", two(0xF018, 0xD000), two(0xF1F8, 0xFF00), "Id+s#3", mfloat },
812 {"fmovem", two(0xF018, 0xD800), two(0xF1F8, 0xFF8F), "Ii+sDk", mfloat },
813 {"fmovem", two(0xF000, 0xD000), two(0xF1C0, 0xFF00), "Id&s#3", mfloat },
814 {"fmovem", two(0xF000, 0xD800), two(0xF1C0, 0xFF8F), "Ii&sDk", mfloat },
815 {"fmovem", two(0xF000, 0xA000), two(0xF1C0, 0xE3FF), "Iis8%s", mfloat },
816 {"fmovem", two(0xF000, 0x8000), two(0xF1C0, 0xE3FF), "Ii*ss8", mfloat },
817 {"fmovem", two(0xF000, 0xA000), two(0xF1C0, 0xE3FF), "IiL8~s", mfloat },
818 {"fmovem", two(0xF000, 0x8000), two(0xF2C0, 0xE3FF), "Ii*sL8", mfloat },
819
820 {"fmulb", two(0xF000, 0x5823), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
821 {"fmuld", two(0xF000, 0x5423), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
822 {"fmull", two(0xF000, 0x4023), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
823 {"fmulp", two(0xF000, 0x4C23), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
824 {"fmuls", two(0xF000, 0x4423), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
825 {"fmulw", two(0xF000, 0x5023), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
826 {"fmulx", two(0xF000, 0x0023), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
827 {"fmulx", two(0xF000, 0x4823), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
828
829 {"fsmulb", two(0xF000, 0x5863), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
830 {"fsmuld", two(0xF000, 0x5463), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
831 {"fsmull", two(0xF000, 0x4063), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
832 {"fsmulp", two(0xF000, 0x4C63), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
833 {"fsmuls", two(0xF000, 0x4463), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
834 {"fsmulw", two(0xF000, 0x5063), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
835 {"fsmulx", two(0xF000, 0x0063), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
836 {"fsmulx", two(0xF000, 0x4863), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
837
838 {"fdmulb", two(0xF000, 0x5867), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
839 {"fdmuld", two(0xF000, 0x5467), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
840 {"fdmull", two(0xF000, 0x4067), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
841 {"fdmulp", two(0xF000, 0x4C67), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
842 {"fdmuls", two(0xF000, 0x4467), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
843 {"fdmulw", two(0xF000, 0x5067), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
844 {"fdmulx", two(0xF000, 0x0067), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
845 {"fdmulx", two(0xF000, 0x4867), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
846
847 {"fnegb", two(0xF000, 0x581A), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
848 {"fnegd", two(0xF000, 0x541A), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
849 {"fnegl", two(0xF000, 0x401A), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
850 {"fnegp", two(0xF000, 0x4C1A), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
851 {"fnegs", two(0xF000, 0x441A), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
852 {"fnegw", two(0xF000, 0x501A), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
853 {"fnegx", two(0xF000, 0x001A), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
854 {"fnegx", two(0xF000, 0x481A), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
855 {"fnegx", two(0xF000, 0x001A), two(0xF1C0, 0xE07F), "IiFt", mfloat },
856
857 {"fsnegb", two(0xF000, 0x585A), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
858 {"fsnegd", two(0xF000, 0x545A), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
859 {"fsnegl", two(0xF000, 0x405A), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
860 {"fsnegp", two(0xF000, 0x4C5A), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
861 {"fsnegs", two(0xF000, 0x445A), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
862 {"fsnegw", two(0xF000, 0x505A), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
863 {"fsnegx", two(0xF000, 0x005A), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
864 {"fsnegx", two(0xF000, 0x485A), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
865 {"fsnegx", two(0xF000, 0x005A), two(0xF1C0, 0xE07F), "IiFt", m68040up },
866
867 {"fdnegb", two(0xF000, 0x585E), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
868 {"fdnegd", two(0xF000, 0x545E), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
869 {"fdnegl", two(0xF000, 0x405E), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
870 {"fdnegp", two(0xF000, 0x4C5E), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
871 {"fdnegs", two(0xF000, 0x445E), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
872 {"fdnegw", two(0xF000, 0x505E), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
873 {"fdnegx", two(0xF000, 0x005E), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
874 {"fdnegx", two(0xF000, 0x485E), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
875 {"fdnegx", two(0xF000, 0x005E), two(0xF1C0, 0xE07F), "IiFt", m68040up },
876
877 {"fnop", two(0xF280, 0x0000), two(0xFFFF, 0xFFFF), "Ii", mfloat },
878
879 {"fremb", two(0xF000, 0x5825), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
880 {"fremd", two(0xF000, 0x5425), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
881 {"freml", two(0xF000, 0x4025), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
882 {"fremp", two(0xF000, 0x4C25), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
883 {"frems", two(0xF000, 0x4425), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
884 {"fremw", two(0xF000, 0x5025), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
885 {"fremx", two(0xF000, 0x0025), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
886 {"fremx", two(0xF000, 0x4825), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
887
888 {"frestore", one(0xF140), one(0xF1C0), "Id<s", mfloat },
889
890 {"fsave", one(0xF100), one(0xF1C0), "Id>s", mfloat },
891
892 {"fscaleb", two(0xF000, 0x5826), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
893 {"fscaled", two(0xF000, 0x5426), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
894 {"fscalel", two(0xF000, 0x4026), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
895 {"fscalep", two(0xF000, 0x4C26), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
896 {"fscales", two(0xF000, 0x4426), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
897 {"fscalew", two(0xF000, 0x5026), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
898 {"fscalex", two(0xF000, 0x0026), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
899 {"fscalex", two(0xF000, 0x4826), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
900
901 /* $ is necessary to prevent the assembler from using PC-relative.
902 If @ were used, "label: fseq label" could produce "ftrapeq",
903 because "label" became "pc@label". */
904 {"fseq", two(0xF040, 0x0001), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
905 {"fsf", two(0xF040, 0x0000), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
906 {"fsge", two(0xF040, 0x0013), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
907 {"fsgl", two(0xF040, 0x0016), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
908 {"fsgle", two(0xF040, 0x0017), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
909 {"fsgt", two(0xF040, 0x0012), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
910 {"fsle", two(0xF040, 0x0015), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
911 {"fslt", two(0xF040, 0x0014), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
912 {"fsne", two(0xF040, 0x000E), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
913 {"fsnge", two(0xF040, 0x001C), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
914 {"fsngl", two(0xF040, 0x0019), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
915 {"fsngle", two(0xF040, 0x0018), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
916 {"fsngt", two(0xF040, 0x001D), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
917 {"fsnle", two(0xF040, 0x001A), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
918 {"fsnlt", two(0xF040, 0x001B), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
919 {"fsoge", two(0xF040, 0x0003), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
920 {"fsogl", two(0xF040, 0x0006), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
921 {"fsogt", two(0xF040, 0x0002), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
922 {"fsole", two(0xF040, 0x0005), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
923 {"fsolt", two(0xF040, 0x0004), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
924 {"fsor", two(0xF040, 0x0007), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
925 {"fsseq", two(0xF040, 0x0011), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
926 {"fssf", two(0xF040, 0x0010), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
927 {"fssne", two(0xF040, 0x001E), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
928 {"fsst", two(0xF040, 0x001F), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
929 {"fst", two(0xF040, 0x000F), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
930 {"fsueq", two(0xF040, 0x0009), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
931 {"fsuge", two(0xF040, 0x000B), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
932 {"fsugt", two(0xF040, 0x000A), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
933 {"fsule", two(0xF040, 0x000D), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
934 {"fsult", two(0xF040, 0x000C), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
935 {"fsun", two(0xF040, 0x0008), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
936
937 {"fsgldivb", two(0xF000, 0x5824), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
938 {"fsgldivd", two(0xF000, 0x5424), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
939 {"fsgldivl", two(0xF000, 0x4024), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
940 {"fsgldivp", two(0xF000, 0x4C24), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
941 {"fsgldivs", two(0xF000, 0x4424), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
942 {"fsgldivw", two(0xF000, 0x5024), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
943 {"fsgldivx", two(0xF000, 0x0024), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
944 {"fsgldivx", two(0xF000, 0x4824), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
945 {"fsgldivx", two(0xF000, 0x0024), two(0xF1C0, 0xE07F), "IiFt", mfloat },
946
947 {"fsglmulb", two(0xF000, 0x5827), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
948 {"fsglmuld", two(0xF000, 0x5427), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
949 {"fsglmull", two(0xF000, 0x4027), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
950 {"fsglmulp", two(0xF000, 0x4C27), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
951 {"fsglmuls", two(0xF000, 0x4427), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
952 {"fsglmulw", two(0xF000, 0x5027), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
953 {"fsglmulx", two(0xF000, 0x0027), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
954 {"fsglmulx", two(0xF000, 0x4827), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
955 {"fsglmulx", two(0xF000, 0x0027), two(0xF1C0, 0xE07F), "IiFt", mfloat },
956
957 {"fsinb", two(0xF000, 0x580E), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
958 {"fsind", two(0xF000, 0x540E), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
959 {"fsinl", two(0xF000, 0x400E), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
960 {"fsinp", two(0xF000, 0x4C0E), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
961 {"fsins", two(0xF000, 0x440E), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
962 {"fsinw", two(0xF000, 0x500E), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
963 {"fsinx", two(0xF000, 0x000E), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
964 {"fsinx", two(0xF000, 0x480E), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
965 {"fsinx", two(0xF000, 0x000E), two(0xF1C0, 0xE07F), "IiFt", mfloat },
966
967 {"fsincosb", two(0xF000, 0x5830), two(0xF1C0, 0xFC78), "Ii;bF3F7", mfloat },
968 {"fsincosd", two(0xF000, 0x5430), two(0xF1C0, 0xFC78), "Ii;FF3F7", mfloat },
969 {"fsincosl", two(0xF000, 0x4030), two(0xF1C0, 0xFC78), "Ii;lF3F7", mfloat },
970 {"fsincosp", two(0xF000, 0x4C30), two(0xF1C0, 0xFC78), "Ii;pF3F7", mfloat },
971 {"fsincoss", two(0xF000, 0x4430), two(0xF1C0, 0xFC78), "Ii;fF3F7", mfloat },
972 {"fsincosw", two(0xF000, 0x5030), two(0xF1C0, 0xFC78), "Ii;wF3F7", mfloat },
973 {"fsincosx", two(0xF000, 0x0030), two(0xF1C0, 0xE078), "IiF8F3F7", mfloat },
974 {"fsincosx", two(0xF000, 0x4830), two(0xF1C0, 0xFC78), "Ii;xF3F7", mfloat },
975
976 {"fsinhb", two(0xF000, 0x5802), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
977 {"fsinhd", two(0xF000, 0x5402), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
978 {"fsinhl", two(0xF000, 0x4002), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
979 {"fsinhp", two(0xF000, 0x4C02), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
980 {"fsinhs", two(0xF000, 0x4402), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
981 {"fsinhw", two(0xF000, 0x5002), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
982 {"fsinhx", two(0xF000, 0x0002), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
983 {"fsinhx", two(0xF000, 0x4802), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
984 {"fsinhx", two(0xF000, 0x0002), two(0xF1C0, 0xE07F), "IiFt", mfloat },
985
986 {"fsqrtb", two(0xF000, 0x5804), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
987 {"fsqrtd", two(0xF000, 0x5404), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
988 {"fsqrtl", two(0xF000, 0x4004), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
989 {"fsqrtp", two(0xF000, 0x4C04), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
990 {"fsqrts", two(0xF000, 0x4404), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
991 {"fsqrtw", two(0xF000, 0x5004), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
992 {"fsqrtx", two(0xF000, 0x0004), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
993 {"fsqrtx", two(0xF000, 0x4804), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
994 {"fsqrtx", two(0xF000, 0x0004), two(0xF1C0, 0xE07F), "IiFt", mfloat },
995
996 {"fssqrtb", two(0xF000, 0x5841), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
997 {"fssqrtd", two(0xF000, 0x5441), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
998 {"fssqrtl", two(0xF000, 0x4041), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
999 {"fssqrtp", two(0xF000, 0x4C41), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
1000 {"fssqrts", two(0xF000, 0x4441), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
1001 {"fssqrtw", two(0xF000, 0x5041), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
1002 {"fssqrtx", two(0xF000, 0x0041), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
1003 {"fssqrtx", two(0xF000, 0x4841), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
1004 {"fssqrtx", two(0xF000, 0x0041), two(0xF1C0, 0xE07F), "IiFt", m68040up },
1005
1006 {"fdsqrtb", two(0xF000, 0x5845), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
1007 {"fdsqrtd", two(0xF000, 0x5445), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
1008 {"fdsqrtl", two(0xF000, 0x4045), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
1009 {"fdsqrtp", two(0xF000, 0x4C45), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
1010 {"fdsqrts", two(0xF000, 0x4445), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
1011 {"fdsqrtw", two(0xF000, 0x5045), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
1012 {"fdsqrtx", two(0xF000, 0x0045), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
1013 {"fdsqrtx", two(0xF000, 0x4845), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
1014 {"fdsqrtx", two(0xF000, 0x0045), two(0xF1C0, 0xE07F), "IiFt", m68040up },
1015
1016 {"fsubb", two(0xF000, 0x5828), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
1017 {"fsubd", two(0xF000, 0x5428), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
1018 {"fsubl", two(0xF000, 0x4028), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
1019 {"fsubp", two(0xF000, 0x4C28), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
1020 {"fsubs", two(0xF000, 0x4428), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
1021 {"fsubw", two(0xF000, 0x5028), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
1022 {"fsubx", two(0xF000, 0x0028), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
1023 {"fsubx", two(0xF000, 0x4828), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
1024 {"fsubx", two(0xF000, 0x0028), two(0xF1C0, 0xE07F), "IiFt", mfloat },
1025
1026 {"fssubb", two(0xF000, 0x5868), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
1027 {"fssubd", two(0xF000, 0x5468), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
1028 {"fssubl", two(0xF000, 0x4068), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
1029 {"fssubp", two(0xF000, 0x4C68), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
1030 {"fssubs", two(0xF000, 0x4468), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
1031 {"fssubw", two(0xF000, 0x5068), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
1032 {"fssubx", two(0xF000, 0x0068), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
1033 {"fssubx", two(0xF000, 0x4868), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
1034 {"fssubx", two(0xF000, 0x0068), two(0xF1C0, 0xE07F), "IiFt", m68040up },
1035
1036 {"fdsubb", two(0xF000, 0x586c), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
1037 {"fdsubd", two(0xF000, 0x546c), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
1038 {"fdsubl", two(0xF000, 0x406c), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
1039 {"fdsubp", two(0xF000, 0x4C6c), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
1040 {"fdsubs", two(0xF000, 0x446c), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
1041 {"fdsubw", two(0xF000, 0x506c), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
1042 {"fdsubx", two(0xF000, 0x006c), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
1043 {"fdsubx", two(0xF000, 0x486c), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
1044 {"fdsubx", two(0xF000, 0x006c), two(0xF1C0, 0xE07F), "IiFt", m68040up },
1045
1046 {"ftanb", two(0xF000, 0x580F), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
1047 {"ftand", two(0xF000, 0x540F), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
1048 {"ftanl", two(0xF000, 0x400F), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
1049 {"ftanp", two(0xF000, 0x4C0F), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
1050 {"ftans", two(0xF000, 0x440F), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
1051 {"ftanw", two(0xF000, 0x500F), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
1052 {"ftanx", two(0xF000, 0x000F), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
1053 {"ftanx", two(0xF000, 0x480F), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
1054 {"ftanx", two(0xF000, 0x000F), two(0xF1C0, 0xE07F), "IiFt", mfloat },
1055
1056 {"ftanhb", two(0xF000, 0x5809), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
1057 {"ftanhd", two(0xF000, 0x5409), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
1058 {"ftanhl", two(0xF000, 0x4009), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
1059 {"ftanhp", two(0xF000, 0x4C09), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
1060 {"ftanhs", two(0xF000, 0x4409), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
1061 {"ftanhw", two(0xF000, 0x5009), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
1062 {"ftanhx", two(0xF000, 0x0009), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
1063 {"ftanhx", two(0xF000, 0x4809), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
1064 {"ftanhx", two(0xF000, 0x0009), two(0xF1C0, 0xE07F), "IiFt", mfloat },
1065
1066 {"ftentoxb", two(0xF000, 0x5812), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
1067 {"ftentoxd", two(0xF000, 0x5412), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
1068 {"ftentoxl", two(0xF000, 0x4012), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
1069 {"ftentoxp", two(0xF000, 0x4C12), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
1070 {"ftentoxs", two(0xF000, 0x4412), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
1071 {"ftentoxw", two(0xF000, 0x5012), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
1072 {"ftentoxx", two(0xF000, 0x0012), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
1073 {"ftentoxx", two(0xF000, 0x4812), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
1074 {"ftentoxx", two(0xF000, 0x0012), two(0xF1C0, 0xE07F), "IiFt", mfloat },
1075
1076 {"ftrapeq", two(0xF07C, 0x0001), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1077 {"ftrapf", two(0xF07C, 0x0000), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1078 {"ftrapge", two(0xF07C, 0x0013), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1079 {"ftrapgl", two(0xF07C, 0x0016), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1080 {"ftrapgle", two(0xF07C, 0x0017), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1081 {"ftrapgt", two(0xF07C, 0x0012), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1082 {"ftraple", two(0xF07C, 0x0015), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1083 {"ftraplt", two(0xF07C, 0x0014), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1084 {"ftrapne", two(0xF07C, 0x000E), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1085 {"ftrapnge", two(0xF07C, 0x001C), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1086 {"ftrapngl", two(0xF07C, 0x0019), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1087 {"ftrapngle", two(0xF07C, 0x0018), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1088 {"ftrapngt", two(0xF07C, 0x001D), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1089 {"ftrapnle", two(0xF07C, 0x001A), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1090 {"ftrapnlt", two(0xF07C, 0x001B), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1091 {"ftrapoge", two(0xF07C, 0x0003), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1092 {"ftrapogl", two(0xF07C, 0x0006), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1093 {"ftrapogt", two(0xF07C, 0x0002), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1094 {"ftrapole", two(0xF07C, 0x0005), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1095 {"ftrapolt", two(0xF07C, 0x0004), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1096 {"ftrapor", two(0xF07C, 0x0007), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1097 {"ftrapseq", two(0xF07C, 0x0011), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1098 {"ftrapsf", two(0xF07C, 0x0010), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1099 {"ftrapsne", two(0xF07C, 0x001E), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1100 {"ftrapst", two(0xF07C, 0x001F), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1101 {"ftrapt", two(0xF07C, 0x000F), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1102 {"ftrapueq", two(0xF07C, 0x0009), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1103 {"ftrapuge", two(0xF07C, 0x000B), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1104 {"ftrapugt", two(0xF07C, 0x000A), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1105 {"ftrapule", two(0xF07C, 0x000D), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1106 {"ftrapult", two(0xF07C, 0x000C), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1107 {"ftrapun", two(0xF07C, 0x0008), two(0xF1FF, 0xFFFF), "Ii", mfloat },
1108
1109 {"ftrapeqw", two(0xF07A, 0x0001), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1110 {"ftrapfw", two(0xF07A, 0x0000), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1111 {"ftrapgew", two(0xF07A, 0x0013), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1112 {"ftrapglw", two(0xF07A, 0x0016), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1113 {"ftrapglew", two(0xF07A, 0x0017), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1114 {"ftrapgtw", two(0xF07A, 0x0012), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1115 {"ftraplew", two(0xF07A, 0x0015), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1116 {"ftrapltw", two(0xF07A, 0x0014), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1117 {"ftrapnew", two(0xF07A, 0x000E), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1118 {"ftrapngew", two(0xF07A, 0x001C), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1119 {"ftrapnglw", two(0xF07A, 0x0019), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1120 {"ftrapnglew", two(0xF07A, 0x0018), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1121 {"ftrapngtw", two(0xF07A, 0x001D), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1122 {"ftrapnlew", two(0xF07A, 0x001A), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1123 {"ftrapnltw", two(0xF07A, 0x001B), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1124 {"ftrapogew", two(0xF07A, 0x0003), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1125 {"ftrapoglw", two(0xF07A, 0x0006), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1126 {"ftrapogtw", two(0xF07A, 0x0002), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1127 {"ftrapolew", two(0xF07A, 0x0005), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1128 {"ftrapoltw", two(0xF07A, 0x0004), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1129 {"ftraporw", two(0xF07A, 0x0007), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1130 {"ftrapseqw", two(0xF07A, 0x0011), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1131 {"ftrapsfw", two(0xF07A, 0x0010), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1132 {"ftrapsnew", two(0xF07A, 0x001E), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1133 {"ftrapstw", two(0xF07A, 0x001F), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1134 {"ftraptw", two(0xF07A, 0x000F), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1135 {"ftrapueqw", two(0xF07A, 0x0009), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1136 {"ftrapugew", two(0xF07A, 0x000B), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1137 {"ftrapugtw", two(0xF07A, 0x000A), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1138 {"ftrapulew", two(0xF07A, 0x000D), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1139 {"ftrapultw", two(0xF07A, 0x000C), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1140 {"ftrapunw", two(0xF07A, 0x0008), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
1141
1142 {"ftrapeql", two(0xF07B, 0x0001), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1143 {"ftrapfl", two(0xF07B, 0x0000), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1144 {"ftrapgel", two(0xF07B, 0x0013), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1145 {"ftrapgll", two(0xF07B, 0x0016), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1146 {"ftrapglel", two(0xF07B, 0x0017), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1147 {"ftrapgtl", two(0xF07B, 0x0012), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1148 {"ftraplel", two(0xF07B, 0x0015), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1149 {"ftrapltl", two(0xF07B, 0x0014), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1150 {"ftrapnel", two(0xF07B, 0x000E), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1151 {"ftrapngel", two(0xF07B, 0x001C), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1152 {"ftrapngll", two(0xF07B, 0x0019), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1153 {"ftrapnglel", two(0xF07B, 0x0018), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1154 {"ftrapngtl", two(0xF07B, 0x001D), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1155 {"ftrapnlel", two(0xF07B, 0x001A), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1156 {"ftrapnltl", two(0xF07B, 0x001B), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1157 {"ftrapogel", two(0xF07B, 0x0003), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1158 {"ftrapogll", two(0xF07B, 0x0006), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1159 {"ftrapogtl", two(0xF07B, 0x0002), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1160 {"ftrapolel", two(0xF07B, 0x0005), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1161 {"ftrapoltl", two(0xF07B, 0x0004), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1162 {"ftraporl", two(0xF07B, 0x0007), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1163 {"ftrapseql", two(0xF07B, 0x0011), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1164 {"ftrapsfl", two(0xF07B, 0x0010), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1165 {"ftrapsnel", two(0xF07B, 0x001E), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1166 {"ftrapstl", two(0xF07B, 0x001F), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1167 {"ftraptl", two(0xF07B, 0x000F), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1168 {"ftrapueql", two(0xF07B, 0x0009), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1169 {"ftrapugel", two(0xF07B, 0x000B), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1170 {"ftrapugtl", two(0xF07B, 0x000A), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1171 {"ftrapulel", two(0xF07B, 0x000D), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1172 {"ftrapultl", two(0xF07B, 0x000C), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1173 {"ftrapunl", two(0xF07B, 0x0008), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
1174
1175 {"ftstb", two(0xF000, 0x583A), two(0xF1C0, 0xFC7F), "Ii;b", mfloat },
1176 {"ftstd", two(0xF000, 0x543A), two(0xF1C0, 0xFC7F), "Ii;F", mfloat },
1177 {"ftstl", two(0xF000, 0x403A), two(0xF1C0, 0xFC7F), "Ii;l", mfloat },
1178 {"ftstp", two(0xF000, 0x4C3A), two(0xF1C0, 0xFC7F), "Ii;p", mfloat },
1179 {"ftsts", two(0xF000, 0x443A), two(0xF1C0, 0xFC7F), "Ii;f", mfloat },
1180 {"ftstw", two(0xF000, 0x503A), two(0xF1C0, 0xFC7F), "Ii;w", mfloat },
1181 {"ftstx", two(0xF000, 0x003A), two(0xF1C0, 0xE07F), "IiF8", mfloat },
1182 {"ftstx", two(0xF000, 0x483A), two(0xF1C0, 0xFC7F), "Ii;x", mfloat },
1183
1184 {"ftwotoxb", two(0xF000, 0x5811), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
1185 {"ftwotoxd", two(0xF000, 0x5411), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
1186 {"ftwotoxl", two(0xF000, 0x4011), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
1187 {"ftwotoxp", two(0xF000, 0x4C11), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
1188 {"ftwotoxs", two(0xF000, 0x4411), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
1189 {"ftwotoxw", two(0xF000, 0x5011), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
1190 {"ftwotoxx", two(0xF000, 0x0011), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
1191 {"ftwotoxx", two(0xF000, 0x4811), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
1192 {"ftwotoxx", two(0xF000, 0x0011), two(0xF1C0, 0xE07F), "IiFt", mfloat },
1193
1194 {"halt", one(0045310), one(0177777), "", mcf5200 },
1195
1196 {"illegal", one(0045374), one(0177777), "", m68000up },
1197
1198 {"jmp", one(0047300), one(0177700), "!s", m68000up | mcf5200 },
1199
1200 {"jra", one(0060000), one(0177400), "Bg", m68000up | mcf5200 },
1201 {"jra", one(0047300), one(0177700), "!s", m68000up | mcf5200 },
1202
1203 {"jsr", one(0047200), one(0177700), "!s", m68000up | mcf5200 },
1204
1205 {"jbsr", one(0060400), one(0177400), "Bg", m68000up | mcf5200 },
1206 {"jbsr", one(0047200), one(0177700), "!s", m68000up | mcf5200 },
1207
1208 {"lea", one(0040700), one(0170700), "!sAd", m68000up | mcf5200 },
1209
1210 {"lpstop", two(0174000,0000700), two(0177777,0177777), "", cpu32|m68060 },
1211
1212 {"linkw", one(0047120), one(0177770), "As#w", m68000up | mcf5200 },
1213 {"linkl", one(0044010), one(0177770), "As#l", m68020up | cpu32 },
1214 {"link", one(0047120), one(0177770), "As#W", m68000up | mcf5200 },
1215 {"link", one(0044010), one(0177770), "As#l", m68020up | cpu32 },
1216
1217 {"lslb", one(0160410), one(0170770), "QdDs", m68000up },
1218 {"lslb", one(0160450), one(0170770), "DdDs", m68000up },
1219 {"lslw", one(0160510), one(0170770), "QdDs", m68000up },
1220 {"lslw", one(0160550), one(0170770), "DdDs", m68000up },
1221 {"lslw", one(0161700), one(0177700), "~s", m68000up },
1222 {"lsll", one(0160610), one(0170770), "QdDs", m68000up | mcf5200 },
1223 {"lsll", one(0160650), one(0170770), "DdDs", m68000up | mcf5200 },
1224
1225 {"lsrb", one(0160010), one(0170770), "QdDs", m68000up },
1226 {"lsrb", one(0160050), one(0170770), "DdDs", m68000up },
1227 {"lsrw", one(0160110), one(0170770), "QdDs", m68000up },
1228 {"lsrw", one(0160150), one(0170770), "DdDs", m68000up },
1229 {"lsrw", one(0161300), one(0177700), "~s", m68000up },
1230 {"lsrl", one(0160210), one(0170770), "QdDs", m68000up | mcf5200 },
1231 {"lsrl", one(0160250), one(0170770), "DdDs", m68000up | mcf5200 },
1232
1233 /* NOTE: The mcf5200 family programmer's reference manual does not
1234 indicate the byte form of the movea instruction is invalid (as it
1235 is on 68000 family cpus). However, experiments on the 5202 yeild
1236 unexpected results. The value is copied, but it is not sign extended
1237 (as is done with movea.w) and the top three bytes in the address
1238 register are not disturbed. I don't know if this is the intended
1239 behavior --- it could be a hole in instruction decoding (Motorola
1240 decided not to trap all invalid instructions for performance reasons)
1241 --- but I suspect that it is not.
1242
1243 I reported this to Motorola ISD Technical Communications Support,
1244 which replied that other coldfire assemblers reject movea.b. For
1245 this reason I've decided to not allow moveab.
1246
1247 jtc@cygnus.com - 97/01/24
1248 */
1249
1250 {"moveal", one(0020100), one(0170700), "*lAd", m68000up | mcf5200 },
1251 {"moveaw", one(0030100), one(0170700), "*wAd", m68000up | mcf5200 },
1252
1253 {"movec", one(0047173), one(0177777), "R1Jj", m68010up | mcf5200 },
1254 {"movec", one(0047173), one(0177777), "R1#j", m68010up | mcf5200 },
1255 {"movec", one(0047172), one(0177777), "JjR1", m68010up },
1256 {"movec", one(0047172), one(0177777), "#jR1", m68010up },
1257
1258 {"movemw", one(0044200), one(0177700), "Lw&s", m68000up },
1259 {"movemw", one(0044240), one(0177770), "lw-s", m68000up },
1260 {"movemw", one(0044200), one(0177700), "#w>s", m68000up },
1261 {"movemw", one(0046200), one(0177700), "<sLw", m68000up },
1262 {"movemw", one(0046200), one(0177700), "<s#w", m68000up },
1263 {"moveml", one(0044300), one(0177700), "Lw&s", m68000up },
1264 {"moveml", one(0044340), one(0177770), "lw-s", m68000up },
1265 {"moveml", one(0044300), one(0177700), "#w>s", m68000up },
1266 {"moveml", one(0046300), one(0177700), "<sLw", m68000up },
1267 {"moveml", one(0046300), one(0177700), "<s#w", m68000up },
1268 /* FIXME: need specifier for mode 2 and 5 to simplify below insn patterns */
1269 {"moveml", one(0044320), one(0177770), "Lwas", mcf5200 },
1270 {"moveml", one(0044320), one(0177770), "#was", mcf5200 },
1271 {"moveml", one(0044350), one(0177770), "Lwds", mcf5200 },
1272 {"moveml", one(0044350), one(0177770), "#wds", mcf5200 },
1273 {"moveml", one(0046320), one(0177770), "asLw", mcf5200 },
1274 {"moveml", one(0046320), one(0177770), "as#w", mcf5200 },
1275 {"moveml", one(0046350), one(0177770), "dsLw", mcf5200 },
1276 {"moveml", one(0046350), one(0177770), "ds#w", mcf5200 },
1277
1278 {"movepw", one(0000410), one(0170770), "dsDd", m68000up },
1279 {"movepw", one(0000610), one(0170770), "Ddds", m68000up },
1280 {"movepl", one(0000510), one(0170770), "dsDd", m68000up },
1281 {"movepl", one(0000710), one(0170770), "Ddds", m68000up },
1282
1283 {"moveq", one(0070000), one(0170400), "MsDd", m68000up | mcf5200 },
1284 {"moveq", one(0070000), one(0170400), "#BDd", m68000up | mcf5200 },
1285
1286 /* The move opcode can generate the movea and moveq instructions. */
1287 {"moveb", one(0010000), one(0170000), ";b$d", m68000up },
1288 {"moveb", one(0010000), one(0170000), "ms$d", mcf5200 },
1289 {"moveb", one(0010000), one(0170000), "nspd", mcf5200 },
1290 {"moveb", one(0010000), one(0170000), "obmd", mcf5200 },
1291
1292 {"movew", one(0030000), one(0170000), "*w%d", m68000up },
1293 {"movew", one(0030000), one(0170000), "ms%d", mcf5200 },
1294 {"movew", one(0030000), one(0170000), "nspd", mcf5200 },
1295 {"movew", one(0030000), one(0170000), "owmd", mcf5200 },
1296 {"movew", one(0040300), one(0177700), "Ss$s", m68000up },
1297 {"movew", one(0040300), one(0177770), "SsDs", mcf5200 },
1298 {"movew", one(0041300), one(0177700), "Cs$s", m68010up },
1299 {"movew", one(0041300), one(0177770), "CsDs", mcf5200 },
1300 {"movew", one(0042300), one(0177700), ";wCd", m68000up },
1301 {"movew", one(0042300), one(0177700), "DsCd", mcf5200 },
1302 {"movew", one(0042300), one(0177700), "#wCd", mcf5200 },
1303 {"movew", one(0043300), one(0177700), ";wSd", m68000up },
1304 {"movew", one(0043300), one(0177700), "DsSd", mcf5200 },
1305 {"movew", one(0043300), one(0177700), "#wSd", mcf5200 },
1306
1307 {"movel", one(0070000), one(0170400), "MsDd", m68000up | mcf5200 },
1308 {"movel", one(0020000), one(0170000), "*l%d", m68000up },
1309 {"movel", one(0020000), one(0170000), "ms%d", mcf5200 },
1310 {"movel", one(0020000), one(0170000), "nspd", mcf5200 },
1311 {"movel", one(0020000), one(0170000), "olmd", mcf5200 },
1312 {"movel", one(0047140), one(0177770), "AsUd", m68000up },
1313 {"movel", one(0047150), one(0177770), "UdAs", m68000up },
1314
1315 {"move", one(0030000), one(0170000), "*w%d", m68000up },
1316 {"move", one(0030000), one(0170000), "ms%d", mcf5200 },
1317 {"move", one(0030000), one(0170000), "nspd", mcf5200 },
1318 {"move", one(0030000), one(0170000), "owmd", mcf5200 },
1319 {"move", one(0040300), one(0177700), "Ss$s", m68000up },
1320 {"move", one(0040300), one(0177770), "SsDs", mcf5200 },
1321 {"move", one(0041300), one(0177700), "Cs$s", m68010up },
1322 {"move", one(0041300), one(0177770), "CsDs", mcf5200 },
1323 {"move", one(0042300), one(0177700), ";wCd", m68000up },
1324 {"move", one(0042300), one(0177700), "DsCd", mcf5200 },
1325 {"move", one(0042300), one(0177700), "#wCd", mcf5200 },
1326 {"move", one(0043300), one(0177700), ";wSd", m68000up },
1327 {"move", one(0043300), one(0177700), "DsSd", mcf5200 },
1328 {"move", one(0043300), one(0177700), "#wSd", mcf5200 },
1329
1330 {"move", one(0047140), one(0177770), "AsUd", m68000up },
1331 {"move", one(0047150), one(0177770), "UdAs", m68000up },
1332
1333 {"movesb", two(0007000, 0), two(0177700, 07777), "~sR1", m68010up },
1334 {"movesb", two(0007000, 04000), two(0177700, 07777), "R1~s", m68010up },
1335 {"movesw", two(0007100, 0), two(0177700, 07777), "~sR1", m68010up },
1336 {"movesw", two(0007100, 04000), two(0177700, 07777), "R1~s", m68010up },
1337 {"movesl", two(0007200, 0), two(0177700, 07777), "~sR1", m68010up },
1338 {"movesl", two(0007200, 04000), two(0177700, 07777), "R1~s", m68010up },
1339
1340 {"move16", two(0xf620, 0x8000), two(0xfff8, 0x8fff), "+s+1", m68040up },
1341 {"move16", one(0xf600), one(0xfff8), "+s_L", m68040up },
1342 {"move16", one(0xf608), one(0xfff8), "_L+s", m68040up },
1343 {"move16", one(0xf610), one(0xfff8), "as_L", m68040up },
1344 {"move16", one(0xf618), one(0xfff8), "_Las", m68040up },
1345
1346 {"mulsw", one(0140700), one(0170700), ";wDd", m68000up|mcf5200 },
1347 {"mulsl", two(0046000,004000), two(0177700,0107770), ";lD1", m68020up|cpu32|mcf5200 },
1348 {"mulsl", two(0046000,006000), two(0177700,0107770), ";lD3D1",m68020up|cpu32 },
1349
1350 {"muluw", one(0140300), one(0170700), ";wDd", m68000up|mcf5200 },
1351 {"mulul", two(0046000,000000), two(0177700,0107770), ";lD1", m68020up|cpu32|mcf5200 },
1352 {"mulul", two(0046000,002000), two(0177700,0107770), ";lD3D1",m68020up|cpu32 },
1353
1354 {"nbcd", one(0044000), one(0177700), "$s", m68000up },
1355
1356 {"negb", one(0042000), one(0177700), "$s", m68000up },
1357 {"negw", one(0042100), one(0177700), "$s", m68000up },
1358 {"negl", one(0042200), one(0177700), "$s", m68000up },
1359 {"negl", one(0042200), one(0177700), "Ds", mcf5200},
1360
1361 {"negxb", one(0040000), one(0177700), "$s", m68000up },
1362 {"negxw", one(0040100), one(0177700), "$s", m68000up },
1363 {"negxl", one(0040200), one(0177700), "$s", m68000up },
1364 {"negxl", one(0040200), one(0177700), "Ds", mcf5200},
1365
1366 {"nop", one(0047161), one(0177777), "", m68000up | mcf5200},
1367
1368 {"notb", one(0043000), one(0177700), "$s", m68000up },
1369 {"notw", one(0043100), one(0177700), "$s", m68000up },
1370 {"notl", one(0043200), one(0177700), "$s", m68000up },
1371 {"notl", one(0043200), one(0177700), "Ds", mcf5200},
1372
1373 {"orib", one(0000000), one(0177700), "#b$s", m68000up },
1374 {"orib", one(0000074), one(0177777), "#bCs", m68000up },
1375 {"oriw", one(0000100), one(0177700), "#w$s", m68000up },
1376 {"oriw", one(0000174), one(0177777), "#wSs", m68000up },
1377 {"oril", one(0000200), one(0177700), "#l$s", m68000up },
1378 {"oril", one(0000200), one(0177700), "#lDs", mcf5200 },
1379 {"ori", one(0000074), one(0177777), "#bCs", m68000up },
1380 {"ori", one(0000100), one(0177700), "#w$s", m68000up },
1381 {"ori", one(0000174), one(0177777), "#wSs", m68000up },
1382
1383 /* The or opcode can generate the ori instruction. */
1384 {"orb", one(0000000), one(0177700), "#b$s", m68000up },
1385 {"orb", one(0000074), one(0177777), "#bCs", m68000up },
1386 {"orb", one(0100000), one(0170700), ";bDd", m68000up },
1387 {"orb", one(0100400), one(0170700), "Dd~s", m68000up },
1388 {"orw", one(0000100), one(0177700), "#w$s", m68000up },
1389 {"orw", one(0000174), one(0177777), "#wSs", m68000up },
1390 {"orw", one(0100100), one(0170700), ";wDd", m68000up },
1391 {"orw", one(0100500), one(0170700), "Dd~s", m68000up },
1392 {"orl", one(0000200), one(0177700), "#l$s", m68000up },
1393 {"orl", one(0000200), one(0177700), "#lDs", mcf5200 },
1394 {"orl", one(0100200), one(0170700), ";lDd", m68000up | mcf5200 },
1395 {"orl", one(0100600), one(0170700), "Dd~s", m68000up | mcf5200 },
1396 {"or", one(0000074), one(0177777), "#bCs", m68000up },
1397 {"or", one(0000100), one(0177700), "#w$s", m68000up },
1398 {"or", one(0000174), one(0177777), "#wSs", m68000up },
1399 {"or", one(0100100), one(0170700), ";wDd", m68000up },
1400 {"or", one(0100500), one(0170700), "Dd~s", m68000up },
1401
1402 {"pack", one(0100500), one(0170770), "DsDd#w", m68020up },
1403 {"pack", one(0100510), one(0170770), "-s-d#w", m68020up },
1404
1405 {"pbac", one(0xf087), one(0xffbf), "Bc", m68851 },
1406 {"pbacw", one(0xf087), one(0xffff), "BW", m68851 },
1407 {"pbas", one(0xf086), one(0xffbf), "Bc", m68851 },
1408 {"pbasw", one(0xf086), one(0xffff), "BW", m68851 },
1409 {"pbbc", one(0xf081), one(0xffbf), "Bc", m68851 },
1410 {"pbbcw", one(0xf081), one(0xffff), "BW", m68851 },
1411 {"pbbs", one(0xf080), one(0xffbf), "Bc", m68851 },
1412 {"pbbsw", one(0xf080), one(0xffff), "BW", m68851 },
1413 {"pbcc", one(0xf08f), one(0xffbf), "Bc", m68851 },
1414 {"pbccw", one(0xf08f), one(0xffff), "BW", m68851 },
1415 {"pbcs", one(0xf08e), one(0xffbf), "Bc", m68851 },
1416 {"pbcsw", one(0xf08e), one(0xffff), "BW", m68851 },
1417 {"pbgc", one(0xf08d), one(0xffbf), "Bc", m68851 },
1418 {"pbgcw", one(0xf08d), one(0xffff), "BW", m68851 },
1419 {"pbgs", one(0xf08c), one(0xffbf), "Bc", m68851 },
1420 {"pbgsw", one(0xf08c), one(0xffff), "BW", m68851 },
1421 {"pbic", one(0xf08b), one(0xffbf), "Bc", m68851 },
1422 {"pbicw", one(0xf08b), one(0xffff), "BW", m68851 },
1423 {"pbis", one(0xf08a), one(0xffbf), "Bc", m68851 },
1424 {"pbisw", one(0xf08a), one(0xffff), "BW", m68851 },
1425 {"pblc", one(0xf083), one(0xffbf), "Bc", m68851 },
1426 {"pblcw", one(0xf083), one(0xffff), "BW", m68851 },
1427 {"pbls", one(0xf082), one(0xffbf), "Bc", m68851 },
1428 {"pblsw", one(0xf082), one(0xffff), "BW", m68851 },
1429 {"pbsc", one(0xf085), one(0xffbf), "Bc", m68851 },
1430 {"pbscw", one(0xf085), one(0xffff), "BW", m68851 },
1431 {"pbss", one(0xf084), one(0xffbf), "Bc", m68851 },
1432 {"pbssw", one(0xf084), one(0xffff), "BW", m68851 },
1433 {"pbwc", one(0xf089), one(0xffbf), "Bc", m68851 },
1434 {"pbwcw", one(0xf089), one(0xffff), "BW", m68851 },
1435 {"pbws", one(0xf088), one(0xffbf), "Bc", m68851 },
1436 {"pbwsw", one(0xf088), one(0xffff), "BW", m68851 },
1437
1438 {"pdbac", two(0xf048, 0x0007), two(0xfff8, 0xffff), "DsBw", m68851 },
1439 {"pdbas", two(0xf048, 0x0006), two(0xfff8, 0xffff), "DsBw", m68851 },
1440 {"pdbbc", two(0xf048, 0x0001), two(0xfff8, 0xffff), "DsBw", m68851 },
1441 {"pdbbs", two(0xf048, 0x0000), two(0xfff8, 0xffff), "DsBw", m68851 },
1442 {"pdbcc", two(0xf048, 0x000f), two(0xfff8, 0xffff), "DsBw", m68851 },
1443 {"pdbcs", two(0xf048, 0x000e), two(0xfff8, 0xffff), "DsBw", m68851 },
1444 {"pdbgc", two(0xf048, 0x000d), two(0xfff8, 0xffff), "DsBw", m68851 },
1445 {"pdbgs", two(0xf048, 0x000c), two(0xfff8, 0xffff), "DsBw", m68851 },
1446 {"pdbic", two(0xf048, 0x000b), two(0xfff8, 0xffff), "DsBw", m68851 },
1447 {"pdbis", two(0xf048, 0x000a), two(0xfff8, 0xffff), "DsBw", m68851 },
1448 {"pdblc", two(0xf048, 0x0003), two(0xfff8, 0xffff), "DsBw", m68851 },
1449 {"pdbls", two(0xf048, 0x0002), two(0xfff8, 0xffff), "DsBw", m68851 },
1450 {"pdbsc", two(0xf048, 0x0005), two(0xfff8, 0xffff), "DsBw", m68851 },
1451 {"pdbss", two(0xf048, 0x0004), two(0xfff8, 0xffff), "DsBw", m68851 },
1452 {"pdbwc", two(0xf048, 0x0009), two(0xfff8, 0xffff), "DsBw", m68851 },
1453 {"pdbws", two(0xf048, 0x0008), two(0xfff8, 0xffff), "DsBw", m68851 },
1454
1455 {"pea", one(0044100), one(0177700), "!s", m68000up|mcf5200 },
1456
1457 {"pflusha", one(0xf518), one(0xfff8), "", m68040up },
1458 {"pflusha", two(0xf000,0x2400), two(0xffff,0xffff), "", m68030 | m68851 },
1459
1460 {"pflush", two(0xf000,0x3010), two(0xffc0,0xfe10), "T3T9", m68030|m68851 },
1461 {"pflush", two(0xf000,0x3810), two(0xffc0,0xfe10), "T3T9&s", m68030|m68851 },
1462 {"pflush", two(0xf000,0x3008), two(0xffc0,0xfe18), "D3T9", m68030|m68851 },
1463 {"pflush", two(0xf000,0x3808), two(0xffc0,0xfe18), "D3T9&s", m68030|m68851 },
1464 {"pflush", two(0xf000,0x3000), two(0xffc0,0xfe1e), "f3T9", m68030|m68851 },
1465 {"pflush", two(0xf000,0x3800), two(0xffc0,0xfe1e), "f3T9&s", m68030|m68851 },
1466 {"pflush", one(0xf508), one(0xfff8), "as", m68040up },
1467 {"pflush", one(0xf508), one(0xfff8), "As", m68040up },
1468
1469 {"pflushan", one(0xf510), one(0xfff8), "", m68040up },
1470 {"pflushn", one(0xf500), one(0xfff8), "as", m68040up },
1471 {"pflushn", one(0xf500), one(0xfff8), "As", m68040up },
1472
1473 {"pflushr", two(0xf000, 0xa000), two(0xffc0, 0xffff), "|s", m68851 },
1474
1475 {"pflushs", two(0xf000, 0x3410), two(0xfff8, 0xfe10), "T3T9", m68851 },
1476 {"pflushs", two(0xf000, 0x3c10), two(0xfff8, 0xfe10), "T3T9&s", m68851 },
1477 {"pflushs", two(0xf000, 0x3408), two(0xfff8, 0xfe18), "D3T9", m68851 },
1478 {"pflushs", two(0xf000, 0x3c08), two(0xfff8, 0xfe18), "D3T9&s", m68851 },
1479 {"pflushs", two(0xf000, 0x3400), two(0xfff8, 0xfe1e), "f3T9", m68851 },
1480 {"pflushs", two(0xf000, 0x3c00), two(0xfff8, 0xfe1e), "f3T9&s", m68851 },
1481
1482 {"ploadr", two(0xf000,0x2210), two(0xffc0,0xfff0), "T3&s", m68030|m68851 },
1483 {"ploadr", two(0xf000,0x2208), two(0xffc0,0xfff8), "D3&s", m68030|m68851 },
1484 {"ploadr", two(0xf000,0x2200), two(0xffc0,0xfffe), "f3&s", m68030|m68851 },
1485 {"ploadw", two(0xf000,0x2010), two(0xffc0,0xfff0), "T3&s", m68030|m68851 },
1486 {"ploadw", two(0xf000,0x2008), two(0xffc0,0xfff8), "D3&s", m68030|m68851 },
1487 {"ploadw", two(0xf000,0x2000), two(0xffc0,0xfffe), "f3&s", m68030|m68851 },
1488
1489 {"plpar", one(0xf5c8), one(0xfff8), "as", m68060 },
1490 {"plpaw", one(0xf588), one(0xfff8), "as", m68060 },
1491
1492 {"pmove", two(0xf000,0x4000), two(0xffc0,0xffff), "*l08", m68030|m68851 },
1493 {"pmove", two(0xf000,0x5c00), two(0xffc0,0xffff), "*w18", m68851 },
1494 {"pmove", two(0xf000,0x4000), two(0xffc0,0xe3ff), "*b28", m68851 },
1495 {"pmove", two(0xf000,0x4200), two(0xffc0,0xffff), "08%s", m68030|m68851 },
1496 {"pmove", two(0xf000,0x5e00), two(0xffc0,0xffff), "18%s", m68851 },
1497 {"pmove", two(0xf000,0x4200), two(0xffc0,0xe3ff), "28%s", m68851 },
1498 {"pmove", two(0xf000,0x4000), two(0xffc0,0xe3ff), "|sW8", m68030|m68851 },
1499 {"pmove", two(0xf000,0x4200), two(0xffc0,0xe3ff), "W8~s", m68030|m68851 },
1500 {"pmove", two(0xf000,0x6200), two(0xffc0,0xe3e3), "*wX3", m68851 },
1501 {"pmove", two(0xf000,0x6000), two(0xffc0,0xe3e3), "X3%s", m68851 },
1502 {"pmove", two(0xf000,0x6000), two(0xffc0,0xffff), "*wY8", m68030|m68851 },
1503 {"pmove", two(0xf000,0x6200), two(0xffc0,0xffff), "Y8%s", m68030|m68851 },
1504 {"pmove", two(0xf000,0x6600), two(0xffc0,0xffff), "Z8%s", m68851 },
1505 {"pmove", two(0xf000,0x0800), two(0xffc0,0xfbff), "*l38", m68030 },
1506 {"pmove", two(0xf000,0x0a00), two(0xffc0,0xfbff), "38%s", m68030 },
1507
1508 {"pmovefd", two(0xf000, 0x4100), two(0xffc0, 0xe3ff), "*l08", m68030 },
1509 {"pmovefd", two(0xf000, 0x4100), two(0xffc0, 0xe3ff), "|sW8", m68030 },
1510 {"pmovefd", two(0xf000, 0x0900), two(0xffc0, 0xfbff), "*l38", m68030 },
1511
1512 {"prestore", one(0xf140), one(0xffc0), "<s", m68851 },
1513
1514 {"psave", one(0xf100), one(0xffc0), ">s", m68851 },
1515
1516 {"psac", two(0xf040, 0x0007), two(0xffc0, 0xffff), "$s", m68851 },
1517 {"psas", two(0xf040, 0x0006), two(0xffc0, 0xffff), "$s", m68851 },
1518 {"psbc", two(0xf040, 0x0001), two(0xffc0, 0xffff), "$s", m68851 },
1519 {"psbs", two(0xf040, 0x0000), two(0xffc0, 0xffff), "$s", m68851 },
1520 {"pscc", two(0xf040, 0x000f), two(0xffc0, 0xffff), "$s", m68851 },
1521 {"pscs", two(0xf040, 0x000e), two(0xffc0, 0xffff), "$s", m68851 },
1522 {"psgc", two(0xf040, 0x000d), two(0xffc0, 0xffff), "$s", m68851 },
1523 {"psgs", two(0xf040, 0x000c), two(0xffc0, 0xffff), "$s", m68851 },
1524 {"psic", two(0xf040, 0x000b), two(0xffc0, 0xffff), "$s", m68851 },
1525 {"psis", two(0xf040, 0x000a), two(0xffc0, 0xffff), "$s", m68851 },
1526 {"pslc", two(0xf040, 0x0003), two(0xffc0, 0xffff), "$s", m68851 },
1527 {"psls", two(0xf040, 0x0002), two(0xffc0, 0xffff), "$s", m68851 },
1528 {"pssc", two(0xf040, 0x0005), two(0xffc0, 0xffff), "$s", m68851 },
1529 {"psss", two(0xf040, 0x0004), two(0xffc0, 0xffff), "$s", m68851 },
1530 {"pswc", two(0xf040, 0x0009), two(0xffc0, 0xffff), "$s", m68851 },
1531 {"psws", two(0xf040, 0x0008), two(0xffc0, 0xffff), "$s", m68851 },
1532
1533 {"ptestr", two(0xf000,0x8210), two(0xffc0, 0xe3f0), "T3&st8", m68030|m68851 },
1534 {"ptestr", two(0xf000,0x8310), two(0xffc0,0xe310), "T3&st8A9", m68030|m68851 },
1535 {"ptestr", two(0xf000,0x8208), two(0xffc0,0xe3f8), "D3&st8", m68030|m68851 },
1536 {"ptestr", two(0xf000,0x8308), two(0xffc0,0xe318), "D3&st8A9", m68030|m68851 },
1537 {"ptestr", two(0xf000,0x8200), two(0xffc0,0xe3fe), "f3&st8", m68030|m68851 },
1538 {"ptestr", two(0xf000,0x8300), two(0xffc0,0xe31e), "f3&st8A9", m68030|m68851 },
1539 {"ptestr", one(0xf568), one(0xfff8), "as", m68040 },
1540
1541 {"ptestw", two(0xf000,0x8010), two(0xffc0,0xe3f0), "T3&st8", m68030|m68851 },
1542 {"ptestw", two(0xf000,0x8110), two(0xffc0,0xe310), "T3&st8A9", m68030|m68851 },
1543 {"ptestw", two(0xf000,0x8008), two(0xffc0,0xe3f8), "D3&st8", m68030|m68851 },
1544 {"ptestw", two(0xf000,0x8108), two(0xffc0,0xe318), "D3&st8A9", m68030|m68851 },
1545 {"ptestw", two(0xf000,0x8000), two(0xffc0,0xe3fe), "f3&st8", m68030|m68851 },
1546 {"ptestw", two(0xf000,0x8100), two(0xffc0,0xe31e), "f3&st8A9", m68030|m68851 },
1547 {"ptestw", one(0xf548), one(0xfff8), "as", m68040 },
1548
1549 {"ptrapacw", two(0xf07a, 0x0007), two(0xffff, 0xffff), "#w", m68851 },
1550 {"ptrapacl", two(0xf07b, 0x0007), two(0xffff, 0xffff), "#l", m68851 },
1551 {"ptrapac", two(0xf07c, 0x0007), two(0xffff, 0xffff), "", m68851 },
1552
1553 {"ptrapasw", two(0xf07a, 0x0006), two(0xffff, 0xffff), "#w", m68851 },
1554 {"ptrapasl", two(0xf07b, 0x0006), two(0xffff, 0xffff), "#l", m68851 },
1555 {"ptrapas", two(0xf07c, 0x0006), two(0xffff, 0xffff), "", m68851 },
1556
1557 {"ptrapbcw", two(0xf07a, 0x0001), two(0xffff, 0xffff), "#w", m68851 },
1558 {"ptrapbcl", two(0xf07b, 0x0001), two(0xffff, 0xffff), "#l", m68851 },
1559 {"ptrapbc", two(0xf07c, 0x0001), two(0xffff, 0xffff), "", m68851 },
1560
1561 {"ptrapbsw", two(0xf07a, 0x0000), two(0xffff, 0xffff), "#w", m68851 },
1562 {"ptrapbsl", two(0xf07b, 0x0000), two(0xffff, 0xffff), "#l", m68851 },
1563 {"ptrapbs", two(0xf07c, 0x0000), two(0xffff, 0xffff), "", m68851 },
1564
1565 {"ptrapccw", two(0xf07a, 0x000f), two(0xffff, 0xffff), "#w", m68851 },
1566 {"ptrapccl", two(0xf07b, 0x000f), two(0xffff, 0xffff), "#l", m68851 },
1567 {"ptrapcc", two(0xf07c, 0x000f), two(0xffff, 0xffff), "", m68851 },
1568
1569 {"ptrapcsw", two(0xf07a, 0x000e), two(0xffff, 0xffff), "#w", m68851 },
1570 {"ptrapcsl", two(0xf07b, 0x000e), two(0xffff, 0xffff), "#l", m68851 },
1571 {"ptrapcs", two(0xf07c, 0x000e), two(0xffff, 0xffff), "", m68851 },
1572
1573 {"ptrapgcw", two(0xf07a, 0x000d), two(0xffff, 0xffff), "#w", m68851 },
1574 {"ptrapgcl", two(0xf07b, 0x000d), two(0xffff, 0xffff), "#l", m68851 },
1575 {"ptrapgc", two(0xf07c, 0x000d), two(0xffff, 0xffff), "", m68851 },
1576
1577 {"ptrapgsw", two(0xf07a, 0x000c), two(0xffff, 0xffff), "#w", m68851 },
1578 {"ptrapgsl", two(0xf07b, 0x000c), two(0xffff, 0xffff), "#l", m68851 },
1579 {"ptrapgs", two(0xf07c, 0x000c), two(0xffff, 0xffff), "", m68851 },
1580
1581 {"ptrapicw", two(0xf07a, 0x000b), two(0xffff, 0xffff), "#w", m68851 },
1582 {"ptrapicl", two(0xf07b, 0x000b), two(0xffff, 0xffff), "#l", m68851 },
1583 {"ptrapic", two(0xf07c, 0x000b), two(0xffff, 0xffff), "", m68851 },
1584
1585 {"ptrapisw", two(0xf07a, 0x000a), two(0xffff, 0xffff), "#w", m68851 },
1586 {"ptrapisl", two(0xf07b, 0x000a), two(0xffff, 0xffff), "#l", m68851 },
1587 {"ptrapis", two(0xf07c, 0x000a), two(0xffff, 0xffff), "", m68851 },
1588
1589 {"ptraplcw", two(0xf07a, 0x0003), two(0xffff, 0xffff), "#w", m68851 },
1590 {"ptraplcl", two(0xf07b, 0x0003), two(0xffff, 0xffff), "#l", m68851 },
1591 {"ptraplc", two(0xf07c, 0x0003), two(0xffff, 0xffff), "", m68851 },
1592
1593 {"ptraplsw", two(0xf07a, 0x0002), two(0xffff, 0xffff), "#w", m68851 },
1594 {"ptraplsl", two(0xf07b, 0x0002), two(0xffff, 0xffff), "#l", m68851 },
1595 {"ptrapls", two(0xf07c, 0x0002), two(0xffff, 0xffff), "", m68851 },
1596
1597 {"ptrapscw", two(0xf07a, 0x0005), two(0xffff, 0xffff), "#w", m68851 },
1598 {"ptrapscl", two(0xf07b, 0x0005), two(0xffff, 0xffff), "#l", m68851 },
1599 {"ptrapsc", two(0xf07c, 0x0005), two(0xffff, 0xffff), "", m68851 },
1600
1601 {"ptrapssw", two(0xf07a, 0x0004), two(0xffff, 0xffff), "#w", m68851 },
1602 {"ptrapssl", two(0xf07b, 0x0004), two(0xffff, 0xffff), "#l", m68851 },
1603 {"ptrapss", two(0xf07c, 0x0004), two(0xffff, 0xffff), "", m68851 },
1604
1605 {"ptrapwcw", two(0xf07a, 0x0009), two(0xffff, 0xffff), "#w", m68851 },
1606 {"ptrapwcl", two(0xf07b, 0x0009), two(0xffff, 0xffff), "#l", m68851 },
1607 {"ptrapwc", two(0xf07c, 0x0009), two(0xffff, 0xffff), "", m68851 },
1608
1609 {"ptrapwsw", two(0xf07a, 0x0008), two(0xffff, 0xffff), "#w", m68851 },
1610 {"ptrapwsl", two(0xf07b, 0x0008), two(0xffff, 0xffff), "#l", m68851 },
1611 {"ptrapws", two(0xf07c, 0x0008), two(0xffff, 0xffff), "", m68851 },
1612
1613 {"pulse", one(0045314), one(0177777), "", mcf5200 },
1614
1615 {"pvalid", two(0xf000, 0x2800), two(0xffc0, 0xffff), "Vs&s", m68851 },
1616 {"pvalid", two(0xf000, 0x2c00), two(0xffc0, 0xfff8), "A3&s", m68851 },
1617
1618 {"reset", one(0047160), one(0177777), "", m68000up },
1619
1620 {"rolb", one(0160430), one(0170770), "QdDs", m68000up },
1621 {"rolb", one(0160470), one(0170770), "DdDs", m68000up },
1622 {"rolw", one(0160530), one(0170770), "QdDs", m68000up },
1623 {"rolw", one(0160570), one(0170770), "DdDs", m68000up },
1624 {"rolw", one(0163700), one(0177700), "~s", m68000up },
1625 {"roll", one(0160630), one(0170770), "QdDs", m68000up },
1626 {"roll", one(0160670), one(0170770), "DdDs", m68000up },
1627
1628 {"rorb", one(0160030), one(0170770), "QdDs", m68000up },
1629 {"rorb", one(0160070), one(0170770), "DdDs", m68000up },
1630 {"rorw", one(0160130), one(0170770), "QdDs", m68000up },
1631 {"rorw", one(0160170), one(0170770), "DdDs", m68000up },
1632 {"rorw", one(0163300), one(0177700), "~s", m68000up },
1633 {"rorl", one(0160230), one(0170770), "QdDs", m68000up },
1634 {"rorl", one(0160270), one(0170770), "DdDs", m68000up },
1635
1636 {"roxlb", one(0160420), one(0170770), "QdDs", m68000up },
1637 {"roxlb", one(0160460), one(0170770), "DdDs", m68000up },
1638 {"roxlw", one(0160520), one(0170770), "QdDs", m68000up },
1639 {"roxlw", one(0160560), one(0170770), "DdDs", m68000up },
1640 {"roxlw", one(0162700), one(0177700), "~s", m68000up },
1641 {"roxll", one(0160620), one(0170770), "QdDs", m68000up },
1642 {"roxll", one(0160660), one(0170770), "DdDs", m68000up },
1643
1644 {"roxrb", one(0160020), one(0170770), "QdDs", m68000up },
1645 {"roxrb", one(0160060), one(0170770), "DdDs", m68000up },
1646 {"roxrw", one(0160120), one(0170770), "QdDs", m68000up },
1647 {"roxrw", one(0160160), one(0170770), "DdDs", m68000up },
1648 {"roxrw", one(0162300), one(0177700), "~s", m68000up },
1649 {"roxrl", one(0160220), one(0170770), "QdDs", m68000up },
1650 {"roxrl", one(0160260), one(0170770), "DdDs", m68000up },
1651
1652 {"rtd", one(0047164), one(0177777), "#w", m68010up },
1653
1654 {"rte", one(0047163), one(0177777), "", m68000up|mcf5200 },
1655
1656 {"rtm", one(0003300), one(0177760), "Rs", m68020 },
1657
1658 {"rtr", one(0047167), one(0177777), "", m68000up },
1659
1660 {"rts", one(0047165), one(0177777), "", m68000up|mcf5200 },
1661
1662 {"sbcd", one(0100400), one(0170770), "DsDd", m68000up },
1663 {"sbcd", one(0100410), one(0170770), "-s-d", m68000up },
1664
1665
1666 {"scc", one(0052300), one(0177700), "$s", m68000up },
1667 {"scc", one(0052300), one(0177700), "Ds", mcf5200 },
1668 {"scs", one(0052700), one(0177700), "$s", m68000up },
1669 {"scs", one(0052700), one(0177700), "Ds", mcf5200 },
1670 {"seq", one(0053700), one(0177700), "$s", m68000up },
1671 {"seq", one(0053700), one(0177700), "Ds", mcf5200 },
1672 {"sf", one(0050700), one(0177700), "$s", m68000up },
1673 {"sf", one(0050700), one(0177700), "Ds", mcf5200 },
1674 {"sge", one(0056300), one(0177700), "$s", m68000up },
1675 {"sge", one(0056300), one(0177700), "Ds", mcf5200 },
1676 {"sgt", one(0057300), one(0177700), "$s", m68000up },
1677 {"sgt", one(0057300), one(0177700), "Ds", mcf5200 },
1678 {"shi", one(0051300), one(0177700), "$s", m68000up },
1679 {"shi", one(0051300), one(0177700), "Ds", mcf5200 },
1680 {"sle", one(0057700), one(0177700), "$s", m68000up },
1681 {"sle", one(0057700), one(0177700), "Ds", mcf5200 },
1682 {"sls", one(0051700), one(0177700), "$s", m68000up },
1683 {"sls", one(0051700), one(0177700), "Ds", mcf5200 },
1684 {"slt", one(0056700), one(0177700), "$s", m68000up },
1685 {"slt", one(0056700), one(0177700), "Ds", mcf5200 },
1686 {"smi", one(0055700), one(0177700), "$s", m68000up },
1687 {"smi", one(0055700), one(0177700), "Ds", mcf5200 },
1688 {"sne", one(0053300), one(0177700), "$s", m68000up },
1689 {"sne", one(0053300), one(0177700), "Ds", mcf5200 },
1690 {"spl", one(0055300), one(0177700), "$s", m68000up },
1691 {"spl", one(0055300), one(0177700), "Ds", mcf5200 },
1692 {"st", one(0050300), one(0177700), "$s", m68000up },
1693 {"st", one(0050300), one(0177700), "Ds", mcf5200 },
1694 {"svc", one(0054300), one(0177700), "$s", m68000up },
1695 {"svc", one(0054300), one(0177700), "Ds", mcf5200 },
1696 {"svs", one(0054700), one(0177700), "$s", m68000up },
1697 {"svs", one(0054700), one(0177700), "Ds", mcf5200 },
1698
1699 {"stop", one(0047162), one(0177777), "#w", m68000up | mcf5200 },
1700
1701 {"subal", one(0110700), one(0170700), "*lAd", m68000up | mcf5200 },
1702 {"subaw", one(0110300), one(0170700), "*wAd", m68000up },
1703
1704 {"subib", one(0002000), one(0177700), "#b$s", m68000up },
1705 {"subiw", one(0002100), one(0177700), "#w$s", m68000up },
1706 {"subil", one(0002200), one(0177700), "#l$s", m68000up },
1707 {"subil", one(0002200), one(0177700), "#lDs", mcf5200 },
1708
1709 {"subqb", one(0050400), one(0170700), "Qd%s", m68000up },
1710 {"subqw", one(0050500), one(0170700), "Qd%s", m68000up },
1711 {"subql", one(0050600), one(0170700), "Qd%s", m68000up | mcf5200 },
1712
1713 /* The sub opcode can generate the suba, subi, and subq instructions. */
1714 {"subb", one(0050400), one(0170700), "Qd%s", m68000up },
1715 {"subb", one(0002000), one(0177700), "#b$s", m68000up },
1716 {"subb", one(0110000), one(0170700), ";bDd", m68000up },
1717 {"subb", one(0110400), one(0170700), "Dd~s", m68000up },
1718 {"subw", one(0050500), one(0170700), "Qd%s", m68000up },
1719 {"subw", one(0002100), one(0177700), "#w$s", m68000up },
1720 {"subw", one(0110300), one(0170700), "*wAd", m68000up },
1721 {"subw", one(0110100), one(0170700), "*wDd", m68000up },
1722 {"subw", one(0110500), one(0170700), "Dd~s", m68000up },
1723 {"subl", one(0050600), one(0170700), "Qd%s", m68000up | mcf5200 },
1724 {"subl", one(0002200), one(0177700), "#l$s", m68000up },
1725 {"subl", one(0002200), one(0177700), "#lDs", mcf5200 },
1726 {"subl", one(0110700), one(0170700), "*lAd", m68000up | mcf5200 },
1727 {"subl", one(0110200), one(0170700), "*lDd", m68000up | mcf5200 },
1728 {"subl", one(0110600), one(0170700), "Dd~s", m68000up | mcf5200 },
1729
1730 {"subxb", one(0110400), one(0170770), "DsDd", m68000up },
1731 {"subxb", one(0110410), one(0170770), "-s-d", m68000up },
1732 {"subxw", one(0110500), one(0170770), "DsDd", m68000up },
1733 {"subxw", one(0110510), one(0170770), "-s-d", m68000up },
1734 {"subxl", one(0110600), one(0170770), "DsDd", m68000up | mcf5200 },
1735 {"subxl", one(0110610), one(0170770), "-s-d", m68000up },
1736
1737 {"swap", one(0044100), one(0177770), "Ds", m68000up | mcf5200 },
1738
1739 /* swbeg and swbegl are magic constants used on sysV68. The compiler
1740 generates them before a switch table. They tell the debugger and
1741 disassembler that a switch table follows. The parameter is the
1742 number of elements in the table. swbeg means that the entries in
1743 the table are word (2 byte) sized, and swbegl means that the
1744 entries in the table are longword (4 byte) sized. */
1745 {"swbeg", one(0045374), one(0177777), "#w", m68000up | mcf5200 },
1746 {"swbegl", one(0045375), one(0177777), "#l", m68000up | mcf5200 },
1747
1748 {"tas", one(0045300), one(0177700), "$s", m68000up },
1749
1750 #define TBL1(name,signed,round,size) \
1751 {name, two(0174000, (signed<<11)|(!round<<10)|(size<<6)|0000400), \
1752 two(0177700,0107777), "`sD1", cpu32 }, \
1753 {name, two(0174000, (signed<<11)|(!round<<10)|(size<<6)), \
1754 two(0177770,0107770), "DsD3D1", cpu32 }
1755 #define TBL(name1, name2, name3, s, r) \
1756 TBL1(name1, s, r, 0), TBL1(name2, s, r, 1), TBL1(name3, s, r, 2)
1757 TBL("tblsb", "tblsw", "tblsl", 1, 1),
1758 TBL("tblsnb", "tblsnw", "tblsnl", 1, 0),
1759 TBL("tblub", "tbluw", "tblul", 0, 1),
1760 TBL("tblunb", "tblunw", "tblunl", 0, 0),
1761
1762 {"trap", one(0047100), one(0177760), "Ts", m68000up | mcf5200 },
1763
1764 {"trapcc", one(0052374), one(0177777), "", m68020up | cpu32 },
1765 {"trapcs", one(0052774), one(0177777), "", m68020up | cpu32 },
1766 {"trapeq", one(0053774), one(0177777), "", m68020up | cpu32 },
1767 {"trapf", one(0050774), one(0177777), "", m68020up | cpu32 | mcf5200 },
1768 {"trapge", one(0056374), one(0177777), "", m68020up | cpu32 },
1769 {"trapgt", one(0057374), one(0177777), "", m68020up | cpu32 },
1770 {"traphi", one(0051374), one(0177777), "", m68020up | cpu32 },
1771 {"traple", one(0057774), one(0177777), "", m68020up | cpu32 },
1772 {"trapls", one(0051774), one(0177777), "", m68020up | cpu32 },
1773 {"traplt", one(0056774), one(0177777), "", m68020up | cpu32 },
1774 {"trapmi", one(0055774), one(0177777), "", m68020up | cpu32 },
1775 {"trapne", one(0053374), one(0177777), "", m68020up | cpu32 },
1776 {"trappl", one(0055374), one(0177777), "", m68020up | cpu32 },
1777 {"trapt", one(0050374), one(0177777), "", m68020up | cpu32 },
1778 {"trapvc", one(0054374), one(0177777), "", m68020up | cpu32 },
1779 {"trapvs", one(0054774), one(0177777), "", m68020up | cpu32 },
1780
1781 {"trapccw", one(0052372), one(0177777), "#w", m68020up|cpu32 },
1782 {"trapcsw", one(0052772), one(0177777), "#w", m68020up|cpu32 },
1783 {"trapeqw", one(0053772), one(0177777), "#w", m68020up|cpu32 },
1784 {"trapfw", one(0050772), one(0177777), "#w", m68020up|cpu32|mcf5200},
1785 {"trapgew", one(0056372), one(0177777), "#w", m68020up|cpu32 },
1786 {"trapgtw", one(0057372), one(0177777), "#w", m68020up|cpu32 },
1787 {"traphiw", one(0051372), one(0177777), "#w", m68020up|cpu32 },
1788 {"traplew", one(0057772), one(0177777), "#w", m68020up|cpu32 },
1789 {"traplsw", one(0051772), one(0177777), "#w", m68020up|cpu32 },
1790 {"trapltw", one(0056772), one(0177777), "#w", m68020up|cpu32 },
1791 {"trapmiw", one(0055772), one(0177777), "#w", m68020up|cpu32 },
1792 {"trapnew", one(0053372), one(0177777), "#w", m68020up|cpu32 },
1793 {"trapplw", one(0055372), one(0177777), "#w", m68020up|cpu32 },
1794 {"traptw", one(0050372), one(0177777), "#w", m68020up|cpu32 },
1795 {"trapvcw", one(0054372), one(0177777), "#w", m68020up|cpu32 },
1796 {"trapvsw", one(0054772), one(0177777), "#w", m68020up|cpu32 },
1797
1798 {"trapccl", one(0052373), one(0177777), "#l", m68020up|cpu32 },
1799 {"trapcsl", one(0052773), one(0177777), "#l", m68020up|cpu32 },
1800 {"trapeql", one(0053773), one(0177777), "#l", m68020up|cpu32 },
1801 {"trapfl", one(0050773), one(0177777), "#l", m68020up|cpu32|mcf5200},
1802 {"trapgel", one(0056373), one(0177777), "#l", m68020up|cpu32 },
1803 {"trapgtl", one(0057373), one(0177777), "#l", m68020up|cpu32 },
1804 {"traphil", one(0051373), one(0177777), "#l", m68020up|cpu32 },
1805 {"traplel", one(0057773), one(0177777), "#l", m68020up|cpu32 },
1806 {"traplsl", one(0051773), one(0177777), "#l", m68020up|cpu32 },
1807 {"trapltl", one(0056773), one(0177777), "#l", m68020up|cpu32 },
1808 {"trapmil", one(0055773), one(0177777), "#l", m68020up|cpu32 },
1809 {"trapnel", one(0053373), one(0177777), "#l", m68020up|cpu32 },
1810 {"trappll", one(0055373), one(0177777), "#l", m68020up|cpu32 },
1811 {"traptl", one(0050373), one(0177777), "#l", m68020up|cpu32 },
1812 {"trapvcl", one(0054373), one(0177777), "#l", m68020up|cpu32 },
1813 {"trapvsl", one(0054773), one(0177777), "#l", m68020up|cpu32 },
1814
1815 {"trapv", one(0047166), one(0177777), "", m68000up },
1816
1817 {"tstb", one(0045000), one(0177700), ";b", m68000up | mcf5200 },
1818 {"tstw", one(0045100), one(0177700), "*w", m68000up | mcf5200 },
1819 {"tstl", one(0045200), one(0177700), "*l", m68000up | mcf5200 },
1820
1821 {"unlk", one(0047130), one(0177770), "As", m68000up | mcf5200 },
1822
1823 {"unpk", one(0100600), one(0170770), "DsDd#w", m68020up },
1824 {"unpk", one(0100610), one(0170770), "-s-d#w", m68020up },
1825
1826 {"wddatab", one(0172000), one(0177700), "~s", mcf5200 },
1827 {"wddataw", one(0172100), one(0177700), "~s", mcf5200 },
1828 {"wddatal", one(0172200), one(0177700), "~s", mcf5200 },
1829
1830 };
1831
1832 const int m68k_numopcodes = sizeof m68k_opcodes / sizeof m68k_opcodes[0];
1833
1834 /* These aliases used to be in the above table, each one duplicating
1835 all of the entries for its primary exactly. This table was
1836 constructed by mechanical processing of the opcode table, with a
1837 small number of tweaks done by hand. There are probably a lot more
1838 aliases above that could be moved down here, except for very minor
1839 differences. */
1840
1841 const struct m68k_opcode_alias m68k_opcode_aliases[] =
1842 {
1843 { "add", "addw", },
1844 { "adda", "addaw", },
1845 { "addi", "addiw", },
1846 { "addq", "addqw", },
1847 { "addx", "addxw", },
1848 { "asl", "aslw", },
1849 { "asr", "asrw", },
1850 { "bhi", "bhiw", },
1851 { "bls", "blsw", },
1852 { "bcc", "bccw", },
1853 { "bcs", "bcsw", },
1854 { "bne", "bnew", },
1855 { "beq", "beqw", },
1856 { "bvc", "bvcw", },
1857 { "bvs", "bvsw", },
1858 { "bpl", "bplw", },
1859 { "bmi", "bmiw", },
1860 { "bge", "bgew", },
1861 { "blt", "bltw", },
1862 { "bgt", "bgtw", },
1863 { "ble", "blew", },
1864 { "bra", "braw", },
1865 { "bsr", "bsrw", },
1866 { "bhib", "bhis", },
1867 { "blsb", "blss", },
1868 { "bccb", "bccs", },
1869 { "bcsb", "bcss", },
1870 { "bneb", "bnes", },
1871 { "beqb", "beqs", },
1872 { "bvcb", "bvcs", },
1873 { "bvsb", "bvss", },
1874 { "bplb", "bpls", },
1875 { "bmib", "bmis", },
1876 { "bgeb", "bges", },
1877 { "bltb", "blts", },
1878 { "bgtb", "bgts", },
1879 { "bleb", "bles", },
1880 { "brab", "bras", },
1881 { "bsrb", "bsrs", },
1882 { "bhs", "bccw" },
1883 { "bhss", "bccs" },
1884 { "bhsb", "bccs" },
1885 { "bhsw", "bccw" },
1886 { "bhsl", "bccl" },
1887 { "br", "braw", },
1888 { "brs", "bras", },
1889 { "brb", "bras", },
1890 { "brw", "braw", },
1891 { "brl", "bral", },
1892 { "jfnlt", "bcc", }, /* apparently a sun alias */
1893 { "jfngt", "ble", }, /* apparently a sun alias */
1894 { "jfeq", "beqs", }, /* apparently a sun alias */
1895 { "bchgb", "bchg", },
1896 { "bchgl", "bchg", },
1897 { "bclrb", "bclr", },
1898 { "bclrl", "bclr", },
1899 { "bsetb", "bset", },
1900 { "bsetl", "bset", },
1901 { "btstb", "btst", },
1902 { "btstl", "btst", },
1903 { "cas2", "cas2w", },
1904 { "cas", "casw", },
1905 { "chk2", "chk2w", },
1906 { "chk", "chkw", },
1907 { "clr", "clrw", },
1908 { "cmp2", "cmp2w", },
1909 { "cmpa", "cmpaw", },
1910 { "cmpi", "cmpiw", },
1911 { "cmpm", "cmpmw", },
1912 { "cmp", "cmpw", },
1913 { "dbccw", "dbcc", },
1914 { "dbcsw", "dbcs", },
1915 { "dbeqw", "dbeq", },
1916 { "dbfw", "dbf", },
1917 { "dbgew", "dbge", },
1918 { "dbgtw", "dbgt", },
1919 { "dbhiw", "dbhi", },
1920 { "dblew", "dble", },
1921 { "dblsw", "dbls", },
1922 { "dbltw", "dblt", },
1923 { "dbmiw", "dbmi", },
1924 { "dbnew", "dbne", },
1925 { "dbplw", "dbpl", },
1926 { "dbtw", "dbt", },
1927 { "dbvcw", "dbvc", },
1928 { "dbvsw", "dbvs", },
1929 { "dbhs", "dbcc", },
1930 { "dbhsw", "dbcc", },
1931 { "dbra", "dbf", },
1932 { "dbraw", "dbf", },
1933 { "tdivsl", "divsl", },
1934 { "divs", "divsw", },
1935 { "divu", "divuw", },
1936 { "ext", "extw", },
1937 { "extbw", "extw", },
1938 { "extwl", "extl", },
1939 { "fbneq", "fbne", },
1940 { "fbsneq", "fbsne", },
1941 { "fdbneq", "fdbne", },
1942 { "fdbsneq", "fdbsne", },
1943 { "fmovecr", "fmovecrx", },
1944 { "fmovm", "fmovem", },
1945 { "fsneq", "fsne", },
1946 { "fssneq", "fssne", },
1947 { "ftrapneq", "ftrapne", },
1948 { "ftrapsneq", "ftrapsne", },
1949 { "fjneq", "fjne", },
1950 { "fjsneq", "fjsne", },
1951 { "jmpl", "jmp", },
1952 { "jmps", "jmp", },
1953 { "jsrl", "jsr", },
1954 { "jsrs", "jsr", },
1955 { "leal", "lea", },
1956 { "lsl", "lslw", },
1957 { "lsr", "lsrw", },
1958 { "movea", "moveaw", },
1959 { "movem", "movemw", },
1960 { "movml", "moveml", },
1961 { "movmw", "movemw", },
1962 { "movm", "movemw", },
1963 { "movep", "movepw", },
1964 { "movpw", "movepw", },
1965 { "moves", "movesw" },
1966 { "muls", "mulsw", },
1967 { "mulu", "muluw", },
1968 { "nbcdb", "nbcd" },
1969 { "neg", "negw", },
1970 { "negx", "negxw", },
1971 { "not", "notw", },
1972 { "peal", "pea", },
1973 { "rol", "rolw", },
1974 { "ror", "rorw", },
1975 { "roxl", "roxlw", },
1976 { "roxr", "roxrw", },
1977 { "sbcdb", "sbcd", },
1978 { "sccb", "scc", },
1979 { "scsb", "scs", },
1980 { "seqb", "seq", },
1981 { "sfb", "sf", },
1982 { "sgeb", "sge", },
1983 { "sgtb", "sgt", },
1984 { "shib", "shi", },
1985 { "sleb", "sle", },
1986 { "slsb", "sls", },
1987 { "sltb", "slt", },
1988 { "smib", "smi", },
1989 { "sneb", "sne", },
1990 { "splb", "spl", },
1991 { "stb", "st", },
1992 { "svcb", "svc", },
1993 { "svsb", "svs", },
1994 { "sfge", "sge", },
1995 { "sfgt", "sgt", },
1996 { "sfle", "sle", },
1997 { "sflt", "slt", },
1998 { "sfneq", "sne", },
1999 { "suba", "subaw", },
2000 { "subi", "subiw", },
2001 { "subq", "subqw", },
2002 { "sub", "subw", },
2003 { "subx", "subxw", },
2004 { "swapw", "swap", },
2005 { "tasb", "tas", },
2006 { "tpcc", "trapcc", },
2007 { "tcc", "trapcc", },
2008 { "tst", "tstw", },
2009 { "jbra", "jra", },
2010 { "jbhi", "jhi", },
2011 { "jbls", "jls", },
2012 { "jbcc", "jcc", },
2013 { "jbcs", "jcs", },
2014 { "jbne", "jne", },
2015 { "jbeq", "jeq", },
2016 { "jbvc", "jvc", },
2017 { "jbvs", "jvs", },
2018 { "jbpl", "jpl", },
2019 { "jbmi", "jmi", },
2020 { "jbge", "jge", },
2021 { "jblt", "jlt", },
2022 { "jbgt", "jgt", },
2023 { "jble", "jle", },
2024 { "movql", "moveq", },
2025 { "moveql", "moveq", },
2026 { "movl", "movel", },
2027 { "movq", "moveq", },
2028 { "moval", "moveal", },
2029 { "movaw", "moveaw", },
2030 { "movb", "moveb", },
2031 { "movc", "movec", },
2032 { "movecl", "movec", },
2033 { "movpl", "movepl", },
2034 { "movw", "movew", },
2035 { "movsb", "movesb", },
2036 { "movsl", "movesl", },
2037 { "movsw", "movesw", },
2038
2039 { "tdivul", "divul", }, /* for m68k-svr4 */
2040 { "fmovb", "fmoveb", },
2041 { "fsmovb", "fsmoveb", },
2042 { "fdmovb", "fdmoveb", },
2043 { "fmovd", "fmoved", },
2044 { "fsmovd", "fsmoved", },
2045 { "fmovl", "fmovel", },
2046 { "fsmovl", "fsmovel", },
2047 { "fdmovl", "fdmovel", },
2048 { "fmovp", "fmovep", },
2049 { "fsmovp", "fsmovep", },
2050 { "fdmovp", "fdmovep", },
2051 { "fmovs", "fmoves", },
2052 { "fsmovs", "fsmoves", },
2053 { "fdmovs", "fdmoves", },
2054 { "fmovw", "fmovew", },
2055 { "fsmovw", "fsmovew", },
2056 { "fdmovw", "fdmovew", },
2057 { "fmovx", "fmovex", },
2058 { "fsmovx", "fsmovex", },
2059 { "fdmovx", "fdmovex", },
2060 { "fmovcr", "fmovecr", },
2061 { "fmovcrx", "fmovecrx", },
2062 { "ftestb", "ftstb", },
2063 { "ftestd", "ftstd", },
2064 { "ftestl", "ftstl", },
2065 { "ftestp", "ftstp", },
2066 { "ftests", "ftsts", },
2067 { "ftestw", "ftstw", },
2068 { "ftestx", "ftstx", },
2069 };
2070
2071 const int m68k_numaliases =
2072 sizeof m68k_opcode_aliases / sizeof m68k_opcode_aliases[0];
This page took 0.153283 seconds and 4 git commands to generate.