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