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