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