xref: /openbsd-src/gnu/usr.bin/binutils/opcodes/m68k-opc.c (revision 007c2a4539b8b8aaa95c5e73e77620090abe113b)
1b305b0f1Sespie /* Opcode table for m680[012346]0/m6888[12]/m68851/mcf5200.
2b55d4692Sfgsch    Copyright 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3*007c2a45Smiod    2000, 2001, 2003
4b55d4692Sfgsch    Free Software Foundation, Inc.
52159047fSniklas 
62159047fSniklas    This file is part of GDB, GAS, and the GNU binutils.
72159047fSniklas 
82159047fSniklas    GDB, GAS, and the GNU binutils are free software; you can redistribute
92159047fSniklas    them and/or modify them under the terms of the GNU General Public
102159047fSniklas    License as published by the Free Software Foundation; either version
112159047fSniklas    1, or (at your option) any later version.
122159047fSniklas 
132159047fSniklas    GDB, GAS, and the GNU binutils are distributed in the hope that they
142159047fSniklas    will be useful, but WITHOUT ANY WARRANTY; without even the implied
152159047fSniklas    warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
162159047fSniklas    the GNU General Public License for more details.
172159047fSniklas 
182159047fSniklas    You should have received a copy of the GNU General Public License
192159047fSniklas    along with this file; see the file COPYING.  If not, write to the Free
202159047fSniklas    Software Foundation, 59 Temple Place - Suite 330, Boston, MA
212159047fSniklas    02111-1307, USA.  */
222159047fSniklas 
23b305b0f1Sespie #include "sysdep.h"
242159047fSniklas #include "opcode/m68k.h"
252159047fSniklas 
262159047fSniklas #define one(x) ((unsigned int) (x) << 16)
272159047fSniklas #define two(x, y) (((unsigned int) (x) << 16) + (y))
282159047fSniklas 
292159047fSniklas /* The assembler requires that all instances of the same mnemonic must
302159047fSniklas    be consecutive.  If they aren't, the assembler will bomb at
312159047fSniklas    runtime.  */
322159047fSniklas 
332159047fSniklas const struct m68k_opcode m68k_opcodes[] =
342159047fSniklas {
352159047fSniklas {"abcd",	one(0140400),	one(0170770), "DsDd", m68000up },
362159047fSniklas {"abcd",	one(0140410),	one(0170770), "-s-d", m68000up },
372159047fSniklas 
382159047fSniklas {"addaw",	one(0150300),	one(0170700), "*wAd", m68000up },
39b305b0f1Sespie {"addal",	one(0150700),	one(0170700), "*lAd", m68000up | mcf },
402159047fSniklas 
41b305b0f1Sespie {"addib",	one(0003000),	one(0177700), "#b$s", m68000up },
42b305b0f1Sespie {"addiw",	one(0003100),	one(0177700), "#w$s", m68000up },
43b305b0f1Sespie {"addil",	one(0003200),	one(0177700), "#l$s", m68000up },
44b305b0f1Sespie {"addil",	one(0003200),	one(0177700), "#lDs", mcf },
452159047fSniklas 
462159047fSniklas {"addqb",	one(0050000),	one(0170700), "Qd$b", m68000up },
472159047fSniklas {"addqw",	one(0050100),	one(0170700), "Qd%w", m68000up },
48b305b0f1Sespie {"addql",	one(0050200),	one(0170700), "Qd%l", m68000up | mcf },
492159047fSniklas 
502159047fSniklas /* The add opcode can generate the adda, addi, and addq instructions.  */
512159047fSniklas {"addb",	one(0050000),	one(0170700), "Qd$b", m68000up },
52b305b0f1Sespie {"addb",	one(0003000),	one(0177700), "#b$s", m68000up },
532159047fSniklas {"addb",	one(0150000),	one(0170700), ";bDd", m68000up },
542159047fSniklas {"addb",	one(0150400),	one(0170700), "Dd~b", m68000up },
552159047fSniklas {"addw",	one(0050100),	one(0170700), "Qd%w", m68000up },
562159047fSniklas {"addw",	one(0150300),	one(0170700), "*wAd", m68000up },
57b305b0f1Sespie {"addw",	one(0003100),	one(0177700), "#w$s", m68000up },
582159047fSniklas {"addw",	one(0150100),	one(0170700), "*wDd", m68000up },
592159047fSniklas {"addw",	one(0150500),	one(0170700), "Dd~w", m68000up },
60b305b0f1Sespie {"addl",	one(0050200),	one(0170700), "Qd%l", m68000up | mcf },
61b305b0f1Sespie {"addl",	one(0003200),	one(0177700), "#l$s", m68000up },
62b305b0f1Sespie {"addl",	one(0003200),	one(0177700), "#lDs", mcf },
63b305b0f1Sespie {"addl",	one(0150700),	one(0170700), "*lAd", m68000up | mcf },
64b305b0f1Sespie {"addl",	one(0150200),	one(0170700), "*lDd", m68000up | mcf },
65b305b0f1Sespie {"addl",	one(0150600),	one(0170700), "Dd~l", m68000up | mcf },
662159047fSniklas 
672159047fSniklas {"addxb",	one(0150400),	one(0170770), "DsDd", m68000up },
682159047fSniklas {"addxb",	one(0150410),	one(0170770), "-s-d", m68000up },
692159047fSniklas {"addxw",	one(0150500),	one(0170770), "DsDd", m68000up },
702159047fSniklas {"addxw",	one(0150510),	one(0170770), "-s-d", m68000up },
71b305b0f1Sespie {"addxl",	one(0150600),	one(0170770), "DsDd", m68000up | mcf },
722159047fSniklas {"addxl",	one(0150610),	one(0170770), "-s-d", m68000up },
732159047fSniklas 
74b305b0f1Sespie {"andib",	one(0001000),	one(0177700), "#b$s", m68000up },
75b305b0f1Sespie {"andib",	one(0001074),	one(0177777), "#bCs", m68000up },
76b305b0f1Sespie {"andiw",	one(0001100),	one(0177700), "#w$s", m68000up },
77b305b0f1Sespie {"andiw",	one(0001174),	one(0177777), "#wSs", m68000up },
78b305b0f1Sespie {"andil",	one(0001200),	one(0177700), "#l$s", m68000up },
79b305b0f1Sespie {"andil",	one(0001200),	one(0177700), "#lDs", mcf },
80b305b0f1Sespie {"andi",	one(0001100),	one(0177700), "#w$s", m68000up },
81b305b0f1Sespie {"andi",	one(0001074),	one(0177777), "#bCs", m68000up },
82b305b0f1Sespie {"andi",	one(0001174),	one(0177777), "#wSs", m68000up },
832159047fSniklas 
842159047fSniklas /* The and opcode can generate the andi instruction.  */
85b305b0f1Sespie {"andb",	one(0001000),	one(0177700), "#b$s", m68000up },
86b305b0f1Sespie {"andb",	one(0001074),	one(0177777), "#bCs", m68000up },
872159047fSniklas {"andb",	one(0140000),	one(0170700), ";bDd", m68000up },
882159047fSniklas {"andb",	one(0140400),	one(0170700), "Dd~b", m68000up },
89b305b0f1Sespie {"andw",	one(0001100),	one(0177700), "#w$s", m68000up },
90b305b0f1Sespie {"andw",	one(0001174),	one(0177777), "#wSs", m68000up },
912159047fSniklas {"andw",	one(0140100),	one(0170700), ";wDd", m68000up },
922159047fSniklas {"andw",	one(0140500),	one(0170700), "Dd~w", m68000up },
93b305b0f1Sespie {"andl",	one(0001200),	one(0177700), "#l$s", m68000up },
94b305b0f1Sespie {"andl",	one(0001200),	one(0177700), "#lDs", mcf },
95b305b0f1Sespie {"andl",	one(0140200),	one(0170700), ";lDd", m68000up | mcf },
96b305b0f1Sespie {"andl",	one(0140600),	one(0170700), "Dd~l", m68000up | mcf },
972159047fSniklas {"and",		one(0001100),	one(0177700), "#w$w", m68000up },
98b305b0f1Sespie {"and",		one(0001074),	one(0177777), "#bCs", m68000up },
99b305b0f1Sespie {"and",		one(0001174),	one(0177777), "#wSs", m68000up },
1002159047fSniklas {"and",		one(0140100),	one(0170700), ";wDd", m68000up },
1012159047fSniklas {"and",		one(0140500),	one(0170700), "Dd~w", m68000up },
1022159047fSniklas 
1032159047fSniklas {"aslb",	one(0160400),	one(0170770), "QdDs", m68000up },
1042159047fSniklas {"aslb",	one(0160440),	one(0170770), "DdDs", m68000up },
1052159047fSniklas {"aslw",	one(0160500),	one(0170770), "QdDs", m68000up },
1062159047fSniklas {"aslw",	one(0160540),	one(0170770), "DdDs", m68000up },
1072159047fSniklas {"aslw",	one(0160700),	one(0177700), "~s",   m68000up },
108b305b0f1Sespie {"asll",	one(0160600),	one(0170770), "QdDs", m68000up | mcf },
109b305b0f1Sespie {"asll",	one(0160640),	one(0170770), "DdDs", m68000up | mcf },
1102159047fSniklas 
1112159047fSniklas {"asrb",	one(0160000),	one(0170770), "QdDs", m68000up },
1122159047fSniklas {"asrb",	one(0160040),	one(0170770), "DdDs", m68000up },
1132159047fSniklas {"asrw",	one(0160100),	one(0170770), "QdDs", m68000up },
1142159047fSniklas {"asrw",	one(0160140),	one(0170770), "DdDs", m68000up },
1152159047fSniklas {"asrw",	one(0160300),	one(0177700), "~s",   m68000up },
116b305b0f1Sespie {"asrl",	one(0160200),	one(0170770), "QdDs", m68000up | mcf },
117b305b0f1Sespie {"asrl",	one(0160240),	one(0170770), "DdDs", m68000up | mcf },
1182159047fSniklas 
119b305b0f1Sespie {"bhiw",	one(0061000),	one(0177777), "BW", m68000up | mcf },
120b305b0f1Sespie {"blsw",	one(0061400),	one(0177777), "BW", m68000up | mcf },
121b305b0f1Sespie {"bccw",	one(0062000),	one(0177777), "BW", m68000up | mcf },
122b305b0f1Sespie {"bcsw",	one(0062400),	one(0177777), "BW", m68000up | mcf },
123b305b0f1Sespie {"bnew",	one(0063000),	one(0177777), "BW", m68000up | mcf },
124b305b0f1Sespie {"beqw",	one(0063400),	one(0177777), "BW", m68000up | mcf },
125b305b0f1Sespie {"bvcw",	one(0064000),	one(0177777), "BW", m68000up | mcf },
126b305b0f1Sespie {"bvsw",	one(0064400),	one(0177777), "BW", m68000up | mcf },
127b305b0f1Sespie {"bplw",	one(0065000),	one(0177777), "BW", m68000up | mcf },
128b305b0f1Sespie {"bmiw",	one(0065400),	one(0177777), "BW", m68000up | mcf },
129b305b0f1Sespie {"bgew",	one(0066000),	one(0177777), "BW", m68000up | mcf },
130b305b0f1Sespie {"bltw",	one(0066400),	one(0177777), "BW", m68000up | mcf },
131b305b0f1Sespie {"bgtw",	one(0067000),	one(0177777), "BW", m68000up | mcf },
132b305b0f1Sespie {"blew",	one(0067400),	one(0177777), "BW", m68000up | mcf },
1332159047fSniklas 
134*007c2a45Smiod {"bhil",	one(0061377),	one(0177777), "BL", m68020up | cpu32 | mcfv4up},
135*007c2a45Smiod {"blsl",	one(0061777),	one(0177777), "BL", m68020up | cpu32 | mcfv4up},
136*007c2a45Smiod {"bccl",	one(0062377),	one(0177777), "BL", m68020up | cpu32 | mcfv4up},
137*007c2a45Smiod {"bcsl",	one(0062777),	one(0177777), "BL", m68020up | cpu32 | mcfv4up},
138*007c2a45Smiod {"bnel",	one(0063377),	one(0177777), "BL", m68020up | cpu32 | mcfv4up},
139*007c2a45Smiod {"beql",	one(0063777),	one(0177777), "BL", m68020up | cpu32 | mcfv4up},
140*007c2a45Smiod {"bvcl",	one(0064377),	one(0177777), "BL", m68020up | cpu32 | mcfv4up},
141*007c2a45Smiod {"bvsl",	one(0064777),	one(0177777), "BL", m68020up | cpu32 | mcfv4up},
142*007c2a45Smiod {"bpll",	one(0065377),	one(0177777), "BL", m68020up | cpu32 | mcfv4up},
143*007c2a45Smiod {"bmil",	one(0065777),	one(0177777), "BL", m68020up | cpu32 | mcfv4up},
144*007c2a45Smiod {"bgel",	one(0066377),	one(0177777), "BL", m68020up | cpu32 | mcfv4up},
145*007c2a45Smiod {"bltl",	one(0066777),	one(0177777), "BL", m68020up | cpu32 | mcfv4up},
146*007c2a45Smiod {"bgtl",	one(0067377),	one(0177777), "BL", m68020up | cpu32 | mcfv4up},
147*007c2a45Smiod {"blel",	one(0067777),	one(0177777), "BL", m68020up | cpu32 | mcfv4up},
1482159047fSniklas 
149b305b0f1Sespie {"bhis",	one(0061000),	one(0177400), "BB", m68000up | mcf },
150b305b0f1Sespie {"blss",	one(0061400),	one(0177400), "BB", m68000up | mcf },
151b305b0f1Sespie {"bccs",	one(0062000),	one(0177400), "BB", m68000up | mcf },
152b305b0f1Sespie {"bcss",	one(0062400),	one(0177400), "BB", m68000up | mcf },
153b305b0f1Sespie {"bnes",	one(0063000),	one(0177400), "BB", m68000up | mcf },
154b305b0f1Sespie {"beqs",	one(0063400),	one(0177400), "BB", m68000up | mcf },
155b305b0f1Sespie {"bvcs",	one(0064000),	one(0177400), "BB", m68000up | mcf },
156b305b0f1Sespie {"bvss",	one(0064400),	one(0177400), "BB", m68000up | mcf },
157b305b0f1Sespie {"bpls",	one(0065000),	one(0177400), "BB", m68000up | mcf },
158b305b0f1Sespie {"bmis",	one(0065400),	one(0177400), "BB", m68000up | mcf },
159b305b0f1Sespie {"bges",	one(0066000),	one(0177400), "BB", m68000up | mcf },
160b305b0f1Sespie {"blts",	one(0066400),	one(0177400), "BB", m68000up | mcf },
161b305b0f1Sespie {"bgts",	one(0067000),	one(0177400), "BB", m68000up | mcf },
162b305b0f1Sespie {"bles",	one(0067400),	one(0177400), "BB", m68000up | mcf },
1632159047fSniklas 
164b305b0f1Sespie {"jhi",		one(0061000),	one(0177400), "Bg", m68000up | mcf },
165b305b0f1Sespie {"jls",		one(0061400),	one(0177400), "Bg", m68000up | mcf },
166b305b0f1Sespie {"jcc",		one(0062000),	one(0177400), "Bg", m68000up | mcf },
167b305b0f1Sespie {"jcs",		one(0062400),	one(0177400), "Bg", m68000up | mcf },
168b305b0f1Sespie {"jne",		one(0063000),	one(0177400), "Bg", m68000up | mcf },
169b305b0f1Sespie {"jeq",		one(0063400),	one(0177400), "Bg", m68000up | mcf },
170b305b0f1Sespie {"jvc",		one(0064000),	one(0177400), "Bg", m68000up | mcf },
171b305b0f1Sespie {"jvs",		one(0064400),	one(0177400), "Bg", m68000up | mcf },
172b305b0f1Sespie {"jpl",		one(0065000),	one(0177400), "Bg", m68000up | mcf },
173b305b0f1Sespie {"jmi",		one(0065400),	one(0177400), "Bg", m68000up | mcf },
174b305b0f1Sespie {"jge",		one(0066000),	one(0177400), "Bg", m68000up | mcf },
175b305b0f1Sespie {"jlt",		one(0066400),	one(0177400), "Bg", m68000up | mcf },
176b305b0f1Sespie {"jgt",		one(0067000),	one(0177400), "Bg", m68000up | mcf },
177b305b0f1Sespie {"jle",		one(0067400),	one(0177400), "Bg", m68000up | mcf },
1782159047fSniklas 
179b305b0f1Sespie {"bchg",	one(0000500),	one(0170700), "Dd$s", m68000up | mcf },
180b305b0f1Sespie {"bchg",	one(0004100),	one(0177700), "#b$s", m68000up },
181b305b0f1Sespie {"bchg",	one(0004100),	one(0177700), "#bqs", mcf },
1822159047fSniklas 
183*007c2a45Smiod {"bclr",	one(0000600),	one(0170700), "Dd$s", m68000up | mcf },
184b305b0f1Sespie {"bclr",	one(0004200),	one(0177700), "#b$s", m68000up },
185b305b0f1Sespie {"bclr",	one(0004200),	one(0177700), "#bqs", mcf },
1862159047fSniklas 
1872159047fSniklas {"bfchg",	two(0165300, 0), two(0177700, 0170000),	"?sO2O3",   m68020up },
1882159047fSniklas {"bfclr",	two(0166300, 0), two(0177700, 0170000),	"?sO2O3",   m68020up },
1892159047fSniklas {"bfexts",	two(0165700, 0), two(0177700, 0100000),	"/sO2O3D1", m68020up },
1902159047fSniklas {"bfextu",	two(0164700, 0), two(0177700, 0100000),	"/sO2O3D1", m68020up },
1912159047fSniklas {"bfffo",	two(0166700, 0), two(0177700, 0100000),	"/sO2O3D1", m68020up },
1922159047fSniklas {"bfins",	two(0167700, 0), two(0177700, 0100000),	"D1?sO2O3", m68020up },
1932159047fSniklas {"bfset",	two(0167300, 0), two(0177700, 0170000),	"?sO2O3",   m68020up },
1942159047fSniklas {"bftst",	two(0164300, 0), two(0177700, 0170000),	"/sO2O3",   m68020up },
1952159047fSniklas 
1962159047fSniklas {"bgnd",	one(0045372),	one(0177777), "", cpu32 },
1972159047fSniklas 
198*007c2a45Smiod {"bitrev",	one(0000300),	one(0177770), "Ds", mcf528x},
199*007c2a45Smiod 
200c88b1d6cSniklas {"bkpt",	one(0044110),	one(0177770), "ts", m68010up },
2012159047fSniklas 
202b305b0f1Sespie {"braw",	one(0060000),	one(0177777), "BW", m68000up | mcf },
203*007c2a45Smiod {"bral",	one(0060377),	one(0177777), "BL", m68020up | cpu32 | mcfv4up},
204b305b0f1Sespie {"bras",	one(0060000),	one(0177400), "BB", m68000up | mcf },
2052159047fSniklas 
206*007c2a45Smiod {"bset",	one(0000700),	one(0170700), "Dd$s", m68000up | mcf },
207b305b0f1Sespie {"bset",	one(0000700),	one(0170700), "Ddvs", mcf },
208b305b0f1Sespie {"bset",	one(0004300),	one(0177700), "#b$s", m68000up },
209b305b0f1Sespie {"bset",	one(0004300),	one(0177700), "#bqs", mcf },
2102159047fSniklas 
211b305b0f1Sespie {"bsrw",	one(0060400),	one(0177777), "BW", m68000up | mcf },
212*007c2a45Smiod {"bsrl",	one(0060777),	one(0177777), "BL", m68020up | cpu32 | mcfv4up},
213b305b0f1Sespie {"bsrs",	one(0060400),	one(0177400), "BB", m68000up | mcf },
2142159047fSniklas 
215b305b0f1Sespie {"btst",	one(0000400),	one(0170700), "Dd;b", m68000up | mcf },
216b305b0f1Sespie {"btst",	one(0004000),	one(0177700), "#b@s", m68000up },
217b305b0f1Sespie {"btst",	one(0004000),	one(0177700), "#bqs", mcf },
2182159047fSniklas 
219*007c2a45Smiod {"byterev",	one(0001300),	one(0177770), "Ds", mcf528x},
220*007c2a45Smiod 
2212159047fSniklas {"callm",	one(0003300),	one(0177700), "#b!s", m68020 },
2222159047fSniklas 
2232159047fSniklas {"cas2w",     two(0006374,0), two(0177777,0007070), "D3D6D2D5r1r4", m68020up },
2242159047fSniklas {"cas2w",     two(0006374,0), two(0177777,0007070), "D3D6D2D5R1R4", m68020up },
2252159047fSniklas {"cas2l",     two(0007374,0), two(0177777,0007070), "D3D6D2D5r1r4", m68020up },
2262159047fSniklas {"cas2l",     two(0007374,0), two(0177777,0007070), "D3D6D2D5R1R4", m68020up },
2272159047fSniklas 
2282159047fSniklas {"casb",	two(0005300, 0), two(0177700, 0177070),	"D3D2~s", m68020up },
2292159047fSniklas {"casw",	two(0006300, 0), two(0177700, 0177070),	"D3D2~s", m68020up },
2302159047fSniklas {"casl",	two(0007300, 0), two(0177700, 0177070),	"D3D2~s", m68020up },
2312159047fSniklas 
2322159047fSniklas {"chk2b", two(0000300,0004000), two(0177700,07777), "!sR1", m68020up | cpu32 },
2332159047fSniklas {"chk2w", two(0001300,0004000),	two(0177700,07777), "!sR1", m68020up | cpu32 },
2342159047fSniklas {"chk2l", two(0002300,0004000),	two(0177700,07777), "!sR1", m68020up | cpu32 },
2352159047fSniklas 
2362159047fSniklas {"chkl",	one(0040400),		one(0170700), ";lDd", m68000up },
2372159047fSniklas {"chkw",	one(0040600),		one(0170700), ";wDd", m68000up },
2382159047fSniklas 
2392159047fSniklas #define SCOPE_LINE (0x1 << 3)
2402159047fSniklas #define SCOPE_PAGE (0x2 << 3)
2412159047fSniklas #define SCOPE_ALL  (0x3 << 3)
2422159047fSniklas 
2432159047fSniklas {"cinva",	one(0xf400|SCOPE_ALL),  one(0xff38), "ce",   m68040up },
2442159047fSniklas {"cinvl",	one(0xf400|SCOPE_LINE), one(0xff38), "ceas", m68040up },
2452159047fSniklas {"cinvp",	one(0xf400|SCOPE_PAGE), one(0xff38), "ceas", m68040up },
2462159047fSniklas 
2472159047fSniklas {"cpusha",	one(0xf420|SCOPE_ALL),  one(0xff38), "ce",   m68040up },
248b55d4692Sfgsch {"cpushl",	one(0xf420|SCOPE_LINE), one(0xff38), "ceas", m68040up | mcf },
2492159047fSniklas {"cpushp",	one(0xf420|SCOPE_PAGE), one(0xff38), "ceas", m68040up },
2502159047fSniklas 
2512159047fSniklas #undef SCOPE_LINE
2522159047fSniklas #undef SCOPE_PAGE
2532159047fSniklas #undef SCOPE_ALL
2542159047fSniklas 
255b305b0f1Sespie {"clrb",	one(0041000),	one(0177700), "$s", m68000up | mcf },
256b305b0f1Sespie {"clrw",	one(0041100),	one(0177700), "$s", m68000up | mcf },
257b305b0f1Sespie {"clrl",	one(0041200),	one(0177700), "$s", m68000up | mcf },
2582159047fSniklas 
2592159047fSniklas {"cmp2b",	two(0000300,0), two(0177700,07777), "!sR1", m68020up | cpu32 },
2602159047fSniklas {"cmp2w",	two(0001300,0),	two(0177700,07777), "!sR1", m68020up | cpu32 },
2612159047fSniklas {"cmp2l",	two(0002300,0),	two(0177700,07777), "!sR1", m68020up | cpu32 },
2622159047fSniklas 
2632159047fSniklas {"cmpaw",	one(0130300),	one(0170700), "*wAd", m68000up },
264b305b0f1Sespie {"cmpal",	one(0130700),	one(0170700), "*lAd", m68000up | mcf },
2652159047fSniklas 
266b305b0f1Sespie {"cmpib",	one(0006000),	one(0177700), "#b@s", m68000up },
267*007c2a45Smiod {"cmpib",	one(0006000),	one(0177700), "#bDs", mcfv4up },
268b305b0f1Sespie {"cmpiw",	one(0006100),	one(0177700), "#w@s", m68000up },
269*007c2a45Smiod {"cmpiw",	one(0006100),	one(0177700), "#wDs", mcfv4up },
270b305b0f1Sespie {"cmpil",	one(0006200),	one(0177700), "#l@s", m68000up },
271b305b0f1Sespie {"cmpil",	one(0006200),	one(0177700), "#lDs", mcf },
2722159047fSniklas 
2732159047fSniklas {"cmpmb",	one(0130410),	one(0170770), "+s+d", m68000up },
2742159047fSniklas {"cmpmw",	one(0130510),	one(0170770), "+s+d", m68000up },
275b305b0f1Sespie {"cmpml",	one(0130610),	one(0170770), "+s+d", m68000up },
2762159047fSniklas 
2772159047fSniklas /* The cmp opcode can generate the cmpa, cmpm, and cmpi instructions.  */
278b305b0f1Sespie {"cmpb",	one(0006000),	one(0177700), "#b@s", m68000up },
279*007c2a45Smiod {"cmpb",	one(0006000),	one(0177700), "#bDs", mcfv4up },
2802159047fSniklas {"cmpb",	one(0130410),	one(0170770), "+s+d", m68000up },
2812159047fSniklas {"cmpb",	one(0130000),	one(0170700), ";bDd", m68000up },
282*007c2a45Smiod {"cmpb",	one(0130000),	one(0170700), "*bDd", mcfv4up },
2832159047fSniklas {"cmpw",	one(0130300),	one(0170700), "*wAd", m68000up },
284b305b0f1Sespie {"cmpw",	one(0006100),	one(0177700), "#w@s", m68000up },
285*007c2a45Smiod {"cmpw",	one(0006100),	one(0177700), "#wDs", mcfv4up },
2862159047fSniklas {"cmpw",	one(0130510),	one(0170770), "+s+d", m68000up },
287*007c2a45Smiod {"cmpw",	one(0130100),	one(0170700), "*wDd", m68000up | mcfv4up },
288b305b0f1Sespie {"cmpl",	one(0130700),	one(0170700), "*lAd", m68000up | mcf },
289b305b0f1Sespie {"cmpl",	one(0006200),	one(0177700), "#l@s", m68000up },
290b305b0f1Sespie {"cmpl",	one(0006200),	one(0177700), "#lDs", mcf },
291b305b0f1Sespie {"cmpl",	one(0130610),	one(0170770), "+s+d", m68000up },
292b305b0f1Sespie {"cmpl",	one(0130200),	one(0170700), "*lDd", m68000up | mcf },
2932159047fSniklas 
2942159047fSniklas {"dbcc",	one(0052310),	one(0177770), "DsBw", m68000up },
2952159047fSniklas {"dbcs",	one(0052710),	one(0177770), "DsBw", m68000up },
2962159047fSniklas {"dbeq",	one(0053710),	one(0177770), "DsBw", m68000up },
2972159047fSniklas {"dbf",		one(0050710),	one(0177770), "DsBw", m68000up },
2982159047fSniklas {"dbge",	one(0056310),	one(0177770), "DsBw", m68000up },
2992159047fSniklas {"dbgt",	one(0057310),	one(0177770), "DsBw", m68000up },
3002159047fSniklas {"dbhi",	one(0051310),	one(0177770), "DsBw", m68000up },
3012159047fSniklas {"dble",	one(0057710),	one(0177770), "DsBw", m68000up },
3022159047fSniklas {"dbls",	one(0051710),	one(0177770), "DsBw", m68000up },
3032159047fSniklas {"dblt",	one(0056710),	one(0177770), "DsBw", m68000up },
3042159047fSniklas {"dbmi",	one(0055710),	one(0177770), "DsBw", m68000up },
3052159047fSniklas {"dbne",	one(0053310),	one(0177770), "DsBw", m68000up },
3062159047fSniklas {"dbpl",	one(0055310),	one(0177770), "DsBw", m68000up },
3072159047fSniklas {"dbt",		one(0050310),	one(0177770), "DsBw", m68000up },
3082159047fSniklas {"dbvc",	one(0054310),	one(0177770), "DsBw", m68000up },
3092159047fSniklas {"dbvs",	one(0054710),	one(0177770), "DsBw", m68000up },
3102159047fSniklas 
311*007c2a45Smiod {"divsw",	one(0100700),	one(0170700), ";wDd", m68000up | mcf5206eup },
3122159047fSniklas 
3132159047fSniklas {"divsl", two(0046100,0006000),two(0177700,0107770),";lD3D1", m68020up|cpu32 },
3142159047fSniklas {"divsl", two(0046100,0004000),two(0177700,0107770),";lDD",   m68020up|cpu32 },
315*007c2a45Smiod {"divsl", two(0046100,0004000),two(0177700,0107770),"qsDD",   mcf5206eup },
3162159047fSniklas 
3172159047fSniklas {"divsll", two(0046100,0004000),two(0177700,0107770),";lD3D1",m68020up|cpu32 },
3182159047fSniklas {"divsll", two(0046100,0004000),two(0177700,0107770),";lDD",  m68020up|cpu32 },
3192159047fSniklas 
320*007c2a45Smiod {"divuw",	one(0100300),		one(0170700), ";wDd", m68000up | mcf5206eup },
3212159047fSniklas 
3222159047fSniklas {"divul", two(0046100,0002000),two(0177700,0107770),";lD3D1", m68020up|cpu32 },
3232159047fSniklas {"divul", two(0046100,0000000),two(0177700,0107770),";lDD",   m68020up|cpu32 },
324*007c2a45Smiod {"divul", two(0046100,0000000),two(0177700,0107770),"qsDD",   mcf5206eup },
3252159047fSniklas 
3262159047fSniklas {"divull", two(0046100,0000000),two(0177700,0107770),";lD3D1",m68020up|cpu32 },
3272159047fSniklas {"divull", two(0046100,0000000),two(0177700,0107770),";lDD",  m68020up|cpu32 },
3282159047fSniklas 
3292159047fSniklas {"eorib",	one(0005000),	one(0177700), "#b$s", m68000up },
3302159047fSniklas {"eorib",	one(0005074),	one(0177777), "#bCs", m68000up },
3312159047fSniklas {"eoriw",	one(0005100),	one(0177700), "#w$s", m68000up },
3322159047fSniklas {"eoriw",	one(0005174),	one(0177777), "#wSs", m68000up },
333b305b0f1Sespie {"eoril",	one(0005200),	one(0177700), "#l$s", m68000up },
334b305b0f1Sespie {"eoril",	one(0005200),	one(0177700), "#lDs", mcf },
3352159047fSniklas {"eori",	one(0005074),	one(0177777), "#bCs", m68000up },
3362159047fSniklas {"eori",	one(0005174),	one(0177777), "#wSs", m68000up },
3372159047fSniklas {"eori",	one(0005100),	one(0177700), "#w$s", m68000up },
3382159047fSniklas 
3392159047fSniklas /* The eor opcode can generate the eori instruction.  */
3402159047fSniklas {"eorb",	one(0005000),	one(0177700), "#b$s", m68000up },
3412159047fSniklas {"eorb",	one(0005074),	one(0177777), "#bCs", m68000up },
3422159047fSniklas {"eorb",	one(0130400),	one(0170700), "Dd$s", m68000up },
3432159047fSniklas {"eorw",	one(0005100),	one(0177700), "#w$s", m68000up },
3442159047fSniklas {"eorw",	one(0005174),	one(0177777), "#wSs", m68000up },
3452159047fSniklas {"eorw",	one(0130500),	one(0170700), "Dd$s", m68000up },
346b305b0f1Sespie {"eorl",	one(0005200),	one(0177700), "#l$s", m68000up },
347b305b0f1Sespie {"eorl",	one(0005200),	one(0177700), "#lDs", mcf },
348b305b0f1Sespie {"eorl",	one(0130600),	one(0170700), "Dd$s", m68000up | mcf },
3492159047fSniklas {"eor",		one(0005074),	one(0177777), "#bCs", m68000up },
3502159047fSniklas {"eor",		one(0005174),	one(0177777), "#wSs", m68000up },
3512159047fSniklas {"eor",		one(0005100),	one(0177700), "#w$s", m68000up },
3522159047fSniklas {"eor",		one(0130500),	one(0170700), "Dd$s", m68000up },
3532159047fSniklas 
3542159047fSniklas {"exg",		one(0140500),	one(0170770), "DdDs", m68000up },
3552159047fSniklas {"exg",		one(0140510),	one(0170770), "AdAs", m68000up },
3562159047fSniklas {"exg",		one(0140610),	one(0170770), "DdAs", m68000up },
3572159047fSniklas {"exg",		one(0140610),	one(0170770), "AsDd", m68000up },
3582159047fSniklas 
359b305b0f1Sespie {"extw",	one(0044200),	one(0177770), "Ds", m68000up|mcf },
360b305b0f1Sespie {"extl",	one(0044300),	one(0177770), "Ds", m68000up|mcf },
361b305b0f1Sespie {"extbl",	one(0044700),	one(0177770), "Ds", m68020up|cpu32|mcf },
3622159047fSniklas 
363*007c2a45Smiod {"ff1",   one(0002300), one(0177770), "Ds", mcf528x},
364*007c2a45Smiod 
3652159047fSniklas /* float stuff starts here */
3662159047fSniklas 
3672159047fSniklas {"fabsb",	two(0xF000, 0x5818), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
368*007c2a45Smiod {"fabsb",	two(0xF000, 0x5818), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
369*007c2a45Smiod {"fabsd",	two(0xF000, 0x0018), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
370*007c2a45Smiod {"fabsd",	two(0xF000, 0x0018), two(0xF1C0, 0xE07F), "IiFt", cfloat },
3712159047fSniklas {"fabsd",	two(0xF000, 0x5418), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
372*007c2a45Smiod {"fabsd",	two(0xF000, 0x5418), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
3732159047fSniklas {"fabsl",	two(0xF000, 0x4018), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
374*007c2a45Smiod {"fabsl",	two(0xF000, 0x4018), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
3752159047fSniklas {"fabsp",	two(0xF000, 0x4C18), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
376*007c2a45Smiod {"fabss",	two(0xF000, 0x4418), two(0xF1C0, 0xFC7F), "Ii;fF7", cfloat },
3772159047fSniklas {"fabss",	two(0xF000, 0x4418), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
3782159047fSniklas {"fabsw",	two(0xF000, 0x5018), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
379*007c2a45Smiod {"fabsw",	two(0xF000, 0x5018), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
3802159047fSniklas {"fabsx",	two(0xF000, 0x0018), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
3812159047fSniklas {"fabsx",	two(0xF000, 0x4818), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
3822159047fSniklas {"fabsx",	two(0xF000, 0x0018), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
3832159047fSniklas 
3842159047fSniklas {"fsabsb",	two(0xF000, 0x5858), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
385*007c2a45Smiod {"fsabsb",	two(0xF000, 0x5858), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
386*007c2a45Smiod {"fsabsd",	two(0xF000, 0x0058), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
387*007c2a45Smiod {"fsabsd",	two(0xF000, 0x0058), two(0xF1C0, 0xE07F), "IiFt", cfloat },
3882159047fSniklas {"fsabsd",	two(0xF000, 0x5458), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
389*007c2a45Smiod {"fsabsd",	two(0xF000, 0x5458), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
3902159047fSniklas {"fsabsl",	two(0xF000, 0x4058), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
391*007c2a45Smiod {"fsabsl",	two(0xF000, 0x4058), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
3922159047fSniklas {"fsabsp",	two(0xF000, 0x4C58), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
393*007c2a45Smiod {"fsabss",	two(0xF000, 0x4258), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
3942159047fSniklas {"fsabss",	two(0xF000, 0x4458), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
3952159047fSniklas {"fsabsw",	two(0xF000, 0x5058), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
396*007c2a45Smiod {"fsabsw",	two(0xF000, 0x5058), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
3972159047fSniklas {"fsabsx",	two(0xF000, 0x0058), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
3982159047fSniklas {"fsabsx",	two(0xF000, 0x4858), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
3992159047fSniklas {"fsabsx",	two(0xF000, 0x0058), two(0xF1C0, 0xE07F), "IiFt",   m68040up },
4002159047fSniklas 
401*007c2a45Smiod {"fdabsb",	two(0xF000, 0x585C), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
4022159047fSniklas {"fdabsb",	two(0xF000, 0x585c), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up},
403*007c2a45Smiod {"fdabsd",	two(0xF000, 0x005C), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
404*007c2a45Smiod {"fdabsd",	two(0xF000, 0x005C), two(0xF1C0, 0xE07F), "IiFt", cfloat },
405*007c2a45Smiod {"fdabsd",	two(0xF000, 0x545C), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
4062159047fSniklas {"fdabsd",	two(0xF000, 0x545c), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up},
407*007c2a45Smiod {"fdabsl",	two(0xF000, 0x405C), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
4082159047fSniklas {"fdabsl",	two(0xF000, 0x405c), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up},
4092159047fSniklas {"fdabsp",	two(0xF000, 0x4C5c), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up},
410*007c2a45Smiod {"fdabss",	two(0xF000, 0x425C), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
4112159047fSniklas {"fdabss",	two(0xF000, 0x445c), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up},
412*007c2a45Smiod {"fdabsw",	two(0xF000, 0x505C), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
4132159047fSniklas {"fdabsw",	two(0xF000, 0x505c), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up},
4142159047fSniklas {"fdabsx",	two(0xF000, 0x005c), two(0xF1C0, 0xE07F), "IiF8F7", m68040up},
4152159047fSniklas {"fdabsx",	two(0xF000, 0x485c), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up},
4162159047fSniklas {"fdabsx",	two(0xF000, 0x005c), two(0xF1C0, 0xE07F), "IiFt",   m68040up},
4172159047fSniklas 
4182159047fSniklas {"facosb",	two(0xF000, 0x581C), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
4192159047fSniklas {"facosd",	two(0xF000, 0x541C), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
4202159047fSniklas {"facosl",	two(0xF000, 0x401C), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
4212159047fSniklas {"facosp",	two(0xF000, 0x4C1C), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
4222159047fSniklas {"facoss",	two(0xF000, 0x441C), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
4232159047fSniklas {"facosw",	two(0xF000, 0x501C), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
4242159047fSniklas {"facosx",	two(0xF000, 0x001C), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
4252159047fSniklas {"facosx",	two(0xF000, 0x481C), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
4262159047fSniklas {"facosx",	two(0xF000, 0x001C), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
4272159047fSniklas 
4282159047fSniklas {"faddb",	two(0xF000, 0x5822), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
429*007c2a45Smiod {"faddb",	two(0xF000, 0x5822), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
430*007c2a45Smiod {"faddd",	two(0xF000, 0x0022), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
431*007c2a45Smiod {"faddd",	two(0xF000, 0x5422), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
4322159047fSniklas {"faddd",	two(0xF000, 0x5422), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
433*007c2a45Smiod {"faddd",	two(0xF000, 0x5422), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
4342159047fSniklas {"faddl",	two(0xF000, 0x4022), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
435*007c2a45Smiod {"faddl",	two(0xF000, 0x4022), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
4362159047fSniklas {"faddp",	two(0xF000, 0x4C22), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
4372159047fSniklas {"fadds",	two(0xF000, 0x4422), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
438*007c2a45Smiod {"fadds",	two(0xF000, 0x4422), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
4392159047fSniklas {"faddw",	two(0xF000, 0x5022), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
440*007c2a45Smiod {"faddw",	two(0xF000, 0x5022), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
4412159047fSniklas {"faddx",	two(0xF000, 0x0022), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
4422159047fSniklas {"faddx",	two(0xF000, 0x4822), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
4432159047fSniklas 
4442159047fSniklas {"fsaddb",	two(0xF000, 0x5862), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
445*007c2a45Smiod {"fsaddb",	two(0xF000, 0x5862), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
446*007c2a45Smiod {"fsaddd",	two(0xF000, 0x0066), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
4472159047fSniklas {"fsaddd",	two(0xF000, 0x5462), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
448*007c2a45Smiod {"fsaddd",	two(0xF000, 0x5462), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
4492159047fSniklas {"fsaddl",	two(0xF000, 0x4062), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
450*007c2a45Smiod {"fsaddl",	two(0xF000, 0x4062), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
4512159047fSniklas {"fsaddp",	two(0xF000, 0x4C62), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
4522159047fSniklas {"fsadds",	two(0xF000, 0x4462), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
453*007c2a45Smiod {"fsadds",	two(0xF000, 0x4862), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
4542159047fSniklas {"fsaddw",	two(0xF000, 0x5062), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
455*007c2a45Smiod {"fsaddw",	two(0xF000, 0x5062), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
4562159047fSniklas {"fsaddx",	two(0xF000, 0x0062), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
4572159047fSniklas {"fsaddx",	two(0xF000, 0x4862), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
4582159047fSniklas 
459*007c2a45Smiod {"fdaddb",	two(0xF000, 0x5826), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
4602159047fSniklas {"fdaddb",	two(0xF000, 0x5866), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
461*007c2a45Smiod {"fdaddd",	two(0xF000, 0x0066), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
462*007c2a45Smiod {"fdaddd",	two(0xF000, 0x5426), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
4632159047fSniklas {"fdaddd",	two(0xF000, 0x5466), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
464*007c2a45Smiod {"fdaddl",	two(0xF000, 0x4026), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
4652159047fSniklas {"fdaddl",	two(0xF000, 0x4066), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
4662159047fSniklas {"fdaddp",	two(0xF000, 0x4C66), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
4672159047fSniklas {"fdadds",	two(0xF000, 0x4466), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
468*007c2a45Smiod {"fdadds",	two(0xF000, 0x4826), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
469*007c2a45Smiod {"fdaddw",	two(0xF000, 0x5026), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
4702159047fSniklas {"fdaddw",	two(0xF000, 0x5066), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
4712159047fSniklas {"fdaddx",	two(0xF000, 0x0066), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
4722159047fSniklas {"fdaddx",	two(0xF000, 0x4866), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
4732159047fSniklas 
4742159047fSniklas {"fasinb",	two(0xF000, 0x580C), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
4752159047fSniklas {"fasind",	two(0xF000, 0x540C), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
4762159047fSniklas {"fasinl",	two(0xF000, 0x400C), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
4772159047fSniklas {"fasinp",	two(0xF000, 0x4C0C), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
4782159047fSniklas {"fasins",	two(0xF000, 0x440C), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
4792159047fSniklas {"fasinw",	two(0xF000, 0x500C), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
4802159047fSniklas {"fasinx",	two(0xF000, 0x000C), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
4812159047fSniklas {"fasinx",	two(0xF000, 0x480C), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
4822159047fSniklas {"fasinx",	two(0xF000, 0x000C), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
4832159047fSniklas 
4842159047fSniklas {"fatanb",	two(0xF000, 0x580A), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
4852159047fSniklas {"fatand",	two(0xF000, 0x540A), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
4862159047fSniklas {"fatanl",	two(0xF000, 0x400A), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
4872159047fSniklas {"fatanp",	two(0xF000, 0x4C0A), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
4882159047fSniklas {"fatans",	two(0xF000, 0x440A), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
4892159047fSniklas {"fatanw",	two(0xF000, 0x500A), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
4902159047fSniklas {"fatanx",	two(0xF000, 0x000A), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
4912159047fSniklas {"fatanx",	two(0xF000, 0x480A), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
4922159047fSniklas {"fatanx",	two(0xF000, 0x000A), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
4932159047fSniklas 
4942159047fSniklas {"fatanhb",	two(0xF000, 0x580D), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
4952159047fSniklas {"fatanhd",	two(0xF000, 0x540D), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
4962159047fSniklas {"fatanhl",	two(0xF000, 0x400D), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
4972159047fSniklas {"fatanhp",	two(0xF000, 0x4C0D), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
4982159047fSniklas {"fatanhs",	two(0xF000, 0x440D), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
4992159047fSniklas {"fatanhw",	two(0xF000, 0x500D), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
5002159047fSniklas {"fatanhx",	two(0xF000, 0x000D), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
5012159047fSniklas {"fatanhx",	two(0xF000, 0x480D), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
5022159047fSniklas {"fatanhx",	two(0xF000, 0x000D), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
5032159047fSniklas 
504*007c2a45Smiod {"fbeq",	one(0xF081),		one(0xF1FF), "IdBW", mfloat | cfloat },
505*007c2a45Smiod {"fbf",		one(0xF080),		one(0xF1FF), "IdBW", mfloat | cfloat },
506*007c2a45Smiod {"fbge",	one(0xF093),		one(0xF1FF), "IdBW", mfloat | cfloat },
507*007c2a45Smiod {"fbgl",	one(0xF096),		one(0xF1FF), "IdBW", mfloat | cfloat },
508*007c2a45Smiod {"fbgle",	one(0xF097),		one(0xF1FF), "IdBW", mfloat | cfloat },
509*007c2a45Smiod {"fbgt",	one(0xF092),		one(0xF1FF), "IdBW", mfloat | cfloat },
510*007c2a45Smiod {"fble",	one(0xF095),		one(0xF1FF), "IdBW", mfloat | cfloat },
511*007c2a45Smiod {"fblt",	one(0xF094),		one(0xF1FF), "IdBW", mfloat | cfloat },
512*007c2a45Smiod {"fbne",	one(0xF08E),		one(0xF1FF), "IdBW", mfloat | cfloat },
513*007c2a45Smiod {"fbnge",	one(0xF09C),		one(0xF1FF), "IdBW", mfloat | cfloat },
514*007c2a45Smiod {"fbngl",	one(0xF099),		one(0xF1FF), "IdBW", mfloat | cfloat },
515*007c2a45Smiod {"fbngle",	one(0xF098),		one(0xF1FF), "IdBW", mfloat | cfloat },
516*007c2a45Smiod {"fbngt",	one(0xF09D),		one(0xF1FF), "IdBW", mfloat | cfloat },
517*007c2a45Smiod {"fbnle",	one(0xF09A),		one(0xF1FF), "IdBW", mfloat | cfloat },
518*007c2a45Smiod {"fbnlt",	one(0xF09B),		one(0xF1FF), "IdBW", mfloat | cfloat },
519*007c2a45Smiod {"fboge",	one(0xF083),		one(0xF1FF), "IdBW", mfloat | cfloat },
520*007c2a45Smiod {"fbogl",	one(0xF086),		one(0xF1FF), "IdBW", mfloat | cfloat },
521*007c2a45Smiod {"fbogt",	one(0xF082),		one(0xF1FF), "IdBW", mfloat | cfloat },
522*007c2a45Smiod {"fbole",	one(0xF085),		one(0xF1FF), "IdBW", mfloat | cfloat },
523*007c2a45Smiod {"fbolt",	one(0xF084),		one(0xF1FF), "IdBW", mfloat | cfloat },
524*007c2a45Smiod {"fbor",	one(0xF087),		one(0xF1FF), "IdBW", mfloat | cfloat },
525*007c2a45Smiod {"fbseq",	one(0xF091),		one(0xF1FF), "IdBW", mfloat | cfloat },
526*007c2a45Smiod {"fbsf",	one(0xF090),		one(0xF1FF), "IdBW", mfloat | cfloat },
527*007c2a45Smiod {"fbsne",	one(0xF09E),		one(0xF1FF), "IdBW", mfloat | cfloat },
528*007c2a45Smiod {"fbst",	one(0xF09F),		one(0xF1FF), "IdBW", mfloat | cfloat },
529*007c2a45Smiod {"fbt",		one(0xF08F),		one(0xF1FF), "IdBW", mfloat | cfloat },
530*007c2a45Smiod {"fbueq",	one(0xF089),		one(0xF1FF), "IdBW", mfloat | cfloat },
531*007c2a45Smiod {"fbuge",	one(0xF08B),		one(0xF1FF), "IdBW", mfloat | cfloat },
532*007c2a45Smiod {"fbugt",	one(0xF08A),		one(0xF1FF), "IdBW", mfloat | cfloat },
533*007c2a45Smiod {"fbule",	one(0xF08D),		one(0xF1FF), "IdBW", mfloat | cfloat },
534*007c2a45Smiod {"fbult",	one(0xF08C),		one(0xF1FF), "IdBW", mfloat | cfloat },
535*007c2a45Smiod {"fbun",	one(0xF088),		one(0xF1FF), "IdBW", mfloat | cfloat },
5362159047fSniklas 
537*007c2a45Smiod {"fbeql",	one(0xF0C1),		one(0xF1FF), "IdBC", mfloat | cfloat },
538*007c2a45Smiod {"fbfl",	one(0xF0C0),		one(0xF1FF), "IdBC", mfloat | cfloat },
539*007c2a45Smiod {"fbgel",	one(0xF0D3),		one(0xF1FF), "IdBC", mfloat | cfloat },
540*007c2a45Smiod {"fbgll",	one(0xF0D6),		one(0xF1FF), "IdBC", mfloat | cfloat },
541*007c2a45Smiod {"fbglel",	one(0xF0D7),		one(0xF1FF), "IdBC", mfloat | cfloat },
542*007c2a45Smiod {"fbgtl",	one(0xF0D2),		one(0xF1FF), "IdBC", mfloat | cfloat },
543*007c2a45Smiod {"fblel",	one(0xF0D5),		one(0xF1FF), "IdBC", mfloat | cfloat },
544*007c2a45Smiod {"fbltl",	one(0xF0D4),		one(0xF1FF), "IdBC", mfloat | cfloat },
545*007c2a45Smiod {"fbnel",	one(0xF0CE),		one(0xF1FF), "IdBC", mfloat | cfloat },
546*007c2a45Smiod {"fbngel",	one(0xF0DC),		one(0xF1FF), "IdBC", mfloat | cfloat },
547*007c2a45Smiod {"fbngll",	one(0xF0D9),		one(0xF1FF), "IdBC", mfloat | cfloat },
548*007c2a45Smiod {"fbnglel",	one(0xF0D8),		one(0xF1FF), "IdBC", mfloat | cfloat },
549*007c2a45Smiod {"fbngtl",	one(0xF0DD),		one(0xF1FF), "IdBC", mfloat | cfloat },
550*007c2a45Smiod {"fbnlel",	one(0xF0DA),		one(0xF1FF), "IdBC", mfloat | cfloat },
551*007c2a45Smiod {"fbnltl",	one(0xF0DB),		one(0xF1FF), "IdBC", mfloat | cfloat },
552*007c2a45Smiod {"fbogel",	one(0xF0C3),		one(0xF1FF), "IdBC", mfloat | cfloat },
553*007c2a45Smiod {"fbogll",	one(0xF0C6),		one(0xF1FF), "IdBC", mfloat | cfloat },
554*007c2a45Smiod {"fbogtl",	one(0xF0C2),		one(0xF1FF), "IdBC", mfloat | cfloat },
555*007c2a45Smiod {"fbolel",	one(0xF0C5),		one(0xF1FF), "IdBC", mfloat | cfloat },
556*007c2a45Smiod {"fboltl",	one(0xF0C4),		one(0xF1FF), "IdBC", mfloat | cfloat },
557*007c2a45Smiod {"fborl",	one(0xF0C7),		one(0xF1FF), "IdBC", mfloat | cfloat },
558*007c2a45Smiod {"fbseql",	one(0xF0D1),		one(0xF1FF), "IdBC", mfloat | cfloat },
559*007c2a45Smiod {"fbsfl",	one(0xF0D0),		one(0xF1FF), "IdBC", mfloat | cfloat },
560*007c2a45Smiod {"fbsnel",	one(0xF0DE),		one(0xF1FF), "IdBC", mfloat | cfloat },
561*007c2a45Smiod {"fbstl",	one(0xF0DF),		one(0xF1FF), "IdBC", mfloat | cfloat },
562*007c2a45Smiod {"fbtl",	one(0xF0CF),		one(0xF1FF), "IdBC", mfloat | cfloat },
563*007c2a45Smiod {"fbueql",	one(0xF0C9),		one(0xF1FF), "IdBC", mfloat | cfloat },
564*007c2a45Smiod {"fbugel",	one(0xF0CB),		one(0xF1FF), "IdBC", mfloat | cfloat },
565*007c2a45Smiod {"fbugtl",	one(0xF0CA),		one(0xF1FF), "IdBC", mfloat | cfloat },
566*007c2a45Smiod {"fbulel",	one(0xF0CD),		one(0xF1FF), "IdBC", mfloat | cfloat },
567*007c2a45Smiod {"fbultl",	one(0xF0CC),		one(0xF1FF), "IdBC", mfloat | cfloat },
568*007c2a45Smiod {"fbunl",	one(0xF0C8),		one(0xF1FF), "IdBC", mfloat | cfloat },
5692159047fSniklas 
570*007c2a45Smiod {"fjeq",	one(0xF081),		one(0xF1BF), "IdBc", mfloat | cfloat },
571*007c2a45Smiod {"fjf",		one(0xF080),		one(0xF1BF), "IdBc", mfloat | cfloat },
572*007c2a45Smiod {"fjge",	one(0xF093),		one(0xF1BF), "IdBc", mfloat | cfloat },
573*007c2a45Smiod {"fjgl",	one(0xF096),		one(0xF1BF), "IdBc", mfloat | cfloat },
574*007c2a45Smiod {"fjgle",	one(0xF097),		one(0xF1BF), "IdBc", mfloat | cfloat },
575*007c2a45Smiod {"fjgt",	one(0xF092),		one(0xF1BF), "IdBc", mfloat | cfloat },
576*007c2a45Smiod {"fjle",	one(0xF095),		one(0xF1BF), "IdBc", mfloat | cfloat },
577*007c2a45Smiod {"fjlt",	one(0xF094),		one(0xF1BF), "IdBc", mfloat | cfloat },
578*007c2a45Smiod {"fjne",	one(0xF08E),		one(0xF1BF), "IdBc", mfloat | cfloat },
579*007c2a45Smiod {"fjnge",	one(0xF09C),		one(0xF1BF), "IdBc", mfloat | cfloat },
580*007c2a45Smiod {"fjngl",	one(0xF099),		one(0xF1BF), "IdBc", mfloat | cfloat },
581*007c2a45Smiod {"fjngle",	one(0xF098),		one(0xF1BF), "IdBc", mfloat | cfloat },
582*007c2a45Smiod {"fjngt",	one(0xF09D),		one(0xF1BF), "IdBc", mfloat | cfloat },
583*007c2a45Smiod {"fjnle",	one(0xF09A),		one(0xF1BF), "IdBc", mfloat | cfloat },
584*007c2a45Smiod {"fjnlt",	one(0xF09B),		one(0xF1BF), "IdBc", mfloat | cfloat },
585*007c2a45Smiod {"fjoge",	one(0xF083),		one(0xF1BF), "IdBc", mfloat | cfloat },
586*007c2a45Smiod {"fjogl",	one(0xF086),		one(0xF1BF), "IdBc", mfloat | cfloat },
587*007c2a45Smiod {"fjogt",	one(0xF082),		one(0xF1BF), "IdBc", mfloat | cfloat },
588*007c2a45Smiod {"fjole",	one(0xF085),		one(0xF1BF), "IdBc", mfloat | cfloat },
589*007c2a45Smiod {"fjolt",	one(0xF084),		one(0xF1BF), "IdBc", mfloat | cfloat },
590*007c2a45Smiod {"fjor",	one(0xF087),		one(0xF1BF), "IdBc", mfloat | cfloat },
591*007c2a45Smiod {"fjseq",	one(0xF091),		one(0xF1BF), "IdBc", mfloat | cfloat },
592*007c2a45Smiod {"fjsf",	one(0xF090),		one(0xF1BF), "IdBc", mfloat | cfloat },
593*007c2a45Smiod {"fjsne",	one(0xF09E),		one(0xF1BF), "IdBc", mfloat | cfloat },
594*007c2a45Smiod {"fjst",	one(0xF09F),		one(0xF1BF), "IdBc", mfloat | cfloat },
595*007c2a45Smiod {"fjt",		one(0xF08F),		one(0xF1BF), "IdBc", mfloat | cfloat },
596*007c2a45Smiod {"fjueq",	one(0xF089),		one(0xF1BF), "IdBc", mfloat | cfloat },
597*007c2a45Smiod {"fjuge",	one(0xF08B),		one(0xF1BF), "IdBc", mfloat | cfloat },
598*007c2a45Smiod {"fjugt",	one(0xF08A),		one(0xF1BF), "IdBc", mfloat | cfloat },
599*007c2a45Smiod {"fjule",	one(0xF08D),		one(0xF1BF), "IdBc", mfloat | cfloat },
600*007c2a45Smiod {"fjult",	one(0xF08C),		one(0xF1BF), "IdBc", mfloat | cfloat },
601*007c2a45Smiod {"fjun",	one(0xF088),		one(0xF1BF), "IdBc", mfloat | cfloat },
6022159047fSniklas 
603*007c2a45Smiod {"fcmpb",	two(0xF000, 0x5838), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
6042159047fSniklas {"fcmpb",	two(0xF000, 0x5838), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
6052159047fSniklas {"fcmpd",	two(0xF000, 0x5438), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
606*007c2a45Smiod {"fcmpd",	two(0xF000, 0x5438), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
607*007c2a45Smiod {"fcmpd",	two(0xF000, 0x0038), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
6082159047fSniklas {"fcmpl",	two(0xF000, 0x4038), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
609*007c2a45Smiod {"fcmpl",	two(0xF000, 0x4038), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
6102159047fSniklas {"fcmpp",	two(0xF000, 0x4C38), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
6112159047fSniklas {"fcmps",	two(0xF000, 0x4438), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
612*007c2a45Smiod {"fcmps",	two(0xF000, 0x4438), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
6132159047fSniklas {"fcmpw",	two(0xF000, 0x5038), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
614*007c2a45Smiod {"fcmpw",	two(0xF000, 0x5038), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
6152159047fSniklas {"fcmpx",	two(0xF000, 0x0038), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
6162159047fSniklas {"fcmpx",	two(0xF000, 0x4838), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
6172159047fSniklas 
6182159047fSniklas {"fcosb",	two(0xF000, 0x581D), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
6192159047fSniklas {"fcosd",	two(0xF000, 0x541D), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
6202159047fSniklas {"fcosl",	two(0xF000, 0x401D), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
6212159047fSniklas {"fcosp",	two(0xF000, 0x4C1D), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
6222159047fSniklas {"fcoss",	two(0xF000, 0x441D), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
6232159047fSniklas {"fcosw",	two(0xF000, 0x501D), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
6242159047fSniklas {"fcosx",	two(0xF000, 0x001D), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
6252159047fSniklas {"fcosx",	two(0xF000, 0x481D), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
6262159047fSniklas {"fcosx",	two(0xF000, 0x001D), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
6272159047fSniklas 
6282159047fSniklas {"fcoshb",	two(0xF000, 0x5819), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
6292159047fSniklas {"fcoshd",	two(0xF000, 0x5419), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
6302159047fSniklas {"fcoshl",	two(0xF000, 0x4019), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
6312159047fSniklas {"fcoshp",	two(0xF000, 0x4C19), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
6322159047fSniklas {"fcoshs",	two(0xF000, 0x4419), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
6332159047fSniklas {"fcoshw",	two(0xF000, 0x5019), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
6342159047fSniklas {"fcoshx",	two(0xF000, 0x0019), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
6352159047fSniklas {"fcoshx",	two(0xF000, 0x4819), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
6362159047fSniklas {"fcoshx",	two(0xF000, 0x0019), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
6372159047fSniklas 
6382159047fSniklas {"fdbeq",	two(0xF048, 0x0001), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6392159047fSniklas {"fdbf",	two(0xF048, 0x0000), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6402159047fSniklas {"fdbge",	two(0xF048, 0x0013), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6412159047fSniklas {"fdbgl",	two(0xF048, 0x0016), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6422159047fSniklas {"fdbgle",	two(0xF048, 0x0017), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6432159047fSniklas {"fdbgt",	two(0xF048, 0x0012), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6442159047fSniklas {"fdble",	two(0xF048, 0x0015), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6452159047fSniklas {"fdblt",	two(0xF048, 0x0014), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6462159047fSniklas {"fdbne",	two(0xF048, 0x000E), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6472159047fSniklas {"fdbnge",	two(0xF048, 0x001C), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6482159047fSniklas {"fdbngl",	two(0xF048, 0x0019), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6492159047fSniklas {"fdbngle",	two(0xF048, 0x0018), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6502159047fSniklas {"fdbngt",	two(0xF048, 0x001D), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6512159047fSniklas {"fdbnle",	two(0xF048, 0x001A), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6522159047fSniklas {"fdbnlt",	two(0xF048, 0x001B), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6532159047fSniklas {"fdboge",	two(0xF048, 0x0003), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6542159047fSniklas {"fdbogl",	two(0xF048, 0x0006), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6552159047fSniklas {"fdbogt",	two(0xF048, 0x0002), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6562159047fSniklas {"fdbole",	two(0xF048, 0x0005), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6572159047fSniklas {"fdbolt",	two(0xF048, 0x0004), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6582159047fSniklas {"fdbor",	two(0xF048, 0x0007), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6592159047fSniklas {"fdbseq",	two(0xF048, 0x0011), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6602159047fSniklas {"fdbsf",	two(0xF048, 0x0010), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6612159047fSniklas {"fdbsne",	two(0xF048, 0x001E), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6622159047fSniklas {"fdbst",	two(0xF048, 0x001F), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6632159047fSniklas {"fdbt",	two(0xF048, 0x000F), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6642159047fSniklas {"fdbueq",	two(0xF048, 0x0009), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6652159047fSniklas {"fdbuge",	two(0xF048, 0x000B), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6662159047fSniklas {"fdbugt",	two(0xF048, 0x000A), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6672159047fSniklas {"fdbule",	two(0xF048, 0x000D), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6682159047fSniklas {"fdbult",	two(0xF048, 0x000C), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6692159047fSniklas {"fdbun",	two(0xF048, 0x0008), two(0xF1F8, 0xFFFF), "IiDsBw", mfloat },
6702159047fSniklas 
6712159047fSniklas {"fdivb",	two(0xF000, 0x5820), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
672*007c2a45Smiod {"fdivb",	two(0xF000, 0x5820), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
673*007c2a45Smiod {"fdivd",	two(0xF000, 0x0020), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
6742159047fSniklas {"fdivd",	two(0xF000, 0x5420), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
675*007c2a45Smiod {"fdivd",	two(0xF000, 0x5420), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
6762159047fSniklas {"fdivl",	two(0xF000, 0x4020), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
677*007c2a45Smiod {"fdivl",	two(0xF000, 0x4020), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
6782159047fSniklas {"fdivp",	two(0xF000, 0x4C20), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
6792159047fSniklas {"fdivs",	two(0xF000, 0x4420), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
680*007c2a45Smiod {"fdivs",	two(0xF000, 0x4420), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
6812159047fSniklas {"fdivw",	two(0xF000, 0x5020), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
682*007c2a45Smiod {"fdivw",	two(0xF000, 0x5020), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
6832159047fSniklas {"fdivx",	two(0xF000, 0x0020), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
6842159047fSniklas {"fdivx",	two(0xF000, 0x4820), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
6852159047fSniklas 
6862159047fSniklas {"fsdivb",	two(0xF000, 0x5860), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
687*007c2a45Smiod {"fsdivb",	two(0xF000, 0x5860), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
688*007c2a45Smiod {"fsdivd",	two(0xF000, 0x0060), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
6892159047fSniklas {"fsdivd",	two(0xF000, 0x5460), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
690*007c2a45Smiod {"fsdivd",	two(0xF000, 0x5460), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
6912159047fSniklas {"fsdivl",	two(0xF000, 0x4060), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
692*007c2a45Smiod {"fsdivl",	two(0xF000, 0x4060), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
6932159047fSniklas {"fsdivp",	two(0xF000, 0x4C60), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
6942159047fSniklas {"fsdivs",	two(0xF000, 0x4460), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
695*007c2a45Smiod {"fsdivs",	two(0xF000, 0x4460), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
6962159047fSniklas {"fsdivw",	two(0xF000, 0x5060), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
697*007c2a45Smiod {"fsdivw",	two(0xF000, 0x5060), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
6982159047fSniklas {"fsdivx",	two(0xF000, 0x0060), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
6992159047fSniklas {"fsdivx",	two(0xF000, 0x4860), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
7002159047fSniklas 
7012159047fSniklas {"fddivb",	two(0xF000, 0x5864), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
702*007c2a45Smiod {"fddivb",	two(0xF000, 0x5864), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
703*007c2a45Smiod {"fddivd",	two(0xF000, 0x0064), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
7042159047fSniklas {"fddivd",	two(0xF000, 0x5464), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
705*007c2a45Smiod {"fddivd",	two(0xF000, 0x5464), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
7062159047fSniklas {"fddivl",	two(0xF000, 0x4064), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
707*007c2a45Smiod {"fddivl",	two(0xF000, 0x4064), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
7082159047fSniklas {"fddivp",	two(0xF000, 0x4C64), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
7092159047fSniklas {"fddivs",	two(0xF000, 0x4464), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
710*007c2a45Smiod {"fddivs",	two(0xF000, 0x4464), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
7112159047fSniklas {"fddivw",	two(0xF000, 0x5064), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
712*007c2a45Smiod {"fddivw",	two(0xF000, 0x5064), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
7132159047fSniklas {"fddivx",	two(0xF000, 0x0064), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
7142159047fSniklas {"fddivx",	two(0xF000, 0x4864), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
7152159047fSniklas 
7162159047fSniklas {"fetoxb",	two(0xF000, 0x5810), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
7172159047fSniklas {"fetoxd",	two(0xF000, 0x5410), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
7182159047fSniklas {"fetoxl",	two(0xF000, 0x4010), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
7192159047fSniklas {"fetoxp",	two(0xF000, 0x4C10), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
7202159047fSniklas {"fetoxs",	two(0xF000, 0x4410), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
7212159047fSniklas {"fetoxw",	two(0xF000, 0x5010), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
7222159047fSniklas {"fetoxx",	two(0xF000, 0x0010), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
7232159047fSniklas {"fetoxx",	two(0xF000, 0x4810), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
7242159047fSniklas {"fetoxx",	two(0xF000, 0x0010), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
7252159047fSniklas 
7262159047fSniklas {"fetoxm1b",	two(0xF000, 0x5808), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
7272159047fSniklas {"fetoxm1d",	two(0xF000, 0x5408), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
7282159047fSniklas {"fetoxm1l",	two(0xF000, 0x4008), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
7292159047fSniklas {"fetoxm1p",	two(0xF000, 0x4C08), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
7302159047fSniklas {"fetoxm1s",	two(0xF000, 0x4408), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
7312159047fSniklas {"fetoxm1w",	two(0xF000, 0x5008), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
7322159047fSniklas {"fetoxm1x",	two(0xF000, 0x0008), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
7332159047fSniklas {"fetoxm1x",	two(0xF000, 0x4808), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
7342159047fSniklas {"fetoxm1x",	two(0xF000, 0x0008), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
7352159047fSniklas 
7362159047fSniklas {"fgetexpb",	two(0xF000, 0x581E), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
7372159047fSniklas {"fgetexpd",	two(0xF000, 0x541E), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
7382159047fSniklas {"fgetexpl",	two(0xF000, 0x401E), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
7392159047fSniklas {"fgetexpp",	two(0xF000, 0x4C1E), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
7402159047fSniklas {"fgetexps",	two(0xF000, 0x441E), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
7412159047fSniklas {"fgetexpw",	two(0xF000, 0x501E), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
7422159047fSniklas {"fgetexpx",	two(0xF000, 0x001E), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
7432159047fSniklas {"fgetexpx",	two(0xF000, 0x481E), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
7442159047fSniklas {"fgetexpx",	two(0xF000, 0x001E), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
7452159047fSniklas 
7462159047fSniklas {"fgetmanb",	two(0xF000, 0x581F), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
7472159047fSniklas {"fgetmand",	two(0xF000, 0x541F), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
7482159047fSniklas {"fgetmanl",	two(0xF000, 0x401F), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
7492159047fSniklas {"fgetmanp",	two(0xF000, 0x4C1F), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
7502159047fSniklas {"fgetmans",	two(0xF000, 0x441F), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
7512159047fSniklas {"fgetmanw",	two(0xF000, 0x501F), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
7522159047fSniklas {"fgetmanx",	two(0xF000, 0x001F), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
7532159047fSniklas {"fgetmanx",	two(0xF000, 0x481F), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
7542159047fSniklas {"fgetmanx",	two(0xF000, 0x001F), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
7552159047fSniklas 
7562159047fSniklas {"fintb",	two(0xF000, 0x5801), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
757*007c2a45Smiod {"fintb",	two(0xF000, 0x5801), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
758*007c2a45Smiod {"fintd",	two(0xF000, 0x0001), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
759*007c2a45Smiod {"fintd",	two(0xF000, 0x0001), two(0xF1C0, 0xE07F), "IiFt", cfloat },
7602159047fSniklas {"fintd",	two(0xF000, 0x5401), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
761*007c2a45Smiod {"fintd",	two(0xF000, 0x5401), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
7622159047fSniklas {"fintl",	two(0xF000, 0x4001), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
763*007c2a45Smiod {"fintl",	two(0xF000, 0x4001), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
7642159047fSniklas {"fintp",	two(0xF000, 0x4C01), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
7652159047fSniklas {"fints",	two(0xF000, 0x4401), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
766*007c2a45Smiod {"fints",	two(0xF000, 0x4401), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
7672159047fSniklas {"fintw",	two(0xF000, 0x5001), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
768*007c2a45Smiod {"fintw",	two(0xF000, 0x5001), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
7692159047fSniklas {"fintx",	two(0xF000, 0x0001), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
7702159047fSniklas {"fintx",	two(0xF000, 0x4801), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
7712159047fSniklas {"fintx",	two(0xF000, 0x0001), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
7722159047fSniklas 
7732159047fSniklas {"fintrzb",	two(0xF000, 0x5803), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
774*007c2a45Smiod {"fintrzb",	two(0xF000, 0x5803), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
775*007c2a45Smiod {"fintrzd",	two(0xF000, 0x0003), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
776*007c2a45Smiod {"fintrzd",	two(0xF000, 0x0003), two(0xF1C0, 0xE07F), "IiFt",   cfloat },
7772159047fSniklas {"fintrzd",	two(0xF000, 0x5403), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
778*007c2a45Smiod {"fintrzd",	two(0xF000, 0x5403), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
7792159047fSniklas {"fintrzl",	two(0xF000, 0x4003), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
780*007c2a45Smiod {"fintrzl",	two(0xF000, 0x4003), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
7812159047fSniklas {"fintrzp",	two(0xF000, 0x4C03), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
7822159047fSniklas {"fintrzs",	two(0xF000, 0x4403), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
783*007c2a45Smiod {"fintrzs",	two(0xF000, 0x4403), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
7842159047fSniklas {"fintrzw",	two(0xF000, 0x5003), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
785*007c2a45Smiod {"fintrzw",	two(0xF000, 0x5003), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
7862159047fSniklas {"fintrzx",	two(0xF000, 0x0003), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
7872159047fSniklas {"fintrzx",	two(0xF000, 0x4803), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
7882159047fSniklas {"fintrzx",	two(0xF000, 0x0003), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
7892159047fSniklas 
7902159047fSniklas {"flog10b",	two(0xF000, 0x5815), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
7912159047fSniklas {"flog10d",	two(0xF000, 0x5415), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
7922159047fSniklas {"flog10l",	two(0xF000, 0x4015), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
7932159047fSniklas {"flog10p",	two(0xF000, 0x4C15), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
7942159047fSniklas {"flog10s",	two(0xF000, 0x4415), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
7952159047fSniklas {"flog10w",	two(0xF000, 0x5015), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
7962159047fSniklas {"flog10x",	two(0xF000, 0x0015), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
7972159047fSniklas {"flog10x",	two(0xF000, 0x4815), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
7982159047fSniklas {"flog10x",	two(0xF000, 0x0015), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
7992159047fSniklas 
8002159047fSniklas {"flog2b",	two(0xF000, 0x5816), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
8012159047fSniklas {"flog2d",	two(0xF000, 0x5416), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
8022159047fSniklas {"flog2l",	two(0xF000, 0x4016), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
8032159047fSniklas {"flog2p",	two(0xF000, 0x4C16), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
8042159047fSniklas {"flog2s",	two(0xF000, 0x4416), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
8052159047fSniklas {"flog2w",	two(0xF000, 0x5016), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
8062159047fSniklas {"flog2x",	two(0xF000, 0x0016), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
8072159047fSniklas {"flog2x",	two(0xF000, 0x4816), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
8082159047fSniklas {"flog2x",	two(0xF000, 0x0016), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
8092159047fSniklas 
8102159047fSniklas {"flognb",	two(0xF000, 0x5814), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
8112159047fSniklas {"flognd",	two(0xF000, 0x5414), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
8122159047fSniklas {"flognl",	two(0xF000, 0x4014), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
8132159047fSniklas {"flognp",	two(0xF000, 0x4C14), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
8142159047fSniklas {"flogns",	two(0xF000, 0x4414), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
8152159047fSniklas {"flognw",	two(0xF000, 0x5014), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
8162159047fSniklas {"flognx",	two(0xF000, 0x0014), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
8172159047fSniklas {"flognx",	two(0xF000, 0x4814), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
8182159047fSniklas {"flognx",	two(0xF000, 0x0014), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
8192159047fSniklas 
8202159047fSniklas {"flognp1b",	two(0xF000, 0x5806), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
8212159047fSniklas {"flognp1d",	two(0xF000, 0x5406), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
8222159047fSniklas {"flognp1l",	two(0xF000, 0x4006), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
8232159047fSniklas {"flognp1p",	two(0xF000, 0x4C06), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
8242159047fSniklas {"flognp1s",	two(0xF000, 0x4406), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
8252159047fSniklas {"flognp1w",	two(0xF000, 0x5006), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
8262159047fSniklas {"flognp1x",	two(0xF000, 0x0006), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
8272159047fSniklas {"flognp1x",	two(0xF000, 0x4806), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
8282159047fSniklas {"flognp1x",	two(0xF000, 0x0006), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
8292159047fSniklas 
8302159047fSniklas {"fmodb",	two(0xF000, 0x5821), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
8312159047fSniklas {"fmodd",	two(0xF000, 0x5421), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
8322159047fSniklas {"fmodl",	two(0xF000, 0x4021), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
8332159047fSniklas {"fmodp",	two(0xF000, 0x4C21), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
8342159047fSniklas {"fmods",	two(0xF000, 0x4421), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
8352159047fSniklas {"fmodw",	two(0xF000, 0x5021), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
8362159047fSniklas {"fmodx",	two(0xF000, 0x0021), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
8372159047fSniklas {"fmodx",	two(0xF000, 0x4821), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
8382159047fSniklas 
839*007c2a45Smiod {"fmoveb",	two(0xF000, 0x5800), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
840*007c2a45Smiod {"fmoveb",	two(0xF000, 0x7800), two(0xF1C0, 0xFC7F), "IiF7bs", cfloat },
8412159047fSniklas {"fmoveb",	two(0xF000, 0x5800), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
8422159047fSniklas {"fmoveb",	two(0xF000, 0x7800), two(0xF1C0, 0xFC7F), "IiF7$b", mfloat },
8432159047fSniklas {"fmoved",	two(0xF000, 0x5400), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
8442159047fSniklas {"fmoved",	two(0xF000, 0x7400), two(0xF1C0, 0xFC7F), "IiF7~F", mfloat },
845*007c2a45Smiod {"fmoved",	two(0xF000, 0x0000), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
846*007c2a45Smiod {"fmoved",	two(0xF000, 0x5400), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
847*007c2a45Smiod {"fmoved",	two(0xF000, 0x7400), two(0xF1C0, 0xFC7F), "IiF7ws", cfloat },
8482159047fSniklas {"fmovel",	two(0xF000, 0x4000), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
8492159047fSniklas {"fmovel",	two(0xF000, 0x6000), two(0xF1C0, 0xFC7F), "IiF7$l", mfloat },
8502159047fSniklas /* FIXME: the next two variants should not permit moving an address
8512159047fSniklas    register to anything but the floating point instruction register.  */
8522159047fSniklas {"fmovel",	two(0xF000, 0xA000), two(0xF1C0, 0xE3FF), "Iis8%s", mfloat },
8532159047fSniklas {"fmovel",	two(0xF000, 0x8000), two(0xF1C0, 0xE3FF), "Ii*ls8", mfloat },
854*007c2a45Smiod {"fmovel",	two(0xF000, 0x4000), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
855*007c2a45Smiod {"fmovel",	two(0xF000, 0x6000), two(0xF1C0, 0xFC7F), "IiF7bs", cfloat },
856*007c2a45Smiod   /* Move the FP control registers */
857*007c2a45Smiod {"fmovel",	two(0xF000, 0xA000), two(0xF1C0, 0xE3FF), "Iis8ps", cfloat },
858*007c2a45Smiod {"fmovel",	two(0xF000, 0x8000), two(0xF1C0, 0xE3FF), "Iibss8", cfloat },
8592159047fSniklas {"fmovep",	two(0xF000, 0x4C00), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
8602159047fSniklas {"fmovep",	two(0xF000, 0x6C00), two(0xF1C0, 0xFC00), "IiF7~pkC", mfloat },
8612159047fSniklas {"fmovep",	two(0xF000, 0x7C00), two(0xF1C0, 0xFC0F), "IiF7~pDk", mfloat },
8622159047fSniklas {"fmoves",	two(0xF000, 0x4400), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
8632159047fSniklas {"fmoves",	two(0xF000, 0x6400), two(0xF1C0, 0xFC7F), "IiF7$f", mfloat },
864*007c2a45Smiod {"fmoves",	two(0xF000, 0x4400), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
865*007c2a45Smiod {"fmoves",	two(0xF000, 0x6400), two(0xF1C0, 0xFC7F), "IiF7qs", cfloat },
8662159047fSniklas {"fmovew",	two(0xF000, 0x5000), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
8672159047fSniklas {"fmovew",	two(0xF000, 0x7000), two(0xF1C0, 0xFC7F), "IiF7$w", mfloat },
868*007c2a45Smiod {"fmovew",	two(0xF000, 0x5000), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
869*007c2a45Smiod {"fmovew",	two(0xF000, 0x7000), two(0xF1C0, 0xFC7F), "IiF7qs", cfloat },
8702159047fSniklas {"fmovex",	two(0xF000, 0x0000), two(0xF1FF, 0xE07F), "IiF8F7", mfloat },
8712159047fSniklas {"fmovex",	two(0xF000, 0x4800), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
8722159047fSniklas {"fmovex",	two(0xF000, 0x6800), two(0xF1C0, 0xFC7F), "IiF7~x", mfloat },
8732159047fSniklas 
8742159047fSniklas {"fsmoveb",	two(0xF000, 0x5840), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
875*007c2a45Smiod {"fsmoveb",	two(0xF000, 0x5840), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
876*007c2a45Smiod {"fsmoveb",	two(0xF000, 0x7840), two(0xF1C0, 0xFC7F), "IiF7qs", cfloat },
877*007c2a45Smiod {"fsmoved",	two(0xF000, 0x0040), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
8782159047fSniklas {"fsmoved",	two(0xF000, 0x5440), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
879*007c2a45Smiod {"fsmoved",	two(0xF000, 0x5440), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
880*007c2a45Smiod {"fsmoved",	two(0xF000, 0x7440), two(0xF1C0, 0xFC7F), "IiF7ws", cfloat },
8812159047fSniklas {"fsmovel",	two(0xF000, 0x4040), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
882*007c2a45Smiod {"fsmovel",	two(0xF000, 0x4040), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
883*007c2a45Smiod {"fsmovel",	two(0xF000, 0x6040), two(0xF1C0, 0xFC7F), "IiF7qs", cfloat },
8842159047fSniklas {"fsmoves",	two(0xF000, 0x4440), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
885*007c2a45Smiod {"fsmoves",	two(0xF000, 0x4440), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
886*007c2a45Smiod {"fsmoves",	two(0xF000, 0x6440), two(0xF1C0, 0xFC7F), "IiF7qs", cfloat },
8872159047fSniklas {"fsmovew",	two(0xF000, 0x5040), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
888*007c2a45Smiod {"fsmovew",	two(0xF000, 0x5040), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
889*007c2a45Smiod {"fsmovew",	two(0xF000, 0x7040), two(0xF1C0, 0xFC7F), "IiF7qs", cfloat },
8902159047fSniklas {"fsmovex",	two(0xF000, 0x0040), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
8912159047fSniklas {"fsmovex",	two(0xF000, 0x4840), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
8922159047fSniklas {"fsmovep",	two(0xF000, 0x4C40), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
8932159047fSniklas 
8942159047fSniklas {"fdmoveb",	two(0xF000, 0x5844), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
895*007c2a45Smiod {"fdmoveb",	two(0xF000, 0x5844), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
896*007c2a45Smiod {"fdmoveb",	two(0xF000, 0x7844), two(0xF1C0, 0xFC7F), "IiF7qs", cfloat },
897*007c2a45Smiod {"fdmoved",	two(0xF000, 0x0044), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
8982159047fSniklas {"fdmoved",	two(0xF000, 0x5444), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
899*007c2a45Smiod {"fdmoved",	two(0xF000, 0x5444), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
900*007c2a45Smiod {"fdmoved",	two(0xF000, 0x7444), two(0xF1C0, 0xFC7F), "IiF7qs", cfloat },
9012159047fSniklas {"fdmovel",	two(0xF000, 0x4044), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
902*007c2a45Smiod {"fdmovel",	two(0xF000, 0x4044), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
903*007c2a45Smiod {"fdmovel",	two(0xF000, 0x6044), two(0xF1C0, 0xFC7F), "IiF7qs", cfloat },
9042159047fSniklas {"fdmoves",	two(0xF000, 0x4444), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
905*007c2a45Smiod {"fdmoves",	two(0xF000, 0x4444), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
906*007c2a45Smiod {"fdmoves",	two(0xF000, 0x6444), two(0xF1C0, 0xFC7F), "IiF7qs", cfloat },
9072159047fSniklas {"fdmovew",	two(0xF000, 0x5044), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
908*007c2a45Smiod {"fdmovew",	two(0xF000, 0x5044), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
909*007c2a45Smiod {"fdmovew",	two(0xF000, 0x7044), two(0xF1C0, 0xFC7F), "IiF7qs", cfloat },
9102159047fSniklas {"fdmovex",	two(0xF000, 0x0044), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
9112159047fSniklas {"fdmovex",	two(0xF000, 0x4844), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
9122159047fSniklas {"fdmovep",	two(0xF000, 0x4C44), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
9132159047fSniklas 
9142159047fSniklas {"fmovecrx",	two(0xF000, 0x5C00), two(0xF1FF, 0xFC00), "Ii#CF7", mfloat },
9152159047fSniklas 
916*007c2a45Smiod {"fmovemd",	two(0xF000, 0xD000), two(0xFFC0, 0xFF00), "Iizsl3", cfloat },
917*007c2a45Smiod {"fmovemd",	two(0xF000, 0xD000), two(0xFFC0, 0xFF00), "Iizs#3", cfloat },
918*007c2a45Smiod {"fmovemd",	two(0xF000, 0xF000), two(0xFFC0, 0xFF00), "Ii#3ys", cfloat },
919*007c2a45Smiod {"fmovemd",	two(0xF000, 0xF000), two(0xFFC0, 0xFF00), "Iil3ys", cfloat },
920*007c2a45Smiod 
9212159047fSniklas {"fmovemx",	two(0xF000, 0xF800), two(0xF1C0, 0xFF8F), "IiDk&s", mfloat },
922e93f7393Sniklas {"fmovemx",	two(0xF020, 0xE800), two(0xF1F8, 0xFF8F), "IiDk-s", mfloat },
9232159047fSniklas {"fmovemx",	two(0xF000, 0xD800), two(0xF1C0, 0xFF8F), "Ii&sDk", mfloat },
924e93f7393Sniklas {"fmovemx",	two(0xF018, 0xD800), two(0xF1F8, 0xFF8F), "Ii+sDk", mfloat },
9252159047fSniklas {"fmovemx",	two(0xF000, 0xF000), two(0xF1C0, 0xFF00), "Idl3&s", mfloat },
9262159047fSniklas {"fmovemx",	two(0xF000, 0xF000), two(0xF1C0, 0xFF00), "Id#3&s", mfloat },
9272159047fSniklas {"fmovemx",	two(0xF000, 0xD000), two(0xF1C0, 0xFF00), "Id&sl3", mfloat },
9282159047fSniklas {"fmovemx",	two(0xF000, 0xD000), two(0xF1C0, 0xFF00), "Id&s#3", mfloat },
9292159047fSniklas {"fmovemx",	two(0xF020, 0xE000), two(0xF1F8, 0xFF00), "IdL3-s", mfloat },
9302159047fSniklas {"fmovemx",	two(0xF020, 0xE000), two(0xF1F8, 0xFF00), "Id#3-s", mfloat },
9312159047fSniklas {"fmovemx",	two(0xF018, 0xD000), two(0xF1F8, 0xFF00), "Id+sl3", mfloat },
9322159047fSniklas {"fmovemx",	two(0xF018, 0xD000), two(0xF1F8, 0xFF00), "Id+s#3", mfloat },
9332159047fSniklas 
9342159047fSniklas {"fmoveml",	two(0xF000, 0xA000), two(0xF1C0, 0xE3FF), "Iis8%s", mfloat },
9352159047fSniklas {"fmoveml",	two(0xF000, 0xA000), two(0xF1C0, 0xE3FF), "IiL8~s", mfloat },
9362159047fSniklas /* FIXME: In the next instruction, we should only permit %dn if the
9372159047fSniklas    target is a single register.  We should only permit %an if the
9382159047fSniklas    target is a single %fpiar.  */
9392159047fSniklas {"fmoveml",	two(0xF000, 0x8000), two(0xF1C0, 0xE3FF), "Ii*lL8", mfloat },
9402159047fSniklas 
941*007c2a45Smiod {"fmovem",	two(0xF000, 0xD000), two(0xFFC0, 0xFF00), "IizsL3", cfloat },
942*007c2a45Smiod {"fmovem",	two(0xF000, 0xD000), two(0xFFC0, 0xFF00), "Iizs#3", cfloat },
943*007c2a45Smiod {"fmovem",	two(0xF000, 0xF000), two(0xFFC0, 0xFF00), "Ii#3ys", cfloat },
944*007c2a45Smiod {"fmovem",	two(0xF000, 0xF000), two(0xFFC0, 0xFF00), "IiL3ys", cfloat },
945*007c2a45Smiod 
9462159047fSniklas {"fmovem",	two(0xF020, 0xE000), two(0xF1F8, 0xFF00), "IdL3-s", mfloat },
9472159047fSniklas {"fmovem",	two(0xF000, 0xF000), two(0xF1C0, 0xFF00), "Idl3&s", mfloat },
9482159047fSniklas {"fmovem",	two(0xF018, 0xD000), two(0xF1F8, 0xFF00), "Id+sl3", mfloat },
9492159047fSniklas {"fmovem",	two(0xF000, 0xD000), two(0xF1C0, 0xFF00), "Id&sl3", mfloat },
9502159047fSniklas {"fmovem",	two(0xF020, 0xE000), two(0xF1F8, 0xFF00), "Id#3-s", mfloat },
9512159047fSniklas {"fmovem",	two(0xF020, 0xE800), two(0xF1F8, 0xFF8F), "IiDk-s", mfloat },
9522159047fSniklas {"fmovem",	two(0xF000, 0xF000), two(0xF1C0, 0xFF00), "Id#3&s", mfloat },
9532159047fSniklas {"fmovem",	two(0xF000, 0xF800), two(0xF1C0, 0xFF8F), "IiDk&s", mfloat },
9542159047fSniklas {"fmovem",	two(0xF018, 0xD000), two(0xF1F8, 0xFF00), "Id+s#3", mfloat },
9552159047fSniklas {"fmovem",	two(0xF018, 0xD800), two(0xF1F8, 0xFF8F), "Ii+sDk", mfloat },
9562159047fSniklas {"fmovem",	two(0xF000, 0xD000), two(0xF1C0, 0xFF00), "Id&s#3", mfloat },
9572159047fSniklas {"fmovem",	two(0xF000, 0xD800), two(0xF1C0, 0xFF8F), "Ii&sDk", mfloat },
9582159047fSniklas {"fmovem",	two(0xF000, 0xA000), two(0xF1C0, 0xE3FF), "Iis8%s", mfloat },
9592159047fSniklas {"fmovem",	two(0xF000, 0x8000), two(0xF1C0, 0xE3FF), "Ii*ss8", mfloat },
9602159047fSniklas {"fmovem",	two(0xF000, 0xA000), two(0xF1C0, 0xE3FF), "IiL8~s", mfloat },
9612159047fSniklas {"fmovem",	two(0xF000, 0x8000), two(0xF2C0, 0xE3FF), "Ii*sL8", mfloat },
9622159047fSniklas 
9632159047fSniklas {"fmulb",	two(0xF000, 0x5823), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
964*007c2a45Smiod {"fmulb",	two(0xF000, 0x5823), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
965*007c2a45Smiod {"fmuld",	two(0xF000, 0x0023), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
9662159047fSniklas {"fmuld",	two(0xF000, 0x5423), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
967*007c2a45Smiod {"fmuld",	two(0xF000, 0x5423), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
9682159047fSniklas {"fmull",	two(0xF000, 0x4023), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
969*007c2a45Smiod {"fmull",	two(0xF000, 0x4023), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
9702159047fSniklas {"fmulp",	two(0xF000, 0x4C23), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
9712159047fSniklas {"fmuls",	two(0xF000, 0x4423), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
972*007c2a45Smiod {"fmuls",	two(0xF000, 0x4423), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
9732159047fSniklas {"fmulw",	two(0xF000, 0x5023), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
974*007c2a45Smiod {"fmulw",	two(0xF000, 0x5023), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
9752159047fSniklas {"fmulx",	two(0xF000, 0x0023), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
9762159047fSniklas {"fmulx",	two(0xF000, 0x4823), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
9772159047fSniklas 
9782159047fSniklas {"fsmulb",	two(0xF000, 0x5863), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
979*007c2a45Smiod {"fsmulb",	two(0xF000, 0x5863), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
980*007c2a45Smiod {"fsmuld",	two(0xF000, 0x0063), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
9812159047fSniklas {"fsmuld",	two(0xF000, 0x5463), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
982*007c2a45Smiod {"fsmuld",	two(0xF000, 0x5463), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
9832159047fSniklas {"fsmull",	two(0xF000, 0x4063), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
984*007c2a45Smiod {"fsmull",	two(0xF000, 0x4063), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
9852159047fSniklas {"fsmulp",	two(0xF000, 0x4C63), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
9862159047fSniklas {"fsmuls",	two(0xF000, 0x4463), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
987*007c2a45Smiod {"fsmuls",	two(0xF000, 0x4463), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
9882159047fSniklas {"fsmulw",	two(0xF000, 0x5063), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
989*007c2a45Smiod {"fsmulw",	two(0xF000, 0x5063), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
9902159047fSniklas {"fsmulx",	two(0xF000, 0x0063), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
9912159047fSniklas {"fsmulx",	two(0xF000, 0x4863), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
9922159047fSniklas 
9932159047fSniklas {"fdmulb",	two(0xF000, 0x5867), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
994*007c2a45Smiod {"fdmulb",	two(0xF000, 0x5867), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
995*007c2a45Smiod {"fdmuld",	two(0xF000, 0x0067), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
9962159047fSniklas {"fdmuld",	two(0xF000, 0x5467), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
997*007c2a45Smiod {"fdmuld",	two(0xF000, 0x5467), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
9982159047fSniklas {"fdmull",	two(0xF000, 0x4067), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
999*007c2a45Smiod {"fdmull",	two(0xF000, 0x4067), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
10002159047fSniklas {"fdmulp",	two(0xF000, 0x4C67), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
10012159047fSniklas {"fdmuls",	two(0xF000, 0x4467), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
1002*007c2a45Smiod {"fdmuls",	two(0xF000, 0x4467), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
10032159047fSniklas {"fdmulw",	two(0xF000, 0x5067), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
1004*007c2a45Smiod {"fdmulw",	two(0xF000, 0x5067), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
10052159047fSniklas {"fdmulx",	two(0xF000, 0x0067), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
10062159047fSniklas {"fdmulx",	two(0xF000, 0x4867), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
10072159047fSniklas 
10082159047fSniklas {"fnegb",	two(0xF000, 0x581A), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
1009*007c2a45Smiod {"fnegb",	two(0xF000, 0x581A), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
1010*007c2a45Smiod {"fnegd",	two(0xF000, 0x001A), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
1011*007c2a45Smiod {"fnegd",	two(0xF000, 0x001A), two(0xF1C0, 0xE07F), "IiFt",   cfloat },
10122159047fSniklas {"fnegd",	two(0xF000, 0x541A), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
1013*007c2a45Smiod {"fnegd",	two(0xF000, 0x541A), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
10142159047fSniklas {"fnegl",	two(0xF000, 0x401A), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
1015*007c2a45Smiod {"fnegl",	two(0xF000, 0x401A), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
10162159047fSniklas {"fnegp",	two(0xF000, 0x4C1A), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
10172159047fSniklas {"fnegs",	two(0xF000, 0x441A), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
1018*007c2a45Smiod {"fnegs",	two(0xF000, 0x441A), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
10192159047fSniklas {"fnegw",	two(0xF000, 0x501A), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
1020*007c2a45Smiod {"fnegw",	two(0xF000, 0x501A), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
10212159047fSniklas {"fnegx",	two(0xF000, 0x001A), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
10222159047fSniklas {"fnegx",	two(0xF000, 0x481A), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
10232159047fSniklas {"fnegx",	two(0xF000, 0x001A), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
10242159047fSniklas 
10252159047fSniklas {"fsnegb",	two(0xF000, 0x585A), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
1026*007c2a45Smiod {"fsnegb",	two(0xF000, 0x585A), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
1027*007c2a45Smiod {"fsnegd",	two(0xF000, 0x005A), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
1028*007c2a45Smiod {"fsnegd",	two(0xF000, 0x005A), two(0xF1C0, 0xE07F), "IiFt",   cfloat },
10292159047fSniklas {"fsnegd",	two(0xF000, 0x545A), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
1030*007c2a45Smiod {"fsnegd",	two(0xF000, 0x545A), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
10312159047fSniklas {"fsnegl",	two(0xF000, 0x405A), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
1032*007c2a45Smiod {"fsnegl",	two(0xF000, 0x405A), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
10332159047fSniklas {"fsnegp",	two(0xF000, 0x4C5A), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
10342159047fSniklas {"fsnegs",	two(0xF000, 0x445A), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
1035*007c2a45Smiod {"fsnegs",	two(0xF000, 0x445A), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
10362159047fSniklas {"fsnegw",	two(0xF000, 0x505A), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
1037*007c2a45Smiod {"fsnegw",	two(0xF000, 0x505A), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
10382159047fSniklas {"fsnegx",	two(0xF000, 0x005A), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
10392159047fSniklas {"fsnegx",	two(0xF000, 0x485A), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
10402159047fSniklas {"fsnegx",	two(0xF000, 0x005A), two(0xF1C0, 0xE07F), "IiFt",   m68040up },
10412159047fSniklas 
10422159047fSniklas {"fdnegb",	two(0xF000, 0x585E), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
1043*007c2a45Smiod {"fdnegb",	two(0xF000, 0x585E), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
1044*007c2a45Smiod {"fdnegd",	two(0xF000, 0x005E), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
1045*007c2a45Smiod {"fdnegd",	two(0xF000, 0x005E), two(0xF1C0, 0xE07F), "IiFt",   cfloat },
10462159047fSniklas {"fdnegd",	two(0xF000, 0x545E), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
1047*007c2a45Smiod {"fdnegd",	two(0xF000, 0x545E), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
10482159047fSniklas {"fdnegl",	two(0xF000, 0x405E), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
1049*007c2a45Smiod {"fdnegl",	two(0xF000, 0x405E), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
10502159047fSniklas {"fdnegp",	two(0xF000, 0x4C5E), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
10512159047fSniklas {"fdnegs",	two(0xF000, 0x445E), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
1052*007c2a45Smiod {"fdnegs",	two(0xF000, 0x445E), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
10532159047fSniklas {"fdnegw",	two(0xF000, 0x505E), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
1054*007c2a45Smiod {"fdnegw",	two(0xF000, 0x505E), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
10552159047fSniklas {"fdnegx",	two(0xF000, 0x005E), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
10562159047fSniklas {"fdnegx",	two(0xF000, 0x485E), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
10572159047fSniklas {"fdnegx",	two(0xF000, 0x005E), two(0xF1C0, 0xE07F), "IiFt",   m68040up },
10582159047fSniklas 
1059*007c2a45Smiod {"fnop",	two(0xF280, 0x0000), two(0xFFFF, 0xFFFF), "Ii", mfloat | cfloat },
10602159047fSniklas 
10612159047fSniklas {"fremb",	two(0xF000, 0x5825), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
10622159047fSniklas {"fremd",	two(0xF000, 0x5425), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
10632159047fSniklas {"freml",	two(0xF000, 0x4025), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
10642159047fSniklas {"fremp",	two(0xF000, 0x4C25), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
10652159047fSniklas {"frems",	two(0xF000, 0x4425), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
10662159047fSniklas {"fremw",	two(0xF000, 0x5025), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
10672159047fSniklas {"fremx",	two(0xF000, 0x0025), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
10682159047fSniklas {"fremx",	two(0xF000, 0x4825), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
10692159047fSniklas 
1070b305b0f1Sespie {"frestore",	one(0xF140),		one(0xF1C0), "Id<s", mfloat },
1071*007c2a45Smiod {"frestore",	one(0xF140),		one(0xF1C0), "Idys", cfloat },
10722159047fSniklas 
1073b305b0f1Sespie {"fsave",	one(0xF100),		one(0xF1C0), "Id>s", mfloat },
1074*007c2a45Smiod {"fsave",	one(0xF100),		one(0xF1C0), "Idzs", cfloat },
10752159047fSniklas 
10762159047fSniklas {"fscaleb",	two(0xF000, 0x5826), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
10772159047fSniklas {"fscaled",	two(0xF000, 0x5426), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
10782159047fSniklas {"fscalel",	two(0xF000, 0x4026), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
10792159047fSniklas {"fscalep",	two(0xF000, 0x4C26), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
10802159047fSniklas {"fscales",	two(0xF000, 0x4426), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
10812159047fSniklas {"fscalew",	two(0xF000, 0x5026), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
10822159047fSniklas {"fscalex",	two(0xF000, 0x0026), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
10832159047fSniklas {"fscalex",	two(0xF000, 0x4826), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
10842159047fSniklas 
10852159047fSniklas /* $ is necessary to prevent the assembler from using PC-relative.
10862159047fSniklas    If @ were used, "label: fseq label" could produce "ftrapeq",
10872159047fSniklas    because "label" became "pc@label".  */
10882159047fSniklas {"fseq",	two(0xF040, 0x0001), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
10892159047fSniklas {"fsf",		two(0xF040, 0x0000), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
10902159047fSniklas {"fsge",	two(0xF040, 0x0013), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
10912159047fSniklas {"fsgl",	two(0xF040, 0x0016), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
10922159047fSniklas {"fsgle",	two(0xF040, 0x0017), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
10932159047fSniklas {"fsgt",	two(0xF040, 0x0012), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
10942159047fSniklas {"fsle",	two(0xF040, 0x0015), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
10952159047fSniklas {"fslt",	two(0xF040, 0x0014), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
10962159047fSniklas {"fsne",	two(0xF040, 0x000E), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
10972159047fSniklas {"fsnge",	two(0xF040, 0x001C), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
10982159047fSniklas {"fsngl",	two(0xF040, 0x0019), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
10992159047fSniklas {"fsngle",	two(0xF040, 0x0018), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
11002159047fSniklas {"fsngt",	two(0xF040, 0x001D), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
11012159047fSniklas {"fsnle",	two(0xF040, 0x001A), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
11022159047fSniklas {"fsnlt",	two(0xF040, 0x001B), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
11032159047fSniklas {"fsoge",	two(0xF040, 0x0003), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
11042159047fSniklas {"fsogl",	two(0xF040, 0x0006), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
11052159047fSniklas {"fsogt",	two(0xF040, 0x0002), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
11062159047fSniklas {"fsole",	two(0xF040, 0x0005), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
11072159047fSniklas {"fsolt",	two(0xF040, 0x0004), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
11082159047fSniklas {"fsor",	two(0xF040, 0x0007), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
11092159047fSniklas {"fsseq",	two(0xF040, 0x0011), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
11102159047fSniklas {"fssf",	two(0xF040, 0x0010), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
11112159047fSniklas {"fssne",	two(0xF040, 0x001E), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
11122159047fSniklas {"fsst",	two(0xF040, 0x001F), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
11132159047fSniklas {"fst",		two(0xF040, 0x000F), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
11142159047fSniklas {"fsueq",	two(0xF040, 0x0009), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
11152159047fSniklas {"fsuge",	two(0xF040, 0x000B), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
11162159047fSniklas {"fsugt",	two(0xF040, 0x000A), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
11172159047fSniklas {"fsule",	two(0xF040, 0x000D), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
11182159047fSniklas {"fsult",	two(0xF040, 0x000C), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
11192159047fSniklas {"fsun",	two(0xF040, 0x0008), two(0xF1C0, 0xFFFF), "Ii$s", mfloat },
11202159047fSniklas 
11212159047fSniklas {"fsgldivb",	two(0xF000, 0x5824), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
11222159047fSniklas {"fsgldivd",	two(0xF000, 0x5424), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
11232159047fSniklas {"fsgldivl",	two(0xF000, 0x4024), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
11242159047fSniklas {"fsgldivp",	two(0xF000, 0x4C24), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
11252159047fSniklas {"fsgldivs",	two(0xF000, 0x4424), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
11262159047fSniklas {"fsgldivw",	two(0xF000, 0x5024), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
11272159047fSniklas {"fsgldivx",	two(0xF000, 0x0024), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
11282159047fSniklas {"fsgldivx",	two(0xF000, 0x4824), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
11292159047fSniklas {"fsgldivx",	two(0xF000, 0x0024), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
11302159047fSniklas 
11312159047fSniklas {"fsglmulb",	two(0xF000, 0x5827), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
11322159047fSniklas {"fsglmuld",	two(0xF000, 0x5427), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
11332159047fSniklas {"fsglmull",	two(0xF000, 0x4027), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
11342159047fSniklas {"fsglmulp",	two(0xF000, 0x4C27), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
11352159047fSniklas {"fsglmuls",	two(0xF000, 0x4427), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
11362159047fSniklas {"fsglmulw",	two(0xF000, 0x5027), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
11372159047fSniklas {"fsglmulx",	two(0xF000, 0x0027), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
11382159047fSniklas {"fsglmulx",	two(0xF000, 0x4827), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
11392159047fSniklas {"fsglmulx",	two(0xF000, 0x0027), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
11402159047fSniklas 
11412159047fSniklas {"fsinb",	two(0xF000, 0x580E), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
11422159047fSniklas {"fsind",	two(0xF000, 0x540E), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
11432159047fSniklas {"fsinl",	two(0xF000, 0x400E), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
11442159047fSniklas {"fsinp",	two(0xF000, 0x4C0E), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
11452159047fSniklas {"fsins",	two(0xF000, 0x440E), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
11462159047fSniklas {"fsinw",	two(0xF000, 0x500E), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
11472159047fSniklas {"fsinx",	two(0xF000, 0x000E), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
11482159047fSniklas {"fsinx",	two(0xF000, 0x480E), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
11492159047fSniklas {"fsinx",	two(0xF000, 0x000E), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
11502159047fSniklas 
11512159047fSniklas {"fsincosb",	two(0xF000, 0x5830), two(0xF1C0, 0xFC78), "Ii;bF3F7", mfloat },
11522159047fSniklas {"fsincosd",	two(0xF000, 0x5430), two(0xF1C0, 0xFC78), "Ii;FF3F7", mfloat },
11532159047fSniklas {"fsincosl",	two(0xF000, 0x4030), two(0xF1C0, 0xFC78), "Ii;lF3F7", mfloat },
11542159047fSniklas {"fsincosp",	two(0xF000, 0x4C30), two(0xF1C0, 0xFC78), "Ii;pF3F7", mfloat },
11552159047fSniklas {"fsincoss",	two(0xF000, 0x4430), two(0xF1C0, 0xFC78), "Ii;fF3F7", mfloat },
11562159047fSniklas {"fsincosw",	two(0xF000, 0x5030), two(0xF1C0, 0xFC78), "Ii;wF3F7", mfloat },
11572159047fSniklas {"fsincosx",	two(0xF000, 0x0030), two(0xF1C0, 0xE078), "IiF8F3F7", mfloat },
11582159047fSniklas {"fsincosx",	two(0xF000, 0x4830), two(0xF1C0, 0xFC78), "Ii;xF3F7", mfloat },
11592159047fSniklas 
11602159047fSniklas {"fsinhb",	two(0xF000, 0x5802), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
11612159047fSniklas {"fsinhd",	two(0xF000, 0x5402), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
11622159047fSniklas {"fsinhl",	two(0xF000, 0x4002), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
11632159047fSniklas {"fsinhp",	two(0xF000, 0x4C02), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
11642159047fSniklas {"fsinhs",	two(0xF000, 0x4402), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
11652159047fSniklas {"fsinhw",	two(0xF000, 0x5002), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
11662159047fSniklas {"fsinhx",	two(0xF000, 0x0002), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
11672159047fSniklas {"fsinhx",	two(0xF000, 0x4802), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
11682159047fSniklas {"fsinhx",	two(0xF000, 0x0002), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
11692159047fSniklas 
11702159047fSniklas {"fsqrtb",	two(0xF000, 0x5804), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
1171*007c2a45Smiod {"fsqrtb",	two(0xF000, 0x5804), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
1172*007c2a45Smiod {"fsqrtd",	two(0xF000, 0x0004), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
1173*007c2a45Smiod {"fsqrtd",	two(0xF000, 0x0004), two(0xF1C0, 0xE07F), "IiFt",   cfloat },
11742159047fSniklas {"fsqrtd",	two(0xF000, 0x5404), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
1175*007c2a45Smiod {"fsqrtd",	two(0xF000, 0x5404), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
11762159047fSniklas {"fsqrtl",	two(0xF000, 0x4004), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
1177*007c2a45Smiod {"fsqrtl",	two(0xF000, 0x4004), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
11782159047fSniklas {"fsqrtp",	two(0xF000, 0x4C04), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
11792159047fSniklas {"fsqrts",	two(0xF000, 0x4404), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
1180*007c2a45Smiod {"fsqrts",	two(0xF000, 0x4404), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
11812159047fSniklas {"fsqrtw",	two(0xF000, 0x5004), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
1182*007c2a45Smiod {"fsqrtw",	two(0xF000, 0x5004), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
11832159047fSniklas {"fsqrtx",	two(0xF000, 0x0004), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
11842159047fSniklas {"fsqrtx",	two(0xF000, 0x4804), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
11852159047fSniklas {"fsqrtx",	two(0xF000, 0x0004), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
11862159047fSniklas 
11872159047fSniklas {"fssqrtb",	two(0xF000, 0x5841), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
1188*007c2a45Smiod {"fssqrtb",	two(0xF000, 0x5841), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
1189*007c2a45Smiod {"fssqrtd",	two(0xF000, 0x0041), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
1190*007c2a45Smiod {"fssqrtd",	two(0xF000, 0x0041), two(0xF1C0, 0xE07F), "IiFt",   cfloat },
11912159047fSniklas {"fssqrtd",	two(0xF000, 0x5441), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
1192*007c2a45Smiod {"fssqrtd",	two(0xF000, 0x5441), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
11932159047fSniklas {"fssqrtl",	two(0xF000, 0x4041), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
1194*007c2a45Smiod {"fssqrtl",	two(0xF000, 0x4041), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
11952159047fSniklas {"fssqrtp",	two(0xF000, 0x4C41), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
11962159047fSniklas {"fssqrts",	two(0xF000, 0x4441), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
1197*007c2a45Smiod {"fssqrts",	two(0xF000, 0x4441), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
11982159047fSniklas {"fssqrtw",	two(0xF000, 0x5041), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
1199*007c2a45Smiod {"fssqrtw",	two(0xF000, 0x5041), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
12002159047fSniklas {"fssqrtx",	two(0xF000, 0x0041), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
12012159047fSniklas {"fssqrtx",	two(0xF000, 0x4841), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
12022159047fSniklas {"fssqrtx",	two(0xF000, 0x0041), two(0xF1C0, 0xE07F), "IiFt",   m68040up },
12032159047fSniklas 
12042159047fSniklas {"fdsqrtb",	two(0xF000, 0x5845), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
1205*007c2a45Smiod {"fdsqrtb",	two(0xF000, 0x5845), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
1206*007c2a45Smiod {"fdsqrtd",	two(0xF000, 0x0045), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
1207*007c2a45Smiod {"fdsqrtd",	two(0xF000, 0x0045), two(0xF1C0, 0xE07F), "IiFt",   cfloat },
12082159047fSniklas {"fdsqrtd",	two(0xF000, 0x5445), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
12092159047fSniklas {"fdsqrtl",	two(0xF000, 0x4045), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
1210*007c2a45Smiod {"fdsqrtl",	two(0xF000, 0x4045), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
12112159047fSniklas {"fdsqrtp",	two(0xF000, 0x4C45), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
12122159047fSniklas {"fdsqrts",	two(0xF000, 0x4445), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
1213*007c2a45Smiod {"fdsqrts",	two(0xF000, 0x4445), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
12142159047fSniklas {"fdsqrtw",	two(0xF000, 0x5045), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
1215*007c2a45Smiod {"fdsqrtw",	two(0xF000, 0x5045), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
12162159047fSniklas {"fdsqrtx",	two(0xF000, 0x0045), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
12172159047fSniklas {"fdsqrtx",	two(0xF000, 0x4845), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
12182159047fSniklas {"fdsqrtx",	two(0xF000, 0x0045), two(0xF1C0, 0xE07F), "IiFt",   m68040up },
12192159047fSniklas 
12202159047fSniklas {"fsubb",	two(0xF000, 0x5828), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
1221*007c2a45Smiod {"fsubb",	two(0xF000, 0x5828), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
1222*007c2a45Smiod {"fsubd",	two(0xF000, 0x0028), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
12232159047fSniklas {"fsubd",	two(0xF000, 0x5428), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
1224*007c2a45Smiod {"fsubd",	two(0xF000, 0x5428), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
12252159047fSniklas {"fsubl",	two(0xF000, 0x4028), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
1226*007c2a45Smiod {"fsubl",	two(0xF000, 0x4028), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
12272159047fSniklas {"fsubp",	two(0xF000, 0x4C28), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
12282159047fSniklas {"fsubs",	two(0xF000, 0x4428), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
1229*007c2a45Smiod {"fsubs",	two(0xF000, 0x4428), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
12302159047fSniklas {"fsubw",	two(0xF000, 0x5028), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
1231*007c2a45Smiod {"fsubw",	two(0xF000, 0x5028), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
12322159047fSniklas {"fsubx",	two(0xF000, 0x0028), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
12332159047fSniklas {"fsubx",	two(0xF000, 0x4828), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
12342159047fSniklas {"fsubx",	two(0xF000, 0x0028), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
12352159047fSniklas 
1236*007c2a45Smiod {"fssubb",	two(0xF000, 0x5828), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
12372159047fSniklas {"fssubb",	two(0xF000, 0x5868), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
1238*007c2a45Smiod {"fssubd",	two(0xF000, 0x0068), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
12392159047fSniklas {"fssubd",	two(0xF000, 0x5468), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
1240*007c2a45Smiod {"fssubd",	two(0xF000, 0x5468), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
12412159047fSniklas {"fssubl",	two(0xF000, 0x4068), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
1242*007c2a45Smiod {"fssubl",	two(0xF000, 0x4068), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
12432159047fSniklas {"fssubp",	two(0xF000, 0x4C68), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
12442159047fSniklas {"fssubs",	two(0xF000, 0x4468), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
1245*007c2a45Smiod {"fssubs",	two(0xF000, 0x4468), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
12462159047fSniklas {"fssubw",	two(0xF000, 0x5068), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
1247*007c2a45Smiod {"fssubw",	two(0xF000, 0x5068), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
12482159047fSniklas {"fssubx",	two(0xF000, 0x0068), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
12492159047fSniklas {"fssubx",	two(0xF000, 0x4868), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
12502159047fSniklas {"fssubx",	two(0xF000, 0x0068), two(0xF1C0, 0xE07F), "IiFt",   m68040up },
12512159047fSniklas 
1252*007c2a45Smiod {"fdsubb",	two(0xF000, 0x586A), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
12532159047fSniklas {"fdsubb",	two(0xF000, 0x586c), two(0xF1C0, 0xFC7F), "Ii;bF7", m68040up },
1254*007c2a45Smiod {"fdsubd",	two(0xF000, 0x006A), two(0xF1C0, 0xE07F), "IiF8F7", cfloat },
1255*007c2a45Smiod {"fdsubd",	two(0xF000, 0x546A), two(0xF1C0, 0xFC7F), "IiwsF7", cfloat },
12562159047fSniklas {"fdsubd",	two(0xF000, 0x546c), two(0xF1C0, 0xFC7F), "Ii;FF7", m68040up },
1257*007c2a45Smiod {"fdsubl",	two(0xF000, 0x406A), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
12582159047fSniklas {"fdsubl",	two(0xF000, 0x406c), two(0xF1C0, 0xFC7F), "Ii;lF7", m68040up },
12592159047fSniklas {"fdsubp",	two(0xF000, 0x4C6c), two(0xF1C0, 0xFC7F), "Ii;pF7", m68040up },
1260*007c2a45Smiod {"fdsubs",	two(0xF000, 0x446A), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
12612159047fSniklas {"fdsubs",	two(0xF000, 0x446c), two(0xF1C0, 0xFC7F), "Ii;fF7", m68040up },
1262*007c2a45Smiod {"fdsubw",	two(0xF000, 0x506A), two(0xF1C0, 0xFC7F), "IibsF7", cfloat },
12632159047fSniklas {"fdsubw",	two(0xF000, 0x506c), two(0xF1C0, 0xFC7F), "Ii;wF7", m68040up },
12642159047fSniklas {"fdsubx",	two(0xF000, 0x006c), two(0xF1C0, 0xE07F), "IiF8F7", m68040up },
12652159047fSniklas {"fdsubx",	two(0xF000, 0x486c), two(0xF1C0, 0xFC7F), "Ii;xF7", m68040up },
12662159047fSniklas {"fdsubx",	two(0xF000, 0x006c), two(0xF1C0, 0xE07F), "IiFt",   m68040up },
12672159047fSniklas 
12682159047fSniklas {"ftanb",	two(0xF000, 0x580F), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
12692159047fSniklas {"ftand",	two(0xF000, 0x540F), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
12702159047fSniklas {"ftanl",	two(0xF000, 0x400F), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
12712159047fSniklas {"ftanp",	two(0xF000, 0x4C0F), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
12722159047fSniklas {"ftans",	two(0xF000, 0x440F), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
12732159047fSniklas {"ftanw",	two(0xF000, 0x500F), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
12742159047fSniklas {"ftanx",	two(0xF000, 0x000F), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
12752159047fSniklas {"ftanx",	two(0xF000, 0x480F), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
12762159047fSniklas {"ftanx",	two(0xF000, 0x000F), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
12772159047fSniklas 
12782159047fSniklas {"ftanhb",	two(0xF000, 0x5809), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
12792159047fSniklas {"ftanhd",	two(0xF000, 0x5409), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
12802159047fSniklas {"ftanhl",	two(0xF000, 0x4009), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
12812159047fSniklas {"ftanhp",	two(0xF000, 0x4C09), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
12822159047fSniklas {"ftanhs",	two(0xF000, 0x4409), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
12832159047fSniklas {"ftanhw",	two(0xF000, 0x5009), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
12842159047fSniklas {"ftanhx",	two(0xF000, 0x0009), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
12852159047fSniklas {"ftanhx",	two(0xF000, 0x4809), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
12862159047fSniklas {"ftanhx",	two(0xF000, 0x0009), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
12872159047fSniklas 
12882159047fSniklas {"ftentoxb",	two(0xF000, 0x5812), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
12892159047fSniklas {"ftentoxd",	two(0xF000, 0x5412), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
12902159047fSniklas {"ftentoxl",	two(0xF000, 0x4012), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
12912159047fSniklas {"ftentoxp",	two(0xF000, 0x4C12), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
12922159047fSniklas {"ftentoxs",	two(0xF000, 0x4412), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
12932159047fSniklas {"ftentoxw",	two(0xF000, 0x5012), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
12942159047fSniklas {"ftentoxx",	two(0xF000, 0x0012), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
12952159047fSniklas {"ftentoxx",	two(0xF000, 0x4812), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
12962159047fSniklas {"ftentoxx",	two(0xF000, 0x0012), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
12972159047fSniklas 
12982159047fSniklas {"ftrapeq",	two(0xF07C, 0x0001), two(0xF1FF, 0xFFFF), "Ii", mfloat },
12992159047fSniklas {"ftrapf",	two(0xF07C, 0x0000), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13002159047fSniklas {"ftrapge",	two(0xF07C, 0x0013), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13012159047fSniklas {"ftrapgl",	two(0xF07C, 0x0016), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13022159047fSniklas {"ftrapgle",	two(0xF07C, 0x0017), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13032159047fSniklas {"ftrapgt",	two(0xF07C, 0x0012), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13042159047fSniklas {"ftraple",	two(0xF07C, 0x0015), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13052159047fSniklas {"ftraplt",	two(0xF07C, 0x0014), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13062159047fSniklas {"ftrapne",	two(0xF07C, 0x000E), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13072159047fSniklas {"ftrapnge",	two(0xF07C, 0x001C), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13082159047fSniklas {"ftrapngl",	two(0xF07C, 0x0019), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13092159047fSniklas {"ftrapngle",	two(0xF07C, 0x0018), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13102159047fSniklas {"ftrapngt",	two(0xF07C, 0x001D), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13112159047fSniklas {"ftrapnle",	two(0xF07C, 0x001A), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13122159047fSniklas {"ftrapnlt",	two(0xF07C, 0x001B), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13132159047fSniklas {"ftrapoge",	two(0xF07C, 0x0003), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13142159047fSniklas {"ftrapogl",	two(0xF07C, 0x0006), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13152159047fSniklas {"ftrapogt",	two(0xF07C, 0x0002), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13162159047fSniklas {"ftrapole",	two(0xF07C, 0x0005), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13172159047fSniklas {"ftrapolt",	two(0xF07C, 0x0004), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13182159047fSniklas {"ftrapor",	two(0xF07C, 0x0007), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13192159047fSniklas {"ftrapseq",	two(0xF07C, 0x0011), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13202159047fSniklas {"ftrapsf",	two(0xF07C, 0x0010), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13212159047fSniklas {"ftrapsne",	two(0xF07C, 0x001E), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13222159047fSniklas {"ftrapst",	two(0xF07C, 0x001F), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13232159047fSniklas {"ftrapt",	two(0xF07C, 0x000F), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13242159047fSniklas {"ftrapueq",	two(0xF07C, 0x0009), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13252159047fSniklas {"ftrapuge",	two(0xF07C, 0x000B), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13262159047fSniklas {"ftrapugt",	two(0xF07C, 0x000A), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13272159047fSniklas {"ftrapule",	two(0xF07C, 0x000D), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13282159047fSniklas {"ftrapult",	two(0xF07C, 0x000C), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13292159047fSniklas {"ftrapun",	two(0xF07C, 0x0008), two(0xF1FF, 0xFFFF), "Ii", mfloat },
13302159047fSniklas 
13312159047fSniklas {"ftrapeqw",	two(0xF07A, 0x0001), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13322159047fSniklas {"ftrapfw",	two(0xF07A, 0x0000), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13332159047fSniklas {"ftrapgew",	two(0xF07A, 0x0013), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13342159047fSniklas {"ftrapglw",	two(0xF07A, 0x0016), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13352159047fSniklas {"ftrapglew",	two(0xF07A, 0x0017), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13362159047fSniklas {"ftrapgtw",	two(0xF07A, 0x0012), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13372159047fSniklas {"ftraplew",	two(0xF07A, 0x0015), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13382159047fSniklas {"ftrapltw",	two(0xF07A, 0x0014), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13392159047fSniklas {"ftrapnew",	two(0xF07A, 0x000E), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13402159047fSniklas {"ftrapngew",	two(0xF07A, 0x001C), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13412159047fSniklas {"ftrapnglw",	two(0xF07A, 0x0019), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13422159047fSniklas {"ftrapnglew",	two(0xF07A, 0x0018), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13432159047fSniklas {"ftrapngtw",	two(0xF07A, 0x001D), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13442159047fSniklas {"ftrapnlew",	two(0xF07A, 0x001A), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13452159047fSniklas {"ftrapnltw",	two(0xF07A, 0x001B), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13462159047fSniklas {"ftrapogew",	two(0xF07A, 0x0003), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13472159047fSniklas {"ftrapoglw",	two(0xF07A, 0x0006), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13482159047fSniklas {"ftrapogtw",	two(0xF07A, 0x0002), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13492159047fSniklas {"ftrapolew",	two(0xF07A, 0x0005), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13502159047fSniklas {"ftrapoltw",	two(0xF07A, 0x0004), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13512159047fSniklas {"ftraporw",	two(0xF07A, 0x0007), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13522159047fSniklas {"ftrapseqw",	two(0xF07A, 0x0011), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13532159047fSniklas {"ftrapsfw",	two(0xF07A, 0x0010), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13542159047fSniklas {"ftrapsnew",	two(0xF07A, 0x001E), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13552159047fSniklas {"ftrapstw",	two(0xF07A, 0x001F), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13562159047fSniklas {"ftraptw",	two(0xF07A, 0x000F), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13572159047fSniklas {"ftrapueqw",	two(0xF07A, 0x0009), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13582159047fSniklas {"ftrapugew",	two(0xF07A, 0x000B), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13592159047fSniklas {"ftrapugtw",	two(0xF07A, 0x000A), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13602159047fSniklas {"ftrapulew",	two(0xF07A, 0x000D), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13612159047fSniklas {"ftrapultw",	two(0xF07A, 0x000C), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13622159047fSniklas {"ftrapunw",	two(0xF07A, 0x0008), two(0xF1FF, 0xFFFF), "Ii^w", mfloat },
13632159047fSniklas 
13642159047fSniklas {"ftrapeql",	two(0xF07B, 0x0001), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13652159047fSniklas {"ftrapfl",	two(0xF07B, 0x0000), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13662159047fSniklas {"ftrapgel",	two(0xF07B, 0x0013), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13672159047fSniklas {"ftrapgll",	two(0xF07B, 0x0016), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13682159047fSniklas {"ftrapglel",	two(0xF07B, 0x0017), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13692159047fSniklas {"ftrapgtl",	two(0xF07B, 0x0012), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13702159047fSniklas {"ftraplel",	two(0xF07B, 0x0015), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13712159047fSniklas {"ftrapltl",	two(0xF07B, 0x0014), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13722159047fSniklas {"ftrapnel",	two(0xF07B, 0x000E), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13732159047fSniklas {"ftrapngel",	two(0xF07B, 0x001C), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13742159047fSniklas {"ftrapngll",	two(0xF07B, 0x0019), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13752159047fSniklas {"ftrapnglel",	two(0xF07B, 0x0018), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13762159047fSniklas {"ftrapngtl",	two(0xF07B, 0x001D), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13772159047fSniklas {"ftrapnlel",	two(0xF07B, 0x001A), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13782159047fSniklas {"ftrapnltl",	two(0xF07B, 0x001B), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13792159047fSniklas {"ftrapogel",	two(0xF07B, 0x0003), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13802159047fSniklas {"ftrapogll",	two(0xF07B, 0x0006), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13812159047fSniklas {"ftrapogtl",	two(0xF07B, 0x0002), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13822159047fSniklas {"ftrapolel",	two(0xF07B, 0x0005), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13832159047fSniklas {"ftrapoltl",	two(0xF07B, 0x0004), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13842159047fSniklas {"ftraporl",	two(0xF07B, 0x0007), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13852159047fSniklas {"ftrapseql",	two(0xF07B, 0x0011), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13862159047fSniklas {"ftrapsfl",	two(0xF07B, 0x0010), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13872159047fSniklas {"ftrapsnel",	two(0xF07B, 0x001E), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13882159047fSniklas {"ftrapstl",	two(0xF07B, 0x001F), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13892159047fSniklas {"ftraptl",	two(0xF07B, 0x000F), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13902159047fSniklas {"ftrapueql",	two(0xF07B, 0x0009), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13912159047fSniklas {"ftrapugel",	two(0xF07B, 0x000B), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13922159047fSniklas {"ftrapugtl",	two(0xF07B, 0x000A), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13932159047fSniklas {"ftrapulel",	two(0xF07B, 0x000D), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13942159047fSniklas {"ftrapultl",	two(0xF07B, 0x000C), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13952159047fSniklas {"ftrapunl",	two(0xF07B, 0x0008), two(0xF1FF, 0xFFFF), "Ii^l", mfloat },
13962159047fSniklas 
13972159047fSniklas {"ftstb",	two(0xF000, 0x583A), two(0xF1C0, 0xFC7F), "Ii;b", mfloat },
1398*007c2a45Smiod {"ftstb",	two(0xF000, 0x583A), two(0xF1C0, 0xFC7F), "Iibs", cfloat },
1399*007c2a45Smiod {"ftstd",	two(0xF000, 0x003A), two(0xF1C0, 0xE07F), "IiF8", cfloat },
14002159047fSniklas {"ftstd",	two(0xF000, 0x543A), two(0xF1C0, 0xFC7F), "Ii;F", mfloat },
1401*007c2a45Smiod {"ftstd",	two(0xF000, 0x543A), two(0xF1C0, 0xFC7F), "Iibs", cfloat },
14022159047fSniklas {"ftstl",	two(0xF000, 0x403A), two(0xF1C0, 0xFC7F), "Ii;l", mfloat },
1403*007c2a45Smiod {"ftstl",	two(0xF000, 0x403A), two(0xF1C0, 0xFC7F), "Iibs", cfloat },
14042159047fSniklas {"ftstp",	two(0xF000, 0x4C3A), two(0xF1C0, 0xFC7F), "Ii;p", mfloat },
14052159047fSniklas {"ftsts",	two(0xF000, 0x443A), two(0xF1C0, 0xFC7F), "Ii;f", mfloat },
1406*007c2a45Smiod {"ftsts",	two(0xF000, 0x443A), two(0xF1C0, 0xFC7F), "Iibs", cfloat },
14072159047fSniklas {"ftstw",	two(0xF000, 0x503A), two(0xF1C0, 0xFC7F), "Ii;w", mfloat },
1408*007c2a45Smiod {"ftstw",	two(0xF000, 0x503A), two(0xF1C0, 0xFC7F), "Iibs", cfloat },
14092159047fSniklas {"ftstx",	two(0xF000, 0x003A), two(0xF1C0, 0xE07F), "IiF8", mfloat },
14102159047fSniklas {"ftstx",	two(0xF000, 0x483A), two(0xF1C0, 0xFC7F), "Ii;x", mfloat },
14112159047fSniklas 
14122159047fSniklas {"ftwotoxb",	two(0xF000, 0x5811), two(0xF1C0, 0xFC7F), "Ii;bF7", mfloat },
14132159047fSniklas {"ftwotoxd",	two(0xF000, 0x5411), two(0xF1C0, 0xFC7F), "Ii;FF7", mfloat },
14142159047fSniklas {"ftwotoxl",	two(0xF000, 0x4011), two(0xF1C0, 0xFC7F), "Ii;lF7", mfloat },
14152159047fSniklas {"ftwotoxp",	two(0xF000, 0x4C11), two(0xF1C0, 0xFC7F), "Ii;pF7", mfloat },
14162159047fSniklas {"ftwotoxs",	two(0xF000, 0x4411), two(0xF1C0, 0xFC7F), "Ii;fF7", mfloat },
14172159047fSniklas {"ftwotoxw",	two(0xF000, 0x5011), two(0xF1C0, 0xFC7F), "Ii;wF7", mfloat },
14182159047fSniklas {"ftwotoxx",	two(0xF000, 0x0011), two(0xF1C0, 0xE07F), "IiF8F7", mfloat },
14192159047fSniklas {"ftwotoxx",	two(0xF000, 0x4811), two(0xF1C0, 0xFC7F), "Ii;xF7", mfloat },
14202159047fSniklas {"ftwotoxx",	two(0xF000, 0x0011), two(0xF1C0, 0xE07F), "IiFt",   mfloat },
14212159047fSniklas 
1422b305b0f1Sespie {"halt",	one(0045310),	one(0177777), "",     m68060 | mcf },
14230c6d0228Sniklas 
1424*007c2a45Smiod {"illegal",	one(0045374),	one(0177777), "",     m68000up | mcf },
1425*007c2a45Smiod {"intouch",	one(0xf428),	one(0xfff8), "As",    mcfv4eup },
14262159047fSniklas 
1427b305b0f1Sespie {"jmp",		one(0047300),	one(0177700), "!s", m68000up | mcf },
14282159047fSniklas 
1429b305b0f1Sespie {"jra",		one(0060000),	one(0177400), "Bg", m68000up | mcf },
1430b305b0f1Sespie {"jra",		one(0047300),	one(0177700), "!s", m68000up | mcf },
14312159047fSniklas 
1432b305b0f1Sespie {"jsr",		one(0047200),	one(0177700), "!s", m68000up | mcf },
14332159047fSniklas 
1434b305b0f1Sespie {"jbsr",	one(0060400),	one(0177400), "Bg", m68000up | mcf },
1435b305b0f1Sespie {"jbsr",	one(0047200),	one(0177700), "!s", m68000up | mcf },
14362159047fSniklas 
1437b305b0f1Sespie {"lea",		one(0040700),	one(0170700), "!sAd", m68000up | mcf },
14382159047fSniklas 
1439b305b0f1Sespie {"lpstop",	two(0174000,0000700),two(0177777,0177777),"#w", cpu32|m68060 },
14402159047fSniklas 
1441b305b0f1Sespie {"linkw",	one(0047120),	one(0177770), "As#w", m68000up | mcf },
14422159047fSniklas {"linkl",	one(0044010),	one(0177770), "As#l", m68020up | cpu32 },
1443b305b0f1Sespie {"link",	one(0047120),	one(0177770), "As#W", m68000up | mcf },
14442159047fSniklas {"link",	one(0044010),	one(0177770), "As#l", m68020up | cpu32 },
14452159047fSniklas 
14462159047fSniklas {"lslb",	one(0160410),	one(0170770), "QdDs", m68000up },
14472159047fSniklas {"lslb",	one(0160450),	one(0170770), "DdDs", m68000up },
14482159047fSniklas {"lslw",	one(0160510),	one(0170770), "QdDs", m68000up },
14492159047fSniklas {"lslw",	one(0160550),	one(0170770), "DdDs", m68000up },
14502159047fSniklas {"lslw",	one(0161700),	one(0177700), "~s",   m68000up },
1451b305b0f1Sespie {"lsll",	one(0160610),	one(0170770), "QdDs", m68000up | mcf },
1452b305b0f1Sespie {"lsll",	one(0160650),	one(0170770), "DdDs", m68000up | mcf },
14532159047fSniklas 
14542159047fSniklas {"lsrb",	one(0160010),	one(0170770), "QdDs", m68000up },
14552159047fSniklas {"lsrb",	one(0160050),	one(0170770), "DdDs", m68000up },
14562159047fSniklas {"lsrw",	one(0160110),	one(0170770), "QdDs", m68000up },
14572159047fSniklas {"lsrw",	one(0160150),	one(0170770), "DdDs", m68000up },
14582159047fSniklas {"lsrw",	one(0161300),	one(0177700), "~s",   m68000up },
1459b305b0f1Sespie {"lsrl",	one(0160210),	one(0170770), "QdDs", m68000up | mcf },
1460b305b0f1Sespie {"lsrl",	one(0160250),	one(0170770), "DdDs", m68000up | mcf },
14612159047fSniklas 
1462b305b0f1Sespie   /* FIXME: add MAM mode (`&' after <ea> operand) / remove MACM */
1463*007c2a45Smiod {"macw",  two(0120000, 0000000), two(0170660, 0005400), "uMum", mcf5206eup },
1464*007c2a45Smiod {"macw",  two(0120000, 0001000), two(0170660, 0005400), "uMumMh",mcf5206eup },
1465*007c2a45Smiod {"macw",  two(0120220, 0000000), two(0170670, 0005460), "uNuoasRn", mcf5206eup },
1466*007c2a45Smiod {"macw",  two(0120230, 0000000), two(0170670, 0005460), "uNuo+sRn", mcf5206eup },
1467*007c2a45Smiod {"macw",  two(0120240, 0000000), two(0170670, 0005460), "uNuo-sRn", mcf5206eup },
1468*007c2a45Smiod {"macw",  two(0120250, 0000000), two(0170670, 0005460), "uNuodsRn", mcf5206eup },
1469*007c2a45Smiod {"macw",  two(0120220, 0001000), two(0170670, 0005460), "uNuoMhasRn", mcf5206eup },
1470*007c2a45Smiod {"macw",  two(0120230, 0001000), two(0170670, 0005460), "uNuoMh+sRn", mcf5206eup },
1471*007c2a45Smiod {"macw",  two(0120240, 0001000), two(0170670, 0005460), "uNuoMh-sRn", mcf5206eup },
1472*007c2a45Smiod {"macw",  two(0120250, 0001000), two(0170670, 0005460), "uNuoMhdsRn", mcf5206eup },
1473*007c2a45Smiod {"macmw", two(0120220, 0000040), two(0170670, 0005460), "uNuoasRn", mcf5206eup },
1474*007c2a45Smiod {"macmw", two(0120230, 0000040), two(0170670, 0005460), "uNuo+sRn", mcf5206eup },
1475*007c2a45Smiod {"macmw", two(0120240, 0000040), two(0170670, 0005460), "uNuo-sRn", mcf5206eup },
1476*007c2a45Smiod {"macmw", two(0120250, 0000040), two(0170670, 0005460), "uNuodsRn", mcf5206eup },
1477*007c2a45Smiod {"macmw", two(0120220, 0001040), two(0170670, 0005460), "uNuoMhasRn", mcf5206eup },
1478*007c2a45Smiod {"macmw", two(0120230, 0001040), two(0170670, 0005460), "uNuoMh+sRn", mcf5206eup },
1479*007c2a45Smiod {"macmw", two(0120240, 0001040), two(0170670, 0005460), "uNuoMh-sRn", mcf5206eup },
1480*007c2a45Smiod {"macmw", two(0120250, 0001040), two(0170670, 0005460), "uNuoMhdsRn", mcf5206eup },
14812159047fSniklas 
1482*007c2a45Smiod {"macl",  two(0120000, 0004000), two(0170660, 0005400), "RsRm", mcf5206eup },
1483*007c2a45Smiod {"macl",  two(0120000, 0005000), two(0170660, 0005400), "RsRmMh", mcf5206eup },
1484*007c2a45Smiod {"macl",  two(0120220, 0004000), two(0170670, 0005460), "R3R1asRn", mcf5206eup },
1485*007c2a45Smiod {"macl",  two(0120230, 0004000), two(0170670, 0005460), "R3R1+sRn", mcf5206eup },
1486*007c2a45Smiod {"macl",  two(0120240, 0004000), two(0170670, 0005460), "R3R1-sRn", mcf5206eup },
1487*007c2a45Smiod {"macl",  two(0120250, 0004000), two(0170670, 0005460), "R3R1dsRn", mcf5206eup },
1488*007c2a45Smiod {"macl",  two(0120220, 0005000), two(0170670, 0005460), "R3R1MhasRn", mcf5206eup },
1489*007c2a45Smiod {"macl",  two(0120230, 0005000), two(0170670, 0005460), "R3R1Mh+sRn", mcf5206eup },
1490*007c2a45Smiod {"macl",  two(0120240, 0005000), two(0170670, 0005460), "R3R1Mh-sRn", mcf5206eup },
1491*007c2a45Smiod {"macl",  two(0120250, 0005000), two(0170670, 0005460), "R3R1MhdsRn", mcf5206eup },
1492*007c2a45Smiod {"macml", two(0120220, 0004040), two(0170670, 0005460), "R3R1asRn", mcf5206eup },
1493*007c2a45Smiod {"macml", two(0120230, 0004040), two(0170670, 0005460), "R3R1+sRn", mcf5206eup },
1494*007c2a45Smiod {"macml", two(0120240, 0004040), two(0170670, 0005460), "R3R1-sRn", mcf5206eup },
1495*007c2a45Smiod {"macml", two(0120250, 0004040), two(0170670, 0005460), "R3R1dsRn", mcf5206eup },
1496*007c2a45Smiod {"macml", two(0120220, 0005040), two(0170670, 0005460), "R3R1MhasRn", mcf5206eup },
1497*007c2a45Smiod {"macml", two(0120230, 0005040), two(0170670, 0005460), "R3R1Mh+sRn", mcf5206eup },
1498*007c2a45Smiod {"macml", two(0120240, 0005040), two(0170670, 0005460), "R3R1Mh-sRn", mcf5206eup },
1499*007c2a45Smiod {"macml", two(0120250, 0005040), two(0170670, 0005460), "R3R1MhdsRn", mcf5206eup },
1500b305b0f1Sespie 
1501b305b0f1Sespie /* NOTE: The mcf5200 family programmer's reference manual does not
1502b305b0f1Sespie    indicate the byte form of the movea instruction is invalid (as it
1503b305b0f1Sespie    is on 68000 family cpus).  However, experiments on the 5202 yeild
1504b305b0f1Sespie    unexpected results.  The value is copied, but it is not sign extended
1505b305b0f1Sespie    (as is done with movea.w) and the top three bytes in the address
1506b305b0f1Sespie    register are not disturbed.  I don't know if this is the intended
1507b305b0f1Sespie    behavior --- it could be a hole in instruction decoding (Motorola
1508b305b0f1Sespie    decided not to trap all invalid instructions for performance reasons)
1509b305b0f1Sespie    --- but I suspect that it is not.
1510b305b0f1Sespie 
1511b305b0f1Sespie    I reported this to Motorola ISD Technical Communications Support,
1512b305b0f1Sespie    which replied that other coldfire assemblers reject movea.b.  For
1513b305b0f1Sespie    this reason I've decided to not allow moveab.
1514b305b0f1Sespie 
1515b305b0f1Sespie 	jtc@cygnus.com - 97/01/24
1516b305b0f1Sespie  */
1517b305b0f1Sespie 
1518b305b0f1Sespie {"moveal",	one(0020100),	one(0170700), "*lAd", m68000up | mcf },
1519b305b0f1Sespie {"moveaw",	one(0030100),	one(0170700), "*wAd", m68000up | mcf },
1520b305b0f1Sespie 
1521b305b0f1Sespie {"movec",	one(0047173),	one(0177777), "R1Jj", m68010up | mcf },
1522b305b0f1Sespie {"movec",	one(0047173),	one(0177777), "R1#j", m68010up | mcf },
15232159047fSniklas {"movec",	one(0047172),	one(0177777), "JjR1", m68010up },
15242159047fSniklas {"movec",	one(0047172),	one(0177777), "#jR1", m68010up },
15252159047fSniklas 
15262159047fSniklas {"movemw",	one(0044200),	one(0177700), "Lw&s", m68000up },
15272159047fSniklas {"movemw",	one(0044240),	one(0177770), "lw-s", m68000up },
1528b305b0f1Sespie {"movemw",	one(0044200),	one(0177700), "#w>s", m68000up },
1529b305b0f1Sespie {"movemw",	one(0046200),	one(0177700), "<sLw", m68000up },
1530b305b0f1Sespie {"movemw",	one(0046200),	one(0177700), "<s#w", m68000up },
1531b305b0f1Sespie {"moveml",	one(0044300),	one(0177700), "Lw&s", m68000up },
1532b305b0f1Sespie {"moveml",	one(0044340),	one(0177770), "lw-s", m68000up },
1533b305b0f1Sespie {"moveml",	one(0044300),	one(0177700), "#w>s", m68000up },
1534b305b0f1Sespie {"moveml",	one(0046300),	one(0177700), "<sLw", m68000up },
1535b305b0f1Sespie {"moveml",	one(0046300),	one(0177700), "<s#w", m68000up },
1536b305b0f1Sespie /* FIXME: need specifier for mode 2 and 5 to simplify below insn patterns */
1537b305b0f1Sespie {"moveml",	one(0044320),	one(0177770), "Lwas", mcf },
1538b305b0f1Sespie {"moveml",	one(0044320),	one(0177770), "#was", mcf },
1539b305b0f1Sespie {"moveml",	one(0044350),	one(0177770), "Lwds", mcf },
1540b305b0f1Sespie {"moveml",	one(0044350),	one(0177770), "#wds", mcf },
1541b305b0f1Sespie {"moveml",	one(0046320),	one(0177770), "asLw", mcf },
1542b305b0f1Sespie {"moveml",	one(0046320),	one(0177770), "as#w", mcf },
1543b305b0f1Sespie {"moveml",	one(0046350),	one(0177770), "dsLw", mcf },
1544b305b0f1Sespie {"moveml",	one(0046350),	one(0177770), "ds#w", mcf },
15452159047fSniklas 
15462159047fSniklas {"movepw",	one(0000410),	one(0170770), "dsDd", m68000up },
15472159047fSniklas {"movepw",	one(0000610),	one(0170770), "Ddds", m68000up },
15482159047fSniklas {"movepl",	one(0000510),	one(0170770), "dsDd", m68000up },
15492159047fSniklas {"movepl",	one(0000710),	one(0170770), "Ddds", m68000up },
15502159047fSniklas 
1551b305b0f1Sespie {"moveq",	one(0070000),	one(0170400), "MsDd", m68000up | mcf },
1552b305b0f1Sespie {"moveq",	one(0070000),	one(0170400), "#BDd", m68000up | mcf },
15532159047fSniklas 
15542159047fSniklas /* The move opcode can generate the movea and moveq instructions.  */
1555b305b0f1Sespie {"moveb",	one(0010000),	one(0170000), ";b$d", m68000up },
1556b55d4692Sfgsch {"moveb",	one(0010000),	one(0170070), "Ds$d", mcf },
1557b55d4692Sfgsch {"moveb",	one(0010020),	one(0170070), "as$d", mcf },
1558b55d4692Sfgsch {"moveb",	one(0010030),	one(0170070), "+s$d", mcf },
1559b55d4692Sfgsch {"moveb",	one(0010040),	one(0170070), "-s$d", mcf },
1560b55d4692Sfgsch {"moveb",	one(0010000),	one(0170000), "nsqd", mcf },
1561b55d4692Sfgsch {"moveb",	one(0010000),	one(0170700), "obDd", mcf },
1562b55d4692Sfgsch {"moveb",	one(0010200),	one(0170700), "obad", mcf },
1563b55d4692Sfgsch {"moveb",	one(0010300),	one(0170700), "ob+d", mcf },
1564b55d4692Sfgsch {"moveb",	one(0010400),	one(0170700), "ob-d", mcf },
1565*007c2a45Smiod {"moveb",	one(0010000),	one(0170000), "obnd", mcfv4up },
15660c6d0228Sniklas 
1567b305b0f1Sespie {"movew",	one(0030000),	one(0170000), "*w%d", m68000up },
1568b305b0f1Sespie {"movew",	one(0030000),	one(0170000), "ms%d", mcf },
1569b305b0f1Sespie {"movew",	one(0030000),	one(0170000), "nspd", mcf },
1570b305b0f1Sespie {"movew",	one(0030000),	one(0170000), "owmd", mcf },
1571*007c2a45Smiod {"movew",	one(0030000),	one(0170000), "ownd", mcfv4up },
15722159047fSniklas {"movew",	one(0040300),	one(0177700), "Ss$s", m68000up },
1573b305b0f1Sespie {"movew",	one(0040300),	one(0177770), "SsDs", mcf },
15742159047fSniklas {"movew",	one(0041300),	one(0177700), "Cs$s", m68010up },
1575b305b0f1Sespie {"movew",	one(0041300),	one(0177770), "CsDs", mcf },
1576b305b0f1Sespie {"movew",	one(0042300),	one(0177700), ";wCd", m68000up },
1577b305b0f1Sespie {"movew",	one(0042300),	one(0177700), "DsCd", mcf },
1578b305b0f1Sespie {"movew",	one(0042374),	one(0177777), "#wCd", mcf },
1579b305b0f1Sespie {"movew",	one(0043300),	one(0177700), ";wSd", m68000up },
1580b305b0f1Sespie {"movew",	one(0043300),	one(0177700), "DsSd", mcf },
1581b305b0f1Sespie {"movew",	one(0043374),	one(0177777), "#wSd", mcf },
15820c6d0228Sniklas 
1583b305b0f1Sespie {"movel",	one(0070000),	one(0170400), "MsDd", m68000up | mcf },
1584b305b0f1Sespie {"movel",	one(0020000),	one(0170000), "*l%d", m68000up },
1585b305b0f1Sespie {"movel",	one(0020000),	one(0170000), "ms%d", mcf },
1586b305b0f1Sespie {"movel",	one(0020000),	one(0170000), "nspd", mcf },
1587b305b0f1Sespie {"movel",	one(0020000),	one(0170000), "olmd", mcf },
1588*007c2a45Smiod {"movel",	one(0020000),	one(0170000), "olnd", mcfv4up },
1589*007c2a45Smiod {"movel",	one(0047140),	one(0177770), "AsUd", m68000up | mcfv4e },
1590*007c2a45Smiod {"movel",	one(0047150),	one(0177770), "UdAs", m68000up | mcfv4e },
1591*007c2a45Smiod {"movel",	one(0120600),	one(0177760), "EsRs", mcf5206eup },
1592*007c2a45Smiod {"movel",	one(0120400),	one(0177760), "RsEs", mcf5206eup },
1593*007c2a45Smiod {"movel",	one(0120474),	one(0177777), "#lEs", mcf5206eup },
1594*007c2a45Smiod {"movel",	one(0124600),	one(0177760), "GsRs", mcf5206eup },
1595*007c2a45Smiod {"movel",	one(0124400),	one(0177760), "RsGs", mcf5206eup },
1596*007c2a45Smiod {"movel",	one(0124474),	one(0177777), "#lGs", mcf5206eup },
1597*007c2a45Smiod {"movel",	one(0126600),	one(0177760), "HsRs", mcf5206eup },
1598*007c2a45Smiod {"movel",	one(0126400),	one(0177760), "RsHs", mcf5206eup },
1599*007c2a45Smiod {"movel",	one(0126474),	one(0177777), "#lHs", mcf5206eup },
1600*007c2a45Smiod {"movel",	one(0124700),	one(0177777), "GsCs", mcf5206eup },
16010c6d0228Sniklas 
1602b305b0f1Sespie {"move",	one(0030000),	one(0170000), "*w%d", m68000up },
1603b305b0f1Sespie {"move",	one(0030000),	one(0170000), "ms%d", mcf },
1604b305b0f1Sespie {"move",	one(0030000),	one(0170000), "nspd", mcf },
1605b305b0f1Sespie {"move",	one(0030000),	one(0170000), "owmd", mcf },
1606*007c2a45Smiod {"move",	one(0030000),	one(0170000), "ownd", mcfv4up },
16072159047fSniklas {"move",	one(0040300),	one(0177700), "Ss$s", m68000up },
1608b305b0f1Sespie {"move",	one(0040300),	one(0177770), "SsDs", mcf },
16092159047fSniklas {"move",	one(0041300),	one(0177700), "Cs$s", m68010up },
1610b305b0f1Sespie {"move",	one(0041300),	one(0177770), "CsDs", mcf },
1611b305b0f1Sespie {"move",	one(0042300),	one(0177700), ";wCd", m68000up },
1612b305b0f1Sespie {"move",	one(0042300),	one(0177700), "DsCd", mcf },
1613b305b0f1Sespie {"move",	one(0042374),	one(0177777), "#wCd", mcf },
1614b305b0f1Sespie {"move",	one(0043300),	one(0177700), ";wSd", m68000up },
1615b305b0f1Sespie {"move",	one(0043300),	one(0177700), "DsSd", mcf },
1616b305b0f1Sespie {"move",	one(0043374),	one(0177777), "#wSd", mcf },
16170c6d0228Sniklas 
1618b305b0f1Sespie {"move",	one(0047140),	one(0177770), "AsUd", m68000up },
1619b305b0f1Sespie {"move",	one(0047150),	one(0177770), "UdAs", m68000up },
16202159047fSniklas 
1621*007c2a45Smiod {"mov3ql",	one(0120500),	one(0170700), "xd%s", mcfv4up },
1622*007c2a45Smiod {"mvsb",	one(0070400),	one(0170700), "*bDd", mcfv4up },
1623*007c2a45Smiod {"mvsw",	one(0070500),	one(0170700), "*wDd", mcfv4up },
1624*007c2a45Smiod {"mvzb",	one(0070600),	one(0170700), "*bDd", mcfv4up },
1625*007c2a45Smiod {"mvzw",	one(0070700),	one(0170700), "*wDd", mcfv4up },
1626b55d4692Sfgsch 
16272159047fSniklas {"movesb",	two(0007000, 0),     two(0177700, 07777), "~sR1", m68010up },
16282159047fSniklas {"movesb",	two(0007000, 04000), two(0177700, 07777), "R1~s", m68010up },
16292159047fSniklas {"movesw",	two(0007100, 0),     two(0177700, 07777), "~sR1", m68010up },
16302159047fSniklas {"movesw",	two(0007100, 04000), two(0177700, 07777), "R1~s", m68010up },
16312159047fSniklas {"movesl",	two(0007200, 0),     two(0177700, 07777), "~sR1", m68010up },
16322159047fSniklas {"movesl",	two(0007200, 04000), two(0177700, 07777), "R1~s", m68010up },
16332159047fSniklas 
16342159047fSniklas {"move16",	two(0xf620, 0x8000), two(0xfff8, 0x8fff), "+s+1", m68040up },
16352159047fSniklas {"move16",	one(0xf600),		one(0xfff8), "+s_L", m68040up },
16362159047fSniklas {"move16",	one(0xf608),		one(0xfff8), "_L+s", m68040up },
16372159047fSniklas {"move16",	one(0xf610),		one(0xfff8), "as_L", m68040up },
16382159047fSniklas {"move16",	one(0xf618),		one(0xfff8), "_Las", m68040up },
16392159047fSniklas 
1640b305b0f1Sespie   /* FIXME: add MAM mode (`&' after <ea> operand) / remove MSACM */
1641*007c2a45Smiod {"msacw",  two(0120000, 0000400), two(0170660, 0005400), "uMum", mcf5206eup },
1642*007c2a45Smiod {"msacw",  two(0120000, 0001400), two(0170660, 0005400), "uMumMh", mcf5206eup },
1643*007c2a45Smiod {"msacw",  two(0120220, 0000400), two(0170670, 0005460), "uNuoasRn", mcf5206eup },
1644*007c2a45Smiod {"msacw",  two(0120230, 0000400), two(0170670, 0005460), "uNuo+sRn", mcf5206eup },
1645*007c2a45Smiod {"msacw",  two(0120240, 0000400), two(0170670, 0005460), "uNuo-sRn", mcf5206eup },
1646*007c2a45Smiod {"msacw",  two(0120250, 0000400), two(0170670, 0005460), "uNuodsRn", mcf5206eup },
1647*007c2a45Smiod {"msacw",  two(0120220, 0001400), two(0170670, 0005460), "uNuoMhasRn", mcf5206eup },
1648*007c2a45Smiod {"msacw",  two(0120230, 0001400), two(0170670, 0005460), "uNuoMh+sRn", mcf5206eup },
1649*007c2a45Smiod {"msacw",  two(0120240, 0001400), two(0170670, 0005460), "uNuoMh-sRn", mcf5206eup },
1650*007c2a45Smiod {"msacw",  two(0120250, 0001400), two(0170670, 0005460), "uNuoMhdsRn", mcf5206eup },
1651*007c2a45Smiod {"msacmw", two(0120220, 0000440), two(0170670, 0005460), "uNuoasRn", mcf5206eup },
1652*007c2a45Smiod {"msacmw", two(0120230, 0000440), two(0170670, 0005460), "uNuo+sRn", mcf5206eup },
1653*007c2a45Smiod {"msacmw", two(0120240, 0000440), two(0170670, 0005460), "uNuo-sRn", mcf5206eup },
1654*007c2a45Smiod {"msacmw", two(0120250, 0000440), two(0170670, 0005460), "uNuodsRn", mcf5206eup },
1655*007c2a45Smiod {"msacmw", two(0120220, 0001440), two(0170670, 0005460), "uNuoMhasRn", mcf5206eup },
1656*007c2a45Smiod {"msacmw", two(0120230, 0001440), two(0170670, 0005460), "uNuoMh+sRn", mcf5206eup },
1657*007c2a45Smiod {"msacmw", two(0120240, 0001440), two(0170670, 0005460), "uNuoMh-sRn", mcf5206eup },
1658*007c2a45Smiod {"msacmw", two(0120250, 0001440), two(0170670, 0005460), "uNuoMhdsRn", mcf5206eup },
1659b305b0f1Sespie 
1660*007c2a45Smiod {"msacl",  two(0120000, 0004400), two(0170660, 0005400), "RsRm", mcf5206eup },
1661*007c2a45Smiod {"msacl",  two(0120000, 0005400), two(0170660, 0005400), "RsRmMh", mcf5206eup },
1662*007c2a45Smiod {"msacl",  two(0120220, 0004400), two(0170670, 0005460), "R3R1asRn", mcf5206eup },
1663*007c2a45Smiod {"msacl",  two(0120230, 0004400), two(0170670, 0005460), "R3R1+sRn", mcf5206eup },
1664*007c2a45Smiod {"msacl",  two(0120240, 0004400), two(0170670, 0005460), "R3R1-sRn", mcf5206eup },
1665*007c2a45Smiod {"msacl",  two(0120250, 0004400), two(0170670, 0005460), "R3R1dsRn", mcf5206eup },
1666*007c2a45Smiod {"msacl",  two(0120220, 0005400), two(0170670, 0005460), "R3R1MhasRn", mcf5206eup },
1667*007c2a45Smiod {"msacl",  two(0120230, 0005400), two(0170670, 0005460), "R3R1Mh+sRn", mcf5206eup },
1668*007c2a45Smiod {"msacl",  two(0120240, 0005400), two(0170670, 0005460), "R3R1Mh-sRn", mcf5206eup },
1669*007c2a45Smiod {"msacl",  two(0120250, 0005400), two(0170670, 0005460), "R3R1MhdsRn", mcf5206eup },
1670*007c2a45Smiod {"msacml", two(0120220, 0004440), two(0170670, 0005460), "R3R1asRn", mcf5206eup },
1671*007c2a45Smiod {"msacml", two(0120230, 0004440), two(0170670, 0005460), "R3R1+sRn", mcf5206eup },
1672*007c2a45Smiod {"msacml", two(0120240, 0004440), two(0170670, 0005460), "R3R1-sRn", mcf5206eup },
1673*007c2a45Smiod {"msacml", two(0120250, 0004440), two(0170670, 0005460), "R3R1dsRn", mcf5206eup },
1674*007c2a45Smiod {"msacml", two(0120220, 0005440), two(0170670, 0005460), "R3R1MhasRn", mcf5206eup },
1675*007c2a45Smiod {"msacml", two(0120230, 0005440), two(0170670, 0005460), "R3R1Mh+sRn", mcf5206eup },
1676*007c2a45Smiod {"msacml", two(0120240, 0005440), two(0170670, 0005460), "R3R1Mh-sRn", mcf5206eup },
1677*007c2a45Smiod {"msacml", two(0120250, 0005440), two(0170670, 0005460), "R3R1MhdsRn", mcf5206eup },
1678b305b0f1Sespie 
1679b305b0f1Sespie {"mulsw",	one(0140700),		one(0170700), ";wDd", m68000up|mcf },
1680b305b0f1Sespie {"mulsl",	two(0046000,004000), two(0177700,0107770), ";lD1", m68020up|cpu32 },
1681b305b0f1Sespie {"mulsl",	two(0046000,004000), two(0177700,0107770), "qsD1", mcf },
16822159047fSniklas {"mulsl",	two(0046000,006000), two(0177700,0107770), ";lD3D1",m68020up|cpu32 },
16832159047fSniklas 
1684b305b0f1Sespie {"muluw",	one(0140300),		one(0170700), ";wDd", m68000up|mcf },
1685b305b0f1Sespie {"mulul",	two(0046000,000000), two(0177700,0107770), ";lD1", m68020up|cpu32 },
1686b305b0f1Sespie {"mulul",	two(0046000,000000), two(0177700,0107770), "qsD1", mcf },
16872159047fSniklas {"mulul",	two(0046000,002000), two(0177700,0107770), ";lD3D1",m68020up|cpu32 },
16882159047fSniklas 
16892159047fSniklas {"nbcd",	one(0044000),	one(0177700), "$s", m68000up },
16902159047fSniklas 
16912159047fSniklas {"negb",	one(0042000),	one(0177700), "$s", m68000up },
16922159047fSniklas {"negw",	one(0042100),	one(0177700), "$s", m68000up },
1693b305b0f1Sespie {"negl",	one(0042200),	one(0177700), "$s", m68000up },
1694b305b0f1Sespie {"negl",	one(0042200),	one(0177700), "Ds", mcf},
16952159047fSniklas 
16962159047fSniklas {"negxb",	one(0040000),	one(0177700), "$s", m68000up },
16972159047fSniklas {"negxw",	one(0040100),	one(0177700), "$s", m68000up },
1698b305b0f1Sespie {"negxl",	one(0040200),	one(0177700), "$s", m68000up },
1699b305b0f1Sespie {"negxl",	one(0040200),	one(0177700), "Ds", mcf},
17002159047fSniklas 
1701b305b0f1Sespie {"nop",		one(0047161),	one(0177777), "", m68000up | mcf},
17022159047fSniklas 
17032159047fSniklas {"notb",	one(0043000),	one(0177700), "$s", m68000up },
17042159047fSniklas {"notw",	one(0043100),	one(0177700), "$s", m68000up },
1705b305b0f1Sespie {"notl",	one(0043200),	one(0177700), "$s", m68000up },
1706b305b0f1Sespie {"notl",	one(0043200),	one(0177700), "Ds", mcf},
17072159047fSniklas 
17082159047fSniklas {"orib",	one(0000000),	one(0177700), "#b$s", m68000up },
17092159047fSniklas {"orib",	one(0000074),	one(0177777), "#bCs", m68000up },
17102159047fSniklas {"oriw",	one(0000100),	one(0177700), "#w$s", m68000up },
17112159047fSniklas {"oriw",	one(0000174),	one(0177777), "#wSs", m68000up },
1712b305b0f1Sespie {"oril",	one(0000200),	one(0177700), "#l$s", m68000up },
1713b305b0f1Sespie {"oril",	one(0000200),	one(0177700), "#lDs", mcf },
17142159047fSniklas {"ori",		one(0000074),	one(0177777), "#bCs", m68000up },
17152159047fSniklas {"ori",		one(0000100),	one(0177700), "#w$s", m68000up },
17162159047fSniklas {"ori",		one(0000174),	one(0177777), "#wSs", m68000up },
17172159047fSniklas 
17182159047fSniklas /* The or opcode can generate the ori instruction.  */
17192159047fSniklas {"orb",		one(0000000),	one(0177700), "#b$s", m68000up },
17202159047fSniklas {"orb",		one(0000074),	one(0177777), "#bCs", m68000up },
17212159047fSniklas {"orb",		one(0100000),	one(0170700), ";bDd", m68000up },
17222159047fSniklas {"orb",		one(0100400),	one(0170700), "Dd~s", m68000up },
17232159047fSniklas {"orw",		one(0000100),	one(0177700), "#w$s", m68000up },
17242159047fSniklas {"orw",		one(0000174),	one(0177777), "#wSs", m68000up },
17252159047fSniklas {"orw",		one(0100100),	one(0170700), ";wDd", m68000up },
17262159047fSniklas {"orw",		one(0100500),	one(0170700), "Dd~s", m68000up },
1727b305b0f1Sespie {"orl",		one(0000200),	one(0177700), "#l$s", m68000up },
1728b305b0f1Sespie {"orl",		one(0000200),	one(0177700), "#lDs", mcf },
1729b305b0f1Sespie {"orl",		one(0100200),	one(0170700), ";lDd", m68000up | mcf },
1730b305b0f1Sespie {"orl",		one(0100600),	one(0170700), "Dd~s", m68000up | mcf },
17312159047fSniklas {"or",		one(0000074),	one(0177777), "#bCs", m68000up },
17322159047fSniklas {"or",		one(0000100),	one(0177700), "#w$s", m68000up },
17332159047fSniklas {"or",		one(0000174),	one(0177777), "#wSs", m68000up },
17342159047fSniklas {"or",		one(0100100),	one(0170700), ";wDd", m68000up },
17352159047fSniklas {"or",		one(0100500),	one(0170700), "Dd~s", m68000up },
17362159047fSniklas 
17372159047fSniklas {"pack",	one(0100500),	one(0170770), "DsDd#w", m68020up },
17382159047fSniklas {"pack",	one(0100510),	one(0170770), "-s-d#w", m68020up },
17392159047fSniklas 
17402159047fSniklas {"pbac",	one(0xf087),		one(0xffbf), "Bc", m68851 },
17412159047fSniklas {"pbacw",	one(0xf087),		one(0xffff), "BW", m68851 },
17422159047fSniklas {"pbas",	one(0xf086),		one(0xffbf), "Bc", m68851 },
17432159047fSniklas {"pbasw",	one(0xf086),		one(0xffff), "BW", m68851 },
17442159047fSniklas {"pbbc",	one(0xf081),		one(0xffbf), "Bc", m68851 },
17452159047fSniklas {"pbbcw",	one(0xf081),		one(0xffff), "BW", m68851 },
17462159047fSniklas {"pbbs",	one(0xf080),		one(0xffbf), "Bc", m68851 },
17472159047fSniklas {"pbbsw",	one(0xf080),		one(0xffff), "BW", m68851 },
17482159047fSniklas {"pbcc",	one(0xf08f),		one(0xffbf), "Bc", m68851 },
17492159047fSniklas {"pbccw",	one(0xf08f),		one(0xffff), "BW", m68851 },
17502159047fSniklas {"pbcs",	one(0xf08e),		one(0xffbf), "Bc", m68851 },
17512159047fSniklas {"pbcsw",	one(0xf08e),		one(0xffff), "BW", m68851 },
17522159047fSniklas {"pbgc",	one(0xf08d),		one(0xffbf), "Bc", m68851 },
17532159047fSniklas {"pbgcw",	one(0xf08d),		one(0xffff), "BW", m68851 },
17542159047fSniklas {"pbgs",	one(0xf08c),		one(0xffbf), "Bc", m68851 },
17552159047fSniklas {"pbgsw",	one(0xf08c),		one(0xffff), "BW", m68851 },
17562159047fSniklas {"pbic",	one(0xf08b),		one(0xffbf), "Bc", m68851 },
17572159047fSniklas {"pbicw",	one(0xf08b),		one(0xffff), "BW", m68851 },
17582159047fSniklas {"pbis",	one(0xf08a),		one(0xffbf), "Bc", m68851 },
17592159047fSniklas {"pbisw",	one(0xf08a),		one(0xffff), "BW", m68851 },
17602159047fSniklas {"pblc",	one(0xf083),		one(0xffbf), "Bc", m68851 },
17612159047fSniklas {"pblcw",	one(0xf083),		one(0xffff), "BW", m68851 },
17622159047fSniklas {"pbls",	one(0xf082),		one(0xffbf), "Bc", m68851 },
17632159047fSniklas {"pblsw",	one(0xf082),		one(0xffff), "BW", m68851 },
17642159047fSniklas {"pbsc",	one(0xf085),		one(0xffbf), "Bc", m68851 },
17652159047fSniklas {"pbscw",	one(0xf085),		one(0xffff), "BW", m68851 },
17662159047fSniklas {"pbss",	one(0xf084),		one(0xffbf), "Bc", m68851 },
17672159047fSniklas {"pbssw",	one(0xf084),		one(0xffff), "BW", m68851 },
17682159047fSniklas {"pbwc",	one(0xf089),		one(0xffbf), "Bc", m68851 },
17692159047fSniklas {"pbwcw",	one(0xf089),		one(0xffff), "BW", m68851 },
17702159047fSniklas {"pbws",	one(0xf088),		one(0xffbf), "Bc", m68851 },
17712159047fSniklas {"pbwsw",	one(0xf088),		one(0xffff), "BW", m68851 },
17722159047fSniklas 
17732159047fSniklas {"pdbac",	two(0xf048, 0x0007),	two(0xfff8, 0xffff), "DsBw", m68851 },
17742159047fSniklas {"pdbas",	two(0xf048, 0x0006),	two(0xfff8, 0xffff), "DsBw", m68851 },
17752159047fSniklas {"pdbbc",	two(0xf048, 0x0001),	two(0xfff8, 0xffff), "DsBw", m68851 },
17762159047fSniklas {"pdbbs",	two(0xf048, 0x0000),	two(0xfff8, 0xffff), "DsBw", m68851 },
17772159047fSniklas {"pdbcc",	two(0xf048, 0x000f),	two(0xfff8, 0xffff), "DsBw", m68851 },
17782159047fSniklas {"pdbcs",	two(0xf048, 0x000e),	two(0xfff8, 0xffff), "DsBw", m68851 },
17792159047fSniklas {"pdbgc",	two(0xf048, 0x000d),	two(0xfff8, 0xffff), "DsBw", m68851 },
17802159047fSniklas {"pdbgs",	two(0xf048, 0x000c),	two(0xfff8, 0xffff), "DsBw", m68851 },
17812159047fSniklas {"pdbic",	two(0xf048, 0x000b),	two(0xfff8, 0xffff), "DsBw", m68851 },
17822159047fSniklas {"pdbis",	two(0xf048, 0x000a),	two(0xfff8, 0xffff), "DsBw", m68851 },
17832159047fSniklas {"pdblc",	two(0xf048, 0x0003),	two(0xfff8, 0xffff), "DsBw", m68851 },
17842159047fSniklas {"pdbls",	two(0xf048, 0x0002),	two(0xfff8, 0xffff), "DsBw", m68851 },
17852159047fSniklas {"pdbsc",	two(0xf048, 0x0005),	two(0xfff8, 0xffff), "DsBw", m68851 },
17862159047fSniklas {"pdbss",	two(0xf048, 0x0004),	two(0xfff8, 0xffff), "DsBw", m68851 },
17872159047fSniklas {"pdbwc",	two(0xf048, 0x0009),	two(0xfff8, 0xffff), "DsBw", m68851 },
17882159047fSniklas {"pdbws",	two(0xf048, 0x0008),	two(0xfff8, 0xffff), "DsBw", m68851 },
17892159047fSniklas 
1790b305b0f1Sespie {"pea",		one(0044100),		one(0177700), "!s", m68000up|mcf },
17912159047fSniklas 
17922159047fSniklas {"pflusha",	one(0xf518),		one(0xfff8), "", m68040up },
1793e93f7393Sniklas {"pflusha",	two(0xf000,0x2400), two(0xffff,0xffff), "", m68030 | m68851 },
17942159047fSniklas 
17952159047fSniklas {"pflush",   two(0xf000,0x3010), two(0xffc0,0xfe10), "T3T9", m68030|m68851 },
17962159047fSniklas {"pflush",   two(0xf000,0x3810), two(0xffc0,0xfe10), "T3T9&s", m68030|m68851 },
17972159047fSniklas {"pflush",   two(0xf000,0x3008), two(0xffc0,0xfe18), "D3T9", m68030|m68851 },
17982159047fSniklas {"pflush",   two(0xf000,0x3808), two(0xffc0,0xfe18), "D3T9&s", m68030|m68851 },
17992159047fSniklas {"pflush",   two(0xf000,0x3000), two(0xffc0,0xfe1e), "f3T9", m68030|m68851 },
18002159047fSniklas {"pflush",   two(0xf000,0x3800), two(0xffc0,0xfe1e), "f3T9&s", m68030|m68851 },
18012159047fSniklas {"pflush",	one(0xf508),		one(0xfff8), "as", m68040up },
18022159047fSniklas {"pflush",	one(0xf508),		one(0xfff8), "As", m68040up },
18032159047fSniklas 
18042159047fSniklas {"pflushan",	one(0xf510),		one(0xfff8), "", m68040up },
18052159047fSniklas {"pflushn",	one(0xf500),		one(0xfff8), "as", m68040up },
18062159047fSniklas {"pflushn",	one(0xf500),		one(0xfff8), "As", m68040up },
18072159047fSniklas 
18082159047fSniklas {"pflushr",	two(0xf000, 0xa000), two(0xffc0, 0xffff), "|s", m68851 },
18092159047fSniklas 
18102159047fSniklas {"pflushs",	two(0xf000, 0x3410), two(0xfff8, 0xfe10), "T3T9", m68851 },
18112159047fSniklas {"pflushs",	two(0xf000, 0x3c10), two(0xfff8, 0xfe10), "T3T9&s", m68851 },
18122159047fSniklas {"pflushs",	two(0xf000, 0x3408), two(0xfff8, 0xfe18), "D3T9", m68851 },
18132159047fSniklas {"pflushs",	two(0xf000, 0x3c08), two(0xfff8, 0xfe18), "D3T9&s", m68851 },
18142159047fSniklas {"pflushs",	two(0xf000, 0x3400), two(0xfff8, 0xfe1e), "f3T9", m68851 },
18152159047fSniklas {"pflushs",	two(0xf000, 0x3c00), two(0xfff8, 0xfe1e), "f3T9&s", m68851 },
18162159047fSniklas 
18172159047fSniklas {"ploadr",     two(0xf000,0x2210), two(0xffc0,0xfff0), "T3&s", m68030|m68851 },
18182159047fSniklas {"ploadr",     two(0xf000,0x2208), two(0xffc0,0xfff8), "D3&s", m68030|m68851 },
18192159047fSniklas {"ploadr",     two(0xf000,0x2200), two(0xffc0,0xfffe), "f3&s", m68030|m68851 },
18202159047fSniklas {"ploadw",     two(0xf000,0x2010), two(0xffc0,0xfff0), "T3&s", m68030|m68851 },
18212159047fSniklas {"ploadw",     two(0xf000,0x2008), two(0xffc0,0xfff8), "D3&s", m68030|m68851 },
18222159047fSniklas {"ploadw",     two(0xf000,0x2000), two(0xffc0,0xfffe), "f3&s", m68030|m68851 },
18232159047fSniklas 
18242159047fSniklas {"plpar",	one(0xf5c8),		one(0xfff8), "as", m68060 },
18252159047fSniklas {"plpaw",	one(0xf588),		one(0xfff8), "as", m68060 },
18262159047fSniklas 
18272159047fSniklas {"pmove",      two(0xf000,0x4000), two(0xffc0,0xffff), "*l08", m68030|m68851 },
18282159047fSniklas {"pmove",      two(0xf000,0x5c00), two(0xffc0,0xffff), "*w18", m68851 },
18292159047fSniklas {"pmove",      two(0xf000,0x4000), two(0xffc0,0xe3ff), "*b28", m68851 },
18302159047fSniklas {"pmove",      two(0xf000,0x4200), two(0xffc0,0xffff), "08%s", m68030|m68851 },
18312159047fSniklas {"pmove",      two(0xf000,0x5e00), two(0xffc0,0xffff), "18%s", m68851 },
18322159047fSniklas {"pmove",      two(0xf000,0x4200), two(0xffc0,0xe3ff), "28%s", m68851 },
18332159047fSniklas {"pmove",      two(0xf000,0x4000), two(0xffc0,0xe3ff), "|sW8", m68030|m68851 },
18342159047fSniklas {"pmove",      two(0xf000,0x4200), two(0xffc0,0xe3ff), "W8~s", m68030|m68851 },
18352159047fSniklas {"pmove",      two(0xf000,0x6200), two(0xffc0,0xe3e3), "*wX3", m68851 },
18362159047fSniklas {"pmove",      two(0xf000,0x6000), two(0xffc0,0xe3e3), "X3%s", m68851 },
18372159047fSniklas {"pmove",      two(0xf000,0x6000), two(0xffc0,0xffff), "*wY8", m68030|m68851 },
18382159047fSniklas {"pmove",      two(0xf000,0x6200), two(0xffc0,0xffff), "Y8%s", m68030|m68851 },
18392159047fSniklas {"pmove",      two(0xf000,0x6600), two(0xffc0,0xffff), "Z8%s", m68851 },
18402159047fSniklas {"pmove",      two(0xf000,0x0800), two(0xffc0,0xfbff), "*l38", m68030 },
18412159047fSniklas {"pmove",      two(0xf000,0x0a00), two(0xffc0,0xfbff), "38%s", m68030 },
18422159047fSniklas 
18432159047fSniklas {"pmovefd",	two(0xf000, 0x4100),	two(0xffc0, 0xe3ff), "*l08", m68030 },
18442159047fSniklas {"pmovefd",	two(0xf000, 0x4100),	two(0xffc0, 0xe3ff), "|sW8", m68030 },
18452159047fSniklas {"pmovefd",	two(0xf000, 0x0900),	two(0xffc0, 0xfbff), "*l38", m68030 },
18462159047fSniklas 
1847b305b0f1Sespie {"prestore",	one(0xf140),		one(0xffc0), "<s", m68851 },
18482159047fSniklas 
1849b305b0f1Sespie {"psave",	one(0xf100),		one(0xffc0), ">s", m68851 },
18502159047fSniklas 
18512159047fSniklas {"psac",	two(0xf040, 0x0007),	two(0xffc0, 0xffff), "$s", m68851 },
18522159047fSniklas {"psas",	two(0xf040, 0x0006),	two(0xffc0, 0xffff), "$s", m68851 },
18532159047fSniklas {"psbc",	two(0xf040, 0x0001),	two(0xffc0, 0xffff), "$s", m68851 },
18542159047fSniklas {"psbs",	two(0xf040, 0x0000),	two(0xffc0, 0xffff), "$s", m68851 },
18552159047fSniklas {"pscc",	two(0xf040, 0x000f),	two(0xffc0, 0xffff), "$s", m68851 },
18562159047fSniklas {"pscs",	two(0xf040, 0x000e),	two(0xffc0, 0xffff), "$s", m68851 },
18572159047fSniklas {"psgc",	two(0xf040, 0x000d),	two(0xffc0, 0xffff), "$s", m68851 },
18582159047fSniklas {"psgs",	two(0xf040, 0x000c),	two(0xffc0, 0xffff), "$s", m68851 },
18592159047fSniklas {"psic",	two(0xf040, 0x000b),	two(0xffc0, 0xffff), "$s", m68851 },
18602159047fSniklas {"psis",	two(0xf040, 0x000a),	two(0xffc0, 0xffff), "$s", m68851 },
18612159047fSniklas {"pslc",	two(0xf040, 0x0003),	two(0xffc0, 0xffff), "$s", m68851 },
18622159047fSniklas {"psls",	two(0xf040, 0x0002),	two(0xffc0, 0xffff), "$s", m68851 },
18632159047fSniklas {"pssc",	two(0xf040, 0x0005),	two(0xffc0, 0xffff), "$s", m68851 },
18642159047fSniklas {"psss",	two(0xf040, 0x0004),	two(0xffc0, 0xffff), "$s", m68851 },
18652159047fSniklas {"pswc",	two(0xf040, 0x0009),	two(0xffc0, 0xffff), "$s", m68851 },
18662159047fSniklas {"psws",	two(0xf040, 0x0008),	two(0xffc0, 0xffff), "$s", m68851 },
18672159047fSniklas 
18682159047fSniklas {"ptestr", two(0xf000,0x8210), two(0xffc0, 0xe3f0), "T3&st8", m68030|m68851 },
18692159047fSniklas {"ptestr", two(0xf000,0x8310), two(0xffc0,0xe310), "T3&st8A9", m68030|m68851 },
18702159047fSniklas {"ptestr", two(0xf000,0x8208), two(0xffc0,0xe3f8), "D3&st8", m68030|m68851 },
18712159047fSniklas {"ptestr", two(0xf000,0x8308), two(0xffc0,0xe318), "D3&st8A9", m68030|m68851 },
18722159047fSniklas {"ptestr", two(0xf000,0x8200), two(0xffc0,0xe3fe), "f3&st8", m68030|m68851 },
18732159047fSniklas {"ptestr", two(0xf000,0x8300), two(0xffc0,0xe31e), "f3&st8A9", m68030|m68851 },
18742159047fSniklas {"ptestr",	one(0xf568),		one(0xfff8), "as", m68040 },
18752159047fSniklas 
18762159047fSniklas {"ptestw", two(0xf000,0x8010), two(0xffc0,0xe3f0), "T3&st8", m68030|m68851 },
18772159047fSniklas {"ptestw", two(0xf000,0x8110), two(0xffc0,0xe310), "T3&st8A9", m68030|m68851 },
18782159047fSniklas {"ptestw", two(0xf000,0x8008), two(0xffc0,0xe3f8), "D3&st8", m68030|m68851 },
18792159047fSniklas {"ptestw", two(0xf000,0x8108), two(0xffc0,0xe318), "D3&st8A9", m68030|m68851 },
18802159047fSniklas {"ptestw", two(0xf000,0x8000), two(0xffc0,0xe3fe), "f3&st8", m68030|m68851 },
18812159047fSniklas {"ptestw", two(0xf000,0x8100), two(0xffc0,0xe31e), "f3&st8A9", m68030|m68851 },
18822159047fSniklas {"ptestw",	one(0xf548),		one(0xfff8), "as", m68040 },
18832159047fSniklas 
18842159047fSniklas {"ptrapacw",	two(0xf07a, 0x0007),	two(0xffff, 0xffff), "#w", m68851 },
18852159047fSniklas {"ptrapacl",	two(0xf07b, 0x0007),	two(0xffff, 0xffff), "#l", m68851 },
18862159047fSniklas {"ptrapac",	two(0xf07c, 0x0007),	two(0xffff, 0xffff), "",   m68851 },
18872159047fSniklas 
18882159047fSniklas {"ptrapasw",	two(0xf07a, 0x0006),	two(0xffff, 0xffff), "#w", m68851 },
18892159047fSniklas {"ptrapasl",	two(0xf07b, 0x0006),	two(0xffff, 0xffff), "#l", m68851 },
18902159047fSniklas {"ptrapas",	two(0xf07c, 0x0006),	two(0xffff, 0xffff), "",   m68851 },
18912159047fSniklas 
18922159047fSniklas {"ptrapbcw",	two(0xf07a, 0x0001),	two(0xffff, 0xffff), "#w", m68851 },
18932159047fSniklas {"ptrapbcl",	two(0xf07b, 0x0001),	two(0xffff, 0xffff), "#l", m68851 },
18942159047fSniklas {"ptrapbc",	two(0xf07c, 0x0001),	two(0xffff, 0xffff), "",   m68851 },
18952159047fSniklas 
18962159047fSniklas {"ptrapbsw",	two(0xf07a, 0x0000),	two(0xffff, 0xffff), "#w", m68851 },
18972159047fSniklas {"ptrapbsl",	two(0xf07b, 0x0000),	two(0xffff, 0xffff), "#l", m68851 },
18982159047fSniklas {"ptrapbs",	two(0xf07c, 0x0000),	two(0xffff, 0xffff), "",   m68851 },
18992159047fSniklas 
19002159047fSniklas {"ptrapccw",	two(0xf07a, 0x000f),	two(0xffff, 0xffff), "#w", m68851 },
19012159047fSniklas {"ptrapccl",	two(0xf07b, 0x000f),	two(0xffff, 0xffff), "#l", m68851 },
19022159047fSniklas {"ptrapcc",	two(0xf07c, 0x000f),	two(0xffff, 0xffff), "",   m68851 },
19032159047fSniklas 
19042159047fSniklas {"ptrapcsw",	two(0xf07a, 0x000e),	two(0xffff, 0xffff), "#w", m68851 },
19052159047fSniklas {"ptrapcsl",	two(0xf07b, 0x000e),	two(0xffff, 0xffff), "#l", m68851 },
19062159047fSniklas {"ptrapcs",	two(0xf07c, 0x000e),	two(0xffff, 0xffff), "",   m68851 },
19072159047fSniklas 
19082159047fSniklas {"ptrapgcw",	two(0xf07a, 0x000d),	two(0xffff, 0xffff), "#w", m68851 },
19092159047fSniklas {"ptrapgcl",	two(0xf07b, 0x000d),	two(0xffff, 0xffff), "#l", m68851 },
19102159047fSniklas {"ptrapgc",	two(0xf07c, 0x000d),	two(0xffff, 0xffff), "",   m68851 },
19112159047fSniklas 
19122159047fSniklas {"ptrapgsw",	two(0xf07a, 0x000c),	two(0xffff, 0xffff), "#w", m68851 },
19132159047fSniklas {"ptrapgsl",	two(0xf07b, 0x000c),	two(0xffff, 0xffff), "#l", m68851 },
19142159047fSniklas {"ptrapgs",	two(0xf07c, 0x000c),	two(0xffff, 0xffff), "",   m68851 },
19152159047fSniklas 
19162159047fSniklas {"ptrapicw",	two(0xf07a, 0x000b),	two(0xffff, 0xffff), "#w", m68851 },
19172159047fSniklas {"ptrapicl",	two(0xf07b, 0x000b),	two(0xffff, 0xffff), "#l", m68851 },
19182159047fSniklas {"ptrapic",	two(0xf07c, 0x000b),	two(0xffff, 0xffff), "",   m68851 },
19192159047fSniklas 
19202159047fSniklas {"ptrapisw",	two(0xf07a, 0x000a),	two(0xffff, 0xffff), "#w", m68851 },
19212159047fSniklas {"ptrapisl",	two(0xf07b, 0x000a),	two(0xffff, 0xffff), "#l", m68851 },
19222159047fSniklas {"ptrapis",	two(0xf07c, 0x000a),	two(0xffff, 0xffff), "",   m68851 },
19232159047fSniklas 
19242159047fSniklas {"ptraplcw",	two(0xf07a, 0x0003),	two(0xffff, 0xffff), "#w", m68851 },
19252159047fSniklas {"ptraplcl",	two(0xf07b, 0x0003),	two(0xffff, 0xffff), "#l", m68851 },
19262159047fSniklas {"ptraplc",	two(0xf07c, 0x0003),	two(0xffff, 0xffff), "",   m68851 },
19272159047fSniklas 
19282159047fSniklas {"ptraplsw",	two(0xf07a, 0x0002),	two(0xffff, 0xffff), "#w", m68851 },
19292159047fSniklas {"ptraplsl",	two(0xf07b, 0x0002),	two(0xffff, 0xffff), "#l", m68851 },
19302159047fSniklas {"ptrapls",	two(0xf07c, 0x0002),	two(0xffff, 0xffff), "",   m68851 },
19312159047fSniklas 
19322159047fSniklas {"ptrapscw",	two(0xf07a, 0x0005),	two(0xffff, 0xffff), "#w", m68851 },
19332159047fSniklas {"ptrapscl",	two(0xf07b, 0x0005),	two(0xffff, 0xffff), "#l", m68851 },
19342159047fSniklas {"ptrapsc",	two(0xf07c, 0x0005),	two(0xffff, 0xffff), "",   m68851 },
19352159047fSniklas 
19362159047fSniklas {"ptrapssw",	two(0xf07a, 0x0004),	two(0xffff, 0xffff), "#w", m68851 },
19372159047fSniklas {"ptrapssl",	two(0xf07b, 0x0004),	two(0xffff, 0xffff), "#l", m68851 },
19382159047fSniklas {"ptrapss",	two(0xf07c, 0x0004),	two(0xffff, 0xffff), "",   m68851 },
19392159047fSniklas 
19402159047fSniklas {"ptrapwcw",	two(0xf07a, 0x0009),	two(0xffff, 0xffff), "#w", m68851 },
19412159047fSniklas {"ptrapwcl",	two(0xf07b, 0x0009),	two(0xffff, 0xffff), "#l", m68851 },
19422159047fSniklas {"ptrapwc",	two(0xf07c, 0x0009),	two(0xffff, 0xffff), "",   m68851 },
19432159047fSniklas 
19442159047fSniklas {"ptrapwsw",	two(0xf07a, 0x0008),	two(0xffff, 0xffff), "#w", m68851 },
19452159047fSniklas {"ptrapwsl",	two(0xf07b, 0x0008),	two(0xffff, 0xffff), "#l", m68851 },
19462159047fSniklas {"ptrapws",	two(0xf07c, 0x0008),	two(0xffff, 0xffff), "",   m68851 },
19472159047fSniklas 
1948b305b0f1Sespie {"pulse",	one(0045314),		one(0177777), "", m68060 | mcf },
19490c6d0228Sniklas 
19502159047fSniklas {"pvalid",	two(0xf000, 0x2800),	two(0xffc0, 0xffff), "Vs&s", m68851 },
19512159047fSniklas {"pvalid",	two(0xf000, 0x2c00),	two(0xffc0, 0xfff8), "A3&s", m68851 },
19522159047fSniklas 
1953b305b0f1Sespie   /* FIXME: don't allow Dw==Dx. */
1954*007c2a45Smiod {"remsl",       two(0x4c40, 0x0800),    two(0xffc0, 0x8ff8), "qsD3D1", mcf5206eup },
1955*007c2a45Smiod {"remul",       two(0x4c40, 0x0000),    two(0xffc0, 0x8ff8), "qsD3D1", mcf5206eup },
1956b305b0f1Sespie 
19572159047fSniklas {"reset",	one(0047160),		one(0177777), "", m68000up },
19582159047fSniklas 
19592159047fSniklas {"rolb",	one(0160430),		one(0170770), "QdDs", m68000up },
19602159047fSniklas {"rolb",	one(0160470),		one(0170770), "DdDs", m68000up },
19612159047fSniklas {"rolw",	one(0160530),		one(0170770), "QdDs", m68000up },
19622159047fSniklas {"rolw",	one(0160570),		one(0170770), "DdDs", m68000up },
19632159047fSniklas {"rolw",	one(0163700),		one(0177700), "~s",   m68000up },
19642159047fSniklas {"roll",	one(0160630),		one(0170770), "QdDs", m68000up },
19652159047fSniklas {"roll",	one(0160670),		one(0170770), "DdDs", m68000up },
19662159047fSniklas 
19672159047fSniklas {"rorb",	one(0160030),		one(0170770), "QdDs", m68000up },
19682159047fSniklas {"rorb",	one(0160070),		one(0170770), "DdDs", m68000up },
19692159047fSniklas {"rorw",	one(0160130),		one(0170770), "QdDs", m68000up },
19702159047fSniklas {"rorw",	one(0160170),		one(0170770), "DdDs", m68000up },
19712159047fSniklas {"rorw",	one(0163300),		one(0177700), "~s",   m68000up },
19722159047fSniklas {"rorl",	one(0160230),		one(0170770), "QdDs", m68000up },
19732159047fSniklas {"rorl",	one(0160270),		one(0170770), "DdDs", m68000up },
19742159047fSniklas 
19752159047fSniklas {"roxlb",	one(0160420),		one(0170770), "QdDs", m68000up },
19762159047fSniklas {"roxlb",	one(0160460),		one(0170770), "DdDs", m68000up },
19772159047fSniklas {"roxlw",	one(0160520),		one(0170770), "QdDs", m68000up },
19782159047fSniklas {"roxlw",	one(0160560),		one(0170770), "DdDs", m68000up },
19792159047fSniklas {"roxlw",	one(0162700),		one(0177700), "~s",   m68000up },
19802159047fSniklas {"roxll",	one(0160620),		one(0170770), "QdDs", m68000up },
19812159047fSniklas {"roxll",	one(0160660),		one(0170770), "DdDs", m68000up },
19822159047fSniklas 
19832159047fSniklas {"roxrb",	one(0160020),		one(0170770), "QdDs", m68000up },
19842159047fSniklas {"roxrb",	one(0160060),		one(0170770), "DdDs", m68000up },
19852159047fSniklas {"roxrw",	one(0160120),		one(0170770), "QdDs", m68000up },
19862159047fSniklas {"roxrw",	one(0160160),		one(0170770), "DdDs", m68000up },
19872159047fSniklas {"roxrw",	one(0162300),		one(0177700), "~s",   m68000up },
19882159047fSniklas {"roxrl",	one(0160220),		one(0170770), "QdDs", m68000up },
19892159047fSniklas {"roxrl",	one(0160260),		one(0170770), "DdDs", m68000up },
19902159047fSniklas 
19912159047fSniklas {"rtd",		one(0047164),		one(0177777), "#w", m68010up },
19922159047fSniklas 
1993b305b0f1Sespie {"rte",		one(0047163),		one(0177777), "",   m68000up | mcf },
19942159047fSniklas 
19952159047fSniklas {"rtm",		one(0003300),		one(0177760), "Rs", m68020 },
19962159047fSniklas 
19972159047fSniklas {"rtr",		one(0047167),		one(0177777), "",   m68000up },
19982159047fSniklas 
1999b305b0f1Sespie {"rts",		one(0047165),		one(0177777), "",   m68000up | mcf },
20002159047fSniklas 
2001*007c2a45Smiod {"satsl",	one(0046200),		one(0177770), "Ds", mcfv4up },
2002b55d4692Sfgsch 
20032159047fSniklas {"sbcd",	one(0100400),		one(0170770), "DsDd", m68000up },
20042159047fSniklas {"sbcd",	one(0100410),		one(0170770), "-s-d", m68000up },
20052159047fSniklas 
2006b305b0f1Sespie {"scc",		one(0052300),	one(0177700), "$s", m68000up },
2007b305b0f1Sespie {"scc",		one(0052300),	one(0177700), "Ds", mcf },
2008b305b0f1Sespie {"scs",		one(0052700),	one(0177700), "$s", m68000up },
2009b305b0f1Sespie {"scs",		one(0052700),	one(0177700), "Ds", mcf },
2010b305b0f1Sespie {"seq",		one(0053700),	one(0177700), "$s", m68000up },
2011b305b0f1Sespie {"seq",		one(0053700),	one(0177700), "Ds", mcf },
2012b305b0f1Sespie {"sf",		one(0050700),	one(0177700), "$s", m68000up },
2013b305b0f1Sespie {"sf",		one(0050700),	one(0177700), "Ds", mcf },
2014b305b0f1Sespie {"sge",		one(0056300),	one(0177700), "$s", m68000up },
2015b305b0f1Sespie {"sge",		one(0056300),	one(0177700), "Ds", mcf },
2016b305b0f1Sespie {"sgt",		one(0057300),	one(0177700), "$s", m68000up },
2017b305b0f1Sespie {"sgt",		one(0057300),	one(0177700), "Ds", mcf },
2018b305b0f1Sespie {"shi",		one(0051300),	one(0177700), "$s", m68000up },
2019b305b0f1Sespie {"shi",		one(0051300),	one(0177700), "Ds", mcf },
2020b305b0f1Sespie {"sle",		one(0057700),	one(0177700), "$s", m68000up },
2021b305b0f1Sespie {"sle",		one(0057700),	one(0177700), "Ds", mcf },
2022b305b0f1Sespie {"sls",		one(0051700),	one(0177700), "$s", m68000up },
2023b305b0f1Sespie {"sls",		one(0051700),	one(0177700), "Ds", mcf },
2024b305b0f1Sespie {"slt",		one(0056700),	one(0177700), "$s", m68000up },
2025b305b0f1Sespie {"slt",		one(0056700),	one(0177700), "Ds", mcf },
2026b305b0f1Sespie {"smi",		one(0055700),	one(0177700), "$s", m68000up },
2027b305b0f1Sespie {"smi",		one(0055700),	one(0177700), "Ds", mcf },
2028b305b0f1Sespie {"sne",		one(0053300),	one(0177700), "$s", m68000up },
2029b305b0f1Sespie {"sne",		one(0053300),	one(0177700), "Ds", mcf },
2030b305b0f1Sespie {"spl",		one(0055300),	one(0177700), "$s", m68000up },
2031b305b0f1Sespie {"spl",		one(0055300),	one(0177700), "Ds", mcf },
2032b305b0f1Sespie {"st",		one(0050300),	one(0177700), "$s", m68000up },
2033b305b0f1Sespie {"st",		one(0050300),	one(0177700), "Ds", mcf },
2034b305b0f1Sespie {"svc",		one(0054300),	one(0177700), "$s", m68000up },
2035b305b0f1Sespie {"svc",		one(0054300),	one(0177700), "Ds", mcf },
2036b305b0f1Sespie {"svs",		one(0054700),	one(0177700), "$s", m68000up },
2037b305b0f1Sespie {"svs",		one(0054700),	one(0177700), "Ds", mcf },
20382159047fSniklas 
2039b305b0f1Sespie {"stop",	one(0047162),	one(0177777), "#w", m68000up | mcf },
2040b305b0f1Sespie 
2041*007c2a45Smiod {"strldsr", two(0040347,0043374), two(0177777,0177777), "#w", mcf528x},
2042*007c2a45Smiod 
2043b305b0f1Sespie {"subal",	one(0110700),	one(0170700), "*lAd", m68000up | mcf },
20442159047fSniklas {"subaw",	one(0110300),	one(0170700), "*wAd", m68000up },
20452159047fSniklas 
20462159047fSniklas {"subib",	one(0002000),	one(0177700), "#b$s", m68000up },
20472159047fSniklas {"subiw",	one(0002100),	one(0177700), "#w$s", m68000up },
2048b305b0f1Sespie {"subil",	one(0002200),	one(0177700), "#l$s", m68000up },
2049b305b0f1Sespie {"subil",	one(0002200),	one(0177700), "#lDs", mcf },
20502159047fSniklas 
20512159047fSniklas {"subqb",	one(0050400),	one(0170700), "Qd%s", m68000up },
20522159047fSniklas {"subqw",	one(0050500),	one(0170700), "Qd%s", m68000up },
2053b305b0f1Sespie {"subql",	one(0050600),	one(0170700), "Qd%s", m68000up | mcf },
20542159047fSniklas 
20552159047fSniklas /* The sub opcode can generate the suba, subi, and subq instructions.  */
20562159047fSniklas {"subb",	one(0050400),	one(0170700), "Qd%s", m68000up },
20572159047fSniklas {"subb",	one(0002000),	one(0177700), "#b$s", m68000up },
20582159047fSniklas {"subb",	one(0110000),	one(0170700), ";bDd", m68000up },
20592159047fSniklas {"subb",	one(0110400),	one(0170700), "Dd~s", m68000up },
20602159047fSniklas {"subw",	one(0050500),	one(0170700), "Qd%s", m68000up },
20612159047fSniklas {"subw",	one(0002100),	one(0177700), "#w$s", m68000up },
20622159047fSniklas {"subw",	one(0110300),	one(0170700), "*wAd", m68000up },
20632159047fSniklas {"subw",	one(0110100),	one(0170700), "*wDd", m68000up },
20642159047fSniklas {"subw",	one(0110500),	one(0170700), "Dd~s", m68000up },
2065b305b0f1Sespie {"subl",	one(0050600),	one(0170700), "Qd%s", m68000up | mcf },
2066b305b0f1Sespie {"subl",	one(0002200),	one(0177700), "#l$s", m68000up },
2067b305b0f1Sespie {"subl",	one(0002200),	one(0177700), "#lDs", mcf },
2068b305b0f1Sespie {"subl",	one(0110700),	one(0170700), "*lAd", m68000up | mcf },
2069b305b0f1Sespie {"subl",	one(0110200),	one(0170700), "*lDd", m68000up | mcf },
2070b305b0f1Sespie {"subl",	one(0110600),	one(0170700), "Dd~s", m68000up | mcf },
20712159047fSniklas 
20722159047fSniklas {"subxb",	one(0110400),	one(0170770), "DsDd", m68000up },
20732159047fSniklas {"subxb",	one(0110410),	one(0170770), "-s-d", m68000up },
20742159047fSniklas {"subxw",	one(0110500),	one(0170770), "DsDd", m68000up },
20752159047fSniklas {"subxw",	one(0110510),	one(0170770), "-s-d", m68000up },
2076b305b0f1Sespie {"subxl",	one(0110600),	one(0170770), "DsDd", m68000up | mcf },
20772159047fSniklas {"subxl",	one(0110610),	one(0170770), "-s-d", m68000up },
20782159047fSniklas 
2079b305b0f1Sespie {"swap",	one(0044100),	one(0177770), "Ds", m68000up | mcf },
2080b305b0f1Sespie 
2081b305b0f1Sespie /* swbeg and swbegl are magic constants used on sysV68.  The compiler
2082b305b0f1Sespie    generates them before a switch table.  They tell the debugger and
2083b305b0f1Sespie    disassembler that a switch table follows.  The parameter is the
2084b305b0f1Sespie    number of elements in the table.  swbeg means that the entries in
2085b305b0f1Sespie    the table are word (2 byte) sized, and swbegl means that the
2086b305b0f1Sespie    entries in the table are longword (4 byte) sized.  */
2087b305b0f1Sespie {"swbeg",	one(0045374),	one(0177777), "#w",   m68000up | mcf },
2088b305b0f1Sespie {"swbegl",	one(0045375),	one(0177777), "#l",   m68000up | mcf },
20892159047fSniklas 
2090*007c2a45Smiod {"tas",		one(0045300),	one(0177700), "$s", m68000up | mcfv4up},
20912159047fSniklas 
20922159047fSniklas #define TBL1(name,signed,round,size)					\
20932159047fSniklas   {name, two(0174000, (signed<<11)|(!round<<10)|(size<<6)|0000400),	\
2094b305b0f1Sespie      two(0177700,0107777), "!sD1", cpu32 },				\
20952159047fSniklas   {name, two(0174000, (signed<<11)|(!round<<10)|(size<<6)),		\
20962159047fSniklas      two(0177770,0107770), "DsD3D1", cpu32 }
20972159047fSniklas #define TBL(name1, name2, name3, s, r) \
20982159047fSniklas   TBL1(name1, s, r, 0), TBL1(name2, s, r, 1), TBL1(name3, s, r, 2)
20992159047fSniklas TBL("tblsb", "tblsw", "tblsl", 1, 1),
21002159047fSniklas TBL("tblsnb", "tblsnw", "tblsnl", 1, 0),
21012159047fSniklas TBL("tblub", "tbluw", "tblul", 0, 1),
21022159047fSniklas TBL("tblunb", "tblunw", "tblunl", 0, 0),
21032159047fSniklas 
2104b305b0f1Sespie {"trap",	one(0047100),	one(0177760), "Ts", m68000up | mcf },
21052159047fSniklas 
21062159047fSniklas {"trapcc",	one(0052374),	one(0177777), "", m68020up | cpu32 },
21072159047fSniklas {"trapcs",	one(0052774),	one(0177777), "", m68020up | cpu32 },
21082159047fSniklas {"trapeq",	one(0053774),	one(0177777), "", m68020up | cpu32 },
2109b305b0f1Sespie {"trapf",	one(0050774),	one(0177777), "", m68020up | cpu32 | mcf },
21102159047fSniklas {"trapge",	one(0056374),	one(0177777), "", m68020up | cpu32 },
21112159047fSniklas {"trapgt",	one(0057374),	one(0177777), "", m68020up | cpu32 },
21122159047fSniklas {"traphi",	one(0051374),	one(0177777), "", m68020up | cpu32 },
21132159047fSniklas {"traple",	one(0057774),	one(0177777), "", m68020up | cpu32 },
21142159047fSniklas {"trapls",	one(0051774),	one(0177777), "", m68020up | cpu32 },
21152159047fSniklas {"traplt",	one(0056774),	one(0177777), "", m68020up | cpu32 },
21162159047fSniklas {"trapmi",	one(0055774),	one(0177777), "", m68020up | cpu32 },
21172159047fSniklas {"trapne",	one(0053374),	one(0177777), "", m68020up | cpu32 },
21182159047fSniklas {"trappl",	one(0055374),	one(0177777), "", m68020up | cpu32 },
21192159047fSniklas {"trapt",	one(0050374),	one(0177777), "", m68020up | cpu32 },
21202159047fSniklas {"trapvc",	one(0054374),	one(0177777), "", m68020up | cpu32 },
21212159047fSniklas {"trapvs",	one(0054774),	one(0177777), "", m68020up | cpu32 },
21222159047fSniklas 
21232159047fSniklas {"trapccw",	one(0052372),	one(0177777), "#w", m68020up|cpu32 },
21242159047fSniklas {"trapcsw",	one(0052772),	one(0177777), "#w", m68020up|cpu32 },
21252159047fSniklas {"trapeqw",	one(0053772),	one(0177777), "#w", m68020up|cpu32 },
2126b305b0f1Sespie {"trapfw",	one(0050772),	one(0177777), "#w", m68020up|cpu32|mcf},
21272159047fSniklas {"trapgew",	one(0056372),	one(0177777), "#w", m68020up|cpu32 },
21282159047fSniklas {"trapgtw",	one(0057372),	one(0177777), "#w", m68020up|cpu32 },
21292159047fSniklas {"traphiw",	one(0051372),	one(0177777), "#w", m68020up|cpu32 },
21302159047fSniklas {"traplew",	one(0057772),	one(0177777), "#w", m68020up|cpu32 },
21312159047fSniklas {"traplsw",	one(0051772),	one(0177777), "#w", m68020up|cpu32 },
21322159047fSniklas {"trapltw",	one(0056772),	one(0177777), "#w", m68020up|cpu32 },
21332159047fSniklas {"trapmiw",	one(0055772),	one(0177777), "#w", m68020up|cpu32 },
21342159047fSniklas {"trapnew",	one(0053372),	one(0177777), "#w", m68020up|cpu32 },
21352159047fSniklas {"trapplw",	one(0055372),	one(0177777), "#w", m68020up|cpu32 },
21362159047fSniklas {"traptw",	one(0050372),	one(0177777), "#w", m68020up|cpu32 },
21372159047fSniklas {"trapvcw",	one(0054372),	one(0177777), "#w", m68020up|cpu32 },
21382159047fSniklas {"trapvsw",	one(0054772),	one(0177777), "#w", m68020up|cpu32 },
21392159047fSniklas 
21402159047fSniklas {"trapccl",	one(0052373),	one(0177777), "#l", m68020up|cpu32 },
21412159047fSniklas {"trapcsl",	one(0052773),	one(0177777), "#l", m68020up|cpu32 },
21422159047fSniklas {"trapeql",	one(0053773),	one(0177777), "#l", m68020up|cpu32 },
2143b305b0f1Sespie {"trapfl",	one(0050773),	one(0177777), "#l", m68020up|cpu32|mcf},
21442159047fSniklas {"trapgel",	one(0056373),	one(0177777), "#l", m68020up|cpu32 },
21452159047fSniklas {"trapgtl",	one(0057373),	one(0177777), "#l", m68020up|cpu32 },
21462159047fSniklas {"traphil",	one(0051373),	one(0177777), "#l", m68020up|cpu32 },
21472159047fSniklas {"traplel",	one(0057773),	one(0177777), "#l", m68020up|cpu32 },
21482159047fSniklas {"traplsl",	one(0051773),	one(0177777), "#l", m68020up|cpu32 },
21492159047fSniklas {"trapltl",	one(0056773),	one(0177777), "#l", m68020up|cpu32 },
21502159047fSniklas {"trapmil",	one(0055773),	one(0177777), "#l", m68020up|cpu32 },
21512159047fSniklas {"trapnel",	one(0053373),	one(0177777), "#l", m68020up|cpu32 },
21522159047fSniklas {"trappll",	one(0055373),	one(0177777), "#l", m68020up|cpu32 },
21532159047fSniklas {"traptl",	one(0050373),	one(0177777), "#l", m68020up|cpu32 },
21542159047fSniklas {"trapvcl",	one(0054373),	one(0177777), "#l", m68020up|cpu32 },
21552159047fSniklas {"trapvsl",	one(0054773),	one(0177777), "#l", m68020up|cpu32 },
21562159047fSniklas 
21572159047fSniklas {"trapv",	one(0047166),	one(0177777), "", m68000up },
21582159047fSniklas 
2159b305b0f1Sespie {"tstb",	one(0045000),	one(0177700), ";b", m68020up|cpu32|mcf },
2160b305b0f1Sespie {"tstb",	one(0045000),	one(0177700), "$b", m68000up },
2161b305b0f1Sespie {"tstw",	one(0045100),	one(0177700), "*w", m68020up|cpu32|mcf },
2162b305b0f1Sespie {"tstw",	one(0045100),	one(0177700), "$w", m68000up },
2163b305b0f1Sespie {"tstl",	one(0045200),	one(0177700), "*l", m68020up|cpu32|mcf },
2164b305b0f1Sespie {"tstl",	one(0045200),	one(0177700), "$l", m68000up },
21652159047fSniklas 
2166b305b0f1Sespie {"unlk",	one(0047130),	one(0177770), "As", m68000up | mcf },
21672159047fSniklas 
21682159047fSniklas {"unpk",	one(0100600),	one(0170770), "DsDd#w", m68020up },
21692159047fSniklas {"unpk",	one(0100610),	one(0170770), "-s-d#w", m68020up },
21700c6d0228Sniklas 
2171c074d1c9Sdrahn {"wddatab",	one(0175400),   one(0177700), "~s", mcf },
2172c074d1c9Sdrahn {"wddataw",	one(0175500),   one(0177700), "~s", mcf },
2173c074d1c9Sdrahn {"wddatal",	one(0175600),   one(0177700), "~s", mcf },
21740c6d0228Sniklas 
2175c074d1c9Sdrahn {"wdebug",	two(0175720, 03),	two(0177770, 0xffff), "as", mcf },
2176c074d1c9Sdrahn {"wdebug",	two(0175750, 03),	two(0177770, 0xffff), "ds", mcf },
21772159047fSniklas };
21782159047fSniklas 
21792159047fSniklas const int m68k_numopcodes = sizeof m68k_opcodes / sizeof m68k_opcodes[0];
21802159047fSniklas 
21812159047fSniklas /* These aliases used to be in the above table, each one duplicating
21822159047fSniklas    all of the entries for its primary exactly.  This table was
21832159047fSniklas    constructed by mechanical processing of the opcode table, with a
21842159047fSniklas    small number of tweaks done by hand.  There are probably a lot more
21852159047fSniklas    aliases above that could be moved down here, except for very minor
21862159047fSniklas    differences.  */
21872159047fSniklas 
21882159047fSniklas const struct m68k_opcode_alias m68k_opcode_aliases[] =
21892159047fSniklas {
21902159047fSniklas   { "add",	"addw", },
21912159047fSniklas   { "adda",	"addaw", },
21922159047fSniklas   { "addi",	"addiw", },
21932159047fSniklas   { "addq",	"addqw", },
21942159047fSniklas   { "addx",	"addxw", },
21952159047fSniklas   { "asl",	"aslw", },
21962159047fSniklas   { "asr",	"asrw", },
21972159047fSniklas   { "bhi",	"bhiw", },
21982159047fSniklas   { "bls",	"blsw", },
21992159047fSniklas   { "bcc",	"bccw", },
22002159047fSniklas   { "bcs",	"bcsw", },
22012159047fSniklas   { "bne",	"bnew", },
22022159047fSniklas   { "beq",	"beqw", },
22032159047fSniklas   { "bvc",	"bvcw", },
22042159047fSniklas   { "bvs",	"bvsw", },
22052159047fSniklas   { "bpl",	"bplw", },
22062159047fSniklas   { "bmi",	"bmiw", },
22072159047fSniklas   { "bge",	"bgew", },
22082159047fSniklas   { "blt",	"bltw", },
22092159047fSniklas   { "bgt",	"bgtw", },
22102159047fSniklas   { "ble",	"blew", },
22112159047fSniklas   { "bra",	"braw", },
22122159047fSniklas   { "bsr",	"bsrw", },
22132159047fSniklas   { "bhib",	"bhis", },
22142159047fSniklas   { "blsb",	"blss", },
22152159047fSniklas   { "bccb",	"bccs", },
22162159047fSniklas   { "bcsb",	"bcss", },
22172159047fSniklas   { "bneb",	"bnes", },
22182159047fSniklas   { "beqb",	"beqs", },
22192159047fSniklas   { "bvcb",	"bvcs", },
22202159047fSniklas   { "bvsb",	"bvss", },
22212159047fSniklas   { "bplb",	"bpls", },
22222159047fSniklas   { "bmib",	"bmis", },
22232159047fSniklas   { "bgeb",	"bges", },
22242159047fSniklas   { "bltb",	"blts", },
22252159047fSniklas   { "bgtb",	"bgts", },
22262159047fSniklas   { "bleb",	"bles", },
22272159047fSniklas   { "brab",	"bras", },
22282159047fSniklas   { "bsrb",	"bsrs", },
22292159047fSniklas   { "bhs",	"bccw" },
22302159047fSniklas   { "bhss",	"bccs" },
22312159047fSniklas   { "bhsb",	"bccs" },
22322159047fSniklas   { "bhsw",	"bccw" },
22332159047fSniklas   { "bhsl",	"bccl" },
2234b305b0f1Sespie   { "blo",	"bcsw" },
2235b305b0f1Sespie   { "blos",	"bcss" },
2236b305b0f1Sespie   { "blob",	"bcss" },
2237b305b0f1Sespie   { "blow",	"bcsw" },
2238b305b0f1Sespie   { "blol",	"bcsl" },
22392159047fSniklas   { "br",	"braw", },
22402159047fSniklas   { "brs",	"bras", },
22412159047fSniklas   { "brb",	"bras", },
22422159047fSniklas   { "brw",	"braw", },
22432159047fSniklas   { "brl",	"bral", },
22442159047fSniklas   { "jfnlt",	"bcc", },	/* apparently a sun alias */
22452159047fSniklas   { "jfngt",	"ble", },	/* apparently a sun alias */
22462159047fSniklas   { "jfeq",	"beqs", },	/* apparently a sun alias */
22472159047fSniklas   { "bchgb",	"bchg", },
22482159047fSniklas   { "bchgl",	"bchg", },
22492159047fSniklas   { "bclrb",	"bclr", },
22502159047fSniklas   { "bclrl",	"bclr", },
22512159047fSniklas   { "bsetb",	"bset", },
22522159047fSniklas   { "bsetl",	"bset", },
22532159047fSniklas   { "btstb",	"btst", },
22542159047fSniklas   { "btstl",	"btst", },
22552159047fSniklas   { "cas2",	"cas2w", },
22562159047fSniklas   { "cas",	"casw", },
22572159047fSniklas   { "chk2",	"chk2w", },
22582159047fSniklas   { "chk",	"chkw", },
22592159047fSniklas   { "clr",	"clrw", },
22602159047fSniklas   { "cmp2",	"cmp2w", },
22612159047fSniklas   { "cmpa",	"cmpaw", },
22622159047fSniklas   { "cmpi",	"cmpiw", },
22632159047fSniklas   { "cmpm",	"cmpmw", },
22642159047fSniklas   { "cmp",	"cmpw", },
22652159047fSniklas   { "dbccw",	"dbcc", },
22662159047fSniklas   { "dbcsw",	"dbcs", },
22672159047fSniklas   { "dbeqw",	"dbeq", },
22682159047fSniklas   { "dbfw",	"dbf", },
22692159047fSniklas   { "dbgew",	"dbge", },
22702159047fSniklas   { "dbgtw",	"dbgt", },
22712159047fSniklas   { "dbhiw",	"dbhi", },
22722159047fSniklas   { "dblew",	"dble", },
22732159047fSniklas   { "dblsw",	"dbls", },
22742159047fSniklas   { "dbltw",	"dblt", },
22752159047fSniklas   { "dbmiw",	"dbmi", },
22762159047fSniklas   { "dbnew",	"dbne", },
22772159047fSniklas   { "dbplw",	"dbpl", },
22782159047fSniklas   { "dbtw",	"dbt", },
22792159047fSniklas   { "dbvcw",	"dbvc", },
22802159047fSniklas   { "dbvsw",	"dbvs", },
22812159047fSniklas   { "dbhs",	"dbcc", },
22822159047fSniklas   { "dbhsw",	"dbcc", },
22832159047fSniklas   { "dbra",	"dbf", },
22842159047fSniklas   { "dbraw",	"dbf", },
22852159047fSniklas   { "tdivsl",	"divsl", },
22862159047fSniklas   { "divs",	"divsw", },
22872159047fSniklas   { "divu",	"divuw", },
22882159047fSniklas   { "ext",	"extw", },
22892159047fSniklas   { "extbw",	"extw", },
22902159047fSniklas   { "extwl",	"extl", },
22912159047fSniklas   { "fbneq",	"fbne", },
22922159047fSniklas   { "fbsneq",	"fbsne", },
22932159047fSniklas   { "fdbneq",	"fdbne", },
22942159047fSniklas   { "fdbsneq",	"fdbsne", },
22952159047fSniklas   { "fmovecr",	"fmovecrx", },
22962159047fSniklas   { "fmovm",	"fmovem", },
22972159047fSniklas   { "fsneq",	"fsne", },
22982159047fSniklas   { "fssneq",	"fssne", },
22992159047fSniklas   { "ftrapneq",	"ftrapne", },
23002159047fSniklas   { "ftrapsneq", "ftrapsne", },
23012159047fSniklas   { "fjneq",	"fjne", },
23022159047fSniklas   { "fjsneq",	"fjsne", },
23032159047fSniklas   { "jmpl",	"jmp", },
23042159047fSniklas   { "jmps",	"jmp", },
23052159047fSniklas   { "jsrl",	"jsr", },
23062159047fSniklas   { "jsrs",	"jsr", },
23072159047fSniklas   { "leal",	"lea", },
23082159047fSniklas   { "lsl",	"lslw", },
23092159047fSniklas   { "lsr",	"lsrw", },
2310b305b0f1Sespie   { "mac",	"macw" },
23112159047fSniklas   { "movea",	"moveaw", },
23122159047fSniklas   { "movem",	"movemw", },
23132159047fSniklas   { "movml",	"moveml", },
23142159047fSniklas   { "movmw",	"movemw", },
23152159047fSniklas   { "movm",	"movemw", },
23162159047fSniklas   { "movep",	"movepw", },
23172159047fSniklas   { "movpw",	"movepw", },
23182159047fSniklas   { "moves",	"movesw" },
23192159047fSniklas   { "muls",	"mulsw", },
23202159047fSniklas   { "mulu",	"muluw", },
2321b305b0f1Sespie   { "msac",	"msacw" },
23222159047fSniklas   { "nbcdb",	"nbcd" },
23232159047fSniklas   { "neg",	"negw", },
23242159047fSniklas   { "negx",	"negxw", },
23252159047fSniklas   { "not",	"notw", },
23262159047fSniklas   { "peal",	"pea", },
23272159047fSniklas   { "rol",	"rolw", },
23282159047fSniklas   { "ror",	"rorw", },
23292159047fSniklas   { "roxl",	"roxlw", },
23302159047fSniklas   { "roxr",	"roxrw", },
2331b55d4692Sfgsch   { "sats",	"satsl", },
23322159047fSniklas   { "sbcdb",	"sbcd", },
23332159047fSniklas   { "sccb",	"scc", },
23342159047fSniklas   { "scsb",	"scs", },
23352159047fSniklas   { "seqb",	"seq", },
23362159047fSniklas   { "sfb",	"sf", },
23372159047fSniklas   { "sgeb",	"sge", },
23382159047fSniklas   { "sgtb",	"sgt", },
23392159047fSniklas   { "shib",	"shi", },
23402159047fSniklas   { "sleb",	"sle", },
23412159047fSniklas   { "slsb",	"sls", },
23422159047fSniklas   { "sltb",	"slt", },
23432159047fSniklas   { "smib",	"smi", },
23442159047fSniklas   { "sneb",	"sne", },
23452159047fSniklas   { "splb",	"spl", },
23462159047fSniklas   { "stb",	"st", },
23472159047fSniklas   { "svcb",	"svc", },
23482159047fSniklas   { "svsb",	"svs", },
23492159047fSniklas   { "sfge",	"sge", },
23502159047fSniklas   { "sfgt",	"sgt", },
23512159047fSniklas   { "sfle",	"sle", },
23522159047fSniklas   { "sflt",	"slt", },
23532159047fSniklas   { "sfneq",	"sne", },
23542159047fSniklas   { "suba",	"subaw", },
23552159047fSniklas   { "subi",	"subiw", },
23562159047fSniklas   { "subq",	"subqw", },
23572159047fSniklas   { "sub",	"subw", },
23582159047fSniklas   { "subx",	"subxw", },
23592159047fSniklas   { "swapw",	"swap", },
23602159047fSniklas   { "tasb",	"tas", },
23612159047fSniklas   { "tpcc",	"trapcc", },
23622159047fSniklas   { "tcc",	"trapcc", },
23632159047fSniklas   { "tst",	"tstw", },
23642159047fSniklas   { "jbra",	"jra", },
23652159047fSniklas   { "jbhi",	"jhi", },
23662159047fSniklas   { "jbls",	"jls", },
23672159047fSniklas   { "jbcc",	"jcc", },
23682159047fSniklas   { "jbcs",	"jcs", },
23692159047fSniklas   { "jbne",	"jne", },
23702159047fSniklas   { "jbeq",	"jeq", },
23712159047fSniklas   { "jbvc",	"jvc", },
23722159047fSniklas   { "jbvs",	"jvs", },
23732159047fSniklas   { "jbpl",	"jpl", },
23742159047fSniklas   { "jbmi",	"jmi", },
23752159047fSniklas   { "jbge",	"jge", },
23762159047fSniklas   { "jblt",	"jlt", },
23772159047fSniklas   { "jbgt",	"jgt", },
23782159047fSniklas   { "jble",	"jle", },
23792159047fSniklas   { "movql",	"moveq", },
23802159047fSniklas   { "moveql",	"moveq", },
23812159047fSniklas   { "movl",	"movel", },
23822159047fSniklas   { "movq",	"moveq", },
23832159047fSniklas   { "moval",	"moveal", },
23842159047fSniklas   { "movaw",	"moveaw", },
23852159047fSniklas   { "movb",	"moveb", },
23862159047fSniklas   { "movc",	"movec", },
23872159047fSniklas   { "movecl",	"movec", },
23882159047fSniklas   { "movpl",	"movepl", },
23892159047fSniklas   { "movw",	"movew", },
23902159047fSniklas   { "movsb",	"movesb", },
23912159047fSniklas   { "movsl",	"movesl", },
23922159047fSniklas   { "movsw",	"movesw", },
2393b55d4692Sfgsch   { "mov3q",	"mov3ql", },
23942159047fSniklas 
23952159047fSniklas   { "tdivul",	"divul", },	/* for m68k-svr4 */
23962159047fSniklas   { "fmovb",	"fmoveb", },
23972159047fSniklas   { "fsmovb",	"fsmoveb", },
23982159047fSniklas   { "fdmovb",	"fdmoveb", },
23992159047fSniklas   { "fmovd",	"fmoved", },
24002159047fSniklas   { "fsmovd",	"fsmoved", },
24012159047fSniklas   { "fmovl",	"fmovel", },
24022159047fSniklas   { "fsmovl",	"fsmovel", },
24032159047fSniklas   { "fdmovl",	"fdmovel", },
24042159047fSniklas   { "fmovp",	"fmovep", },
24052159047fSniklas   { "fsmovp",	"fsmovep", },
24062159047fSniklas   { "fdmovp",	"fdmovep", },
24072159047fSniklas   { "fmovs",	"fmoves", },
24082159047fSniklas   { "fsmovs",	"fsmoves", },
24092159047fSniklas   { "fdmovs",	"fdmoves", },
24102159047fSniklas   { "fmovw",	"fmovew", },
24112159047fSniklas   { "fsmovw",	"fsmovew", },
24122159047fSniklas   { "fdmovw",	"fdmovew", },
24132159047fSniklas   { "fmovx",	"fmovex", },
24142159047fSniklas   { "fsmovx",	"fsmovex", },
24152159047fSniklas   { "fdmovx",	"fdmovex", },
24162159047fSniklas   { "fmovcr",	"fmovecr", },
24172159047fSniklas   { "fmovcrx",	"fmovecrx", },
24182159047fSniklas   { "ftestb",	"ftstb", },
24192159047fSniklas   { "ftestd",	"ftstd", },
24202159047fSniklas   { "ftestl",	"ftstl", },
24212159047fSniklas   { "ftestp",	"ftstp", },
24222159047fSniklas   { "ftests",	"ftsts", },
24232159047fSniklas   { "ftestw",	"ftstw", },
24242159047fSniklas   { "ftestx",	"ftstx", },
2425*007c2a45Smiod 
2426*007c2a45Smiod   { "bitrevl",  "bitrev", },  /* for mcf528x only */
2427*007c2a45Smiod   { "byterevl", "byterev", },
2428*007c2a45Smiod   { "ff1l",     "ff1", },
2429*007c2a45Smiod 
24302159047fSniklas };
24312159047fSniklas 
24322159047fSniklas const int m68k_numaliases =
24332159047fSniklas   sizeof m68k_opcode_aliases / sizeof m68k_opcode_aliases[0];
2434