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