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