m68k.h 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  1. /* Opcode table header for m680[01234]0/m6888[12]/m68851.
  2. Copyright (C) 1989-2015 Free Software Foundation, Inc.
  3. This file is part of GDB, GAS, and the GNU binutils.
  4. GDB, GAS, and the GNU binutils are free software; you can redistribute
  5. them and/or modify them under the terms of the GNU General Public
  6. License as published by the Free Software Foundation; either version 3,
  7. or (at your option) any later version.
  8. GDB, GAS, and the GNU binutils are distributed in the hope that they
  9. will be useful, but WITHOUT ANY WARRANTY; without even the implied
  10. warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
  11. the GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with this file; see the file COPYING3. If not, write to the Free
  14. Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
  15. 02110-1301, USA. */
  16. /* These are used as bit flags for the arch field in the m68k_opcode
  17. structure. */
  18. #define _m68k_undef 0
  19. #define m68000 0x001
  20. #define m68010 0x002
  21. #define m68020 0x004
  22. #define m68030 0x008
  23. #define m68040 0x010
  24. #define m68060 0x020
  25. #define m68881 0x040
  26. #define m68851 0x080
  27. #define cpu32 0x100 /* e.g., 68332 */
  28. #define fido_a 0x200
  29. #define m68k_mask 0x3ff
  30. #define mcfmac 0x400 /* ColdFire MAC. */
  31. #define mcfemac 0x800 /* ColdFire EMAC. */
  32. #define cfloat 0x1000 /* ColdFire FPU. */
  33. #define mcfhwdiv 0x2000 /* ColdFire hardware divide. */
  34. #define mcfisa_a 0x4000 /* ColdFire ISA_A. */
  35. #define mcfisa_aa 0x8000 /* ColdFire ISA_A+. */
  36. #define mcfisa_b 0x10000 /* ColdFire ISA_B. */
  37. #define mcfisa_c 0x20000 /* ColdFire ISA_C. */
  38. #define mcfusp 0x40000 /* ColdFire USP instructions. */
  39. #define mcf_mask 0x7e400
  40. /* Handy aliases. */
  41. #define m68040up (m68040 | m68060)
  42. #define m68030up (m68030 | m68040up)
  43. #define m68020up (m68020 | m68030up)
  44. #define m68010up (m68010 | cpu32 | fido_a | m68020up)
  45. #define m68000up (m68000 | m68010up)
  46. #define mfloat (m68881 | m68040 | m68060)
  47. #define mmmu (m68851 | m68030 | m68040 | m68060)
  48. /* The structure used to hold information for an opcode. */
  49. struct m68k_opcode
  50. {
  51. /* The opcode name. */
  52. const char *name;
  53. /* The pseudo-size of the instruction(in bytes). Used to determine
  54. number of bytes necessary to disassemble the instruction. */
  55. unsigned int size;
  56. /* The opcode itself. */
  57. unsigned long opcode;
  58. /* The mask used by the disassembler. */
  59. unsigned long match;
  60. /* The arguments. */
  61. const char *args;
  62. /* The architectures which support this opcode. */
  63. unsigned int arch;
  64. };
  65. /* The structure used to hold information for an opcode alias. */
  66. struct m68k_opcode_alias
  67. {
  68. /* The alias name. */
  69. const char *alias;
  70. /* The instruction for which this is an alias. */
  71. const char *primary;
  72. };
  73. /* We store four bytes of opcode for all opcodes because that is the
  74. most any of them need. The actual length of an instruction is
  75. always at least 2 bytes, and is as much longer as necessary to hold
  76. the operands it has.
  77. The match field is a mask saying which bits must match particular
  78. opcode in order for an instruction to be an instance of that
  79. opcode.
  80. The args field is a string containing two characters for each
  81. operand of the instruction. The first specifies the kind of
  82. operand; the second, the place it is stored.
  83. If the first char of args is '.', it indicates that the opcode is
  84. two words. This is only necessary when the match field does not
  85. have any bits set in the second opcode word. Such a '.' is skipped
  86. for operand processing. */
  87. /* Kinds of operands:
  88. Characters used: AaBbCcDdEeFfGgHIiJjKkLlMmnOopQqRrSsTtUuVvWwXxYyZz01234|*~%;@!&$?/<>#^+-
  89. D data register only. Stored as 3 bits.
  90. A address register only. Stored as 3 bits.
  91. a address register indirect only. Stored as 3 bits.
  92. R either kind of register. Stored as 4 bits.
  93. r either kind of register indirect only. Stored as 4 bits.
  94. At the moment, used only for cas2 instruction.
  95. F floating point coprocessor register only. Stored as 3 bits.
  96. O an offset (or width): immediate data 0-31 or data register.
  97. Stored as 6 bits in special format for BF... insns.
  98. + autoincrement only. Stored as 3 bits (number of the address register).
  99. - autodecrement only. Stored as 3 bits (number of the address register).
  100. Q quick immediate data. Stored as 3 bits.
  101. This matches an immediate operand only when value is in range 1 .. 8.
  102. M moveq immediate data. Stored as 8 bits.
  103. This matches an immediate operand only when value is in range -128..127
  104. T trap vector immediate data. Stored as 4 bits.
  105. k K-factor for fmove.p instruction. Stored as a 7-bit constant or
  106. a three bit register offset, depending on the field type.
  107. # immediate data. Stored in special places (b, w or l)
  108. which say how many bits to store.
  109. ^ immediate data for floating point instructions. Special places
  110. are offset by 2 bytes from '#'...
  111. B pc-relative address, converted to an offset
  112. that is treated as immediate data.
  113. d displacement and register. Stores the register as 3 bits
  114. and stores the displacement in the entire second word.
  115. C the CCR. No need to store it; this is just for filtering validity.
  116. S the SR. No need to store, just as with CCR.
  117. U the USP. No need to store, just as with CCR.
  118. E the MAC ACC. No need to store, just as with CCR.
  119. e the EMAC ACC[0123].
  120. G the MAC/EMAC MACSR. No need to store, just as with CCR.
  121. g the EMAC ACCEXT{01,23}.
  122. H the MASK. No need to store, just as with CCR.
  123. i the MAC/EMAC scale factor.
  124. I Coprocessor ID. Not printed if 1. The Coprocessor ID is always
  125. extracted from the 'd' field of word one, which means that an extended
  126. coprocessor opcode can be skipped using the 'i' place, if needed.
  127. s System Control register for the floating point coprocessor.
  128. J Misc register for movec instruction, stored in 'j' format.
  129. Possible values:
  130. 0x000 SFC Source Function Code reg [60, 40, 30, 20, 10]
  131. 0x001 DFC Data Function Code reg [60, 40, 30, 20, 10]
  132. 0x002 CACR Cache Control Register [60, 40, 30, 20, mcf]
  133. 0x003 TC MMU Translation Control [60, 40]
  134. 0x004 ITT0 Instruction Transparent
  135. Translation reg 0 [60, 40]
  136. 0x005 ITT1 Instruction Transparent
  137. Translation reg 1 [60, 40]
  138. 0x006 DTT0 Data Transparent
  139. Translation reg 0 [60, 40]
  140. 0x007 DTT1 Data Transparent
  141. Translation reg 1 [60, 40]
  142. 0x008 BUSCR Bus Control Register [60]
  143. 0x800 USP User Stack Pointer [60, 40, 30, 20, 10]
  144. 0x801 VBR Vector Base reg [60, 40, 30, 20, 10, mcf]
  145. 0x802 CAAR Cache Address Register [ 30, 20]
  146. 0x803 MSP Master Stack Pointer [ 40, 30, 20]
  147. 0x804 ISP Interrupt Stack Pointer [ 40, 30, 20]
  148. 0x805 MMUSR MMU Status reg [ 40]
  149. 0x806 URP User Root Pointer [60, 40]
  150. 0x807 SRP Supervisor Root Pointer [60, 40]
  151. 0x808 PCR Processor Configuration reg [60]
  152. 0xC00 ROMBAR ROM Base Address Register [520X]
  153. 0xC04 RAMBAR0 RAM Base Address Register 0 [520X]
  154. 0xC05 RAMBAR1 RAM Base Address Register 0 [520X]
  155. 0xC0F MBAR0 RAM Base Address Register 0 [520X]
  156. 0xC04 FLASHBAR FLASH Base Address Register [mcf528x]
  157. 0xC05 RAMBAR Static RAM Base Address Register [mcf528x]
  158. L Register list of the type d0-d7/a0-a7 etc.
  159. (New! Improved! Can also hold fp0-fp7, as well!)
  160. The assembler tries to see if the registers match the insn by
  161. looking at where the insn wants them stored.
  162. l Register list like L, but with all the bits reversed.
  163. Used for going the other way. . .
  164. c cache identifier which may be "nc" for no cache, "ic"
  165. for instruction cache, "dc" for data cache, or "bc"
  166. for both caches. Used in cinv and cpush. Always
  167. stored in position "d".
  168. u Any register, with ``upper'' or ``lower'' specification. Used
  169. in the mac instructions with size word.
  170. The remainder are all stored as 6 bits using an address mode and a
  171. register number; they differ in which addressing modes they match.
  172. * all (modes 0-6,7.0-4)
  173. ~ alterable memory (modes 2-6,7.0,7.1)
  174. (not 0,1,7.2-4)
  175. % alterable (modes 0-6,7.0,7.1)
  176. (not 7.2-4)
  177. ; data (modes 0,2-6,7.0-4)
  178. (not 1)
  179. @ data, but not immediate (modes 0,2-6,7.0-3)
  180. (not 1,7.4)
  181. ! control (modes 2,5,6,7.0-3)
  182. (not 0,1,3,4,7.4)
  183. & alterable control (modes 2,5,6,7.0,7.1)
  184. (not 0,1,3,4,7.2-4)
  185. $ alterable data (modes 0,2-6,7.0,7.1)
  186. (not 1,7.2-4)
  187. ? alterable control, or data register (modes 0,2,5,6,7.0,7.1)
  188. (not 1,3,4,7.2-4)
  189. / control, or data register (modes 0,2,5,6,7.0-3)
  190. (not 1,3,4,7.4)
  191. > *save operands (modes 2,4,5,6,7.0,7.1)
  192. (not 0,1,3,7.2-4)
  193. < *restore operands (modes 2,3,5,6,7.0-3)
  194. (not 0,1,4,7.4)
  195. coldfire move operands:
  196. m (modes 0-4)
  197. n (modes 5,7.2)
  198. o (modes 6,7.0,7.1,7.3,7.4)
  199. p (modes 0-5)
  200. coldfire bset/bclr/btst/mulsl/mulul operands:
  201. q (modes 0,2-5)
  202. v (modes 0,2-5,7.0,7.1)
  203. b (modes 0,2-5,7.2)
  204. w (modes 2-5,7.2)
  205. y (modes 2,5)
  206. z (modes 2,5,7.2)
  207. x mov3q immediate operand.
  208. j coprocessor ET operand.
  209. K coprocessor command number.
  210. 4 (modes 2,3,4,5)
  211. */
  212. /* For the 68851: */
  213. /* I didn't use much imagination in choosing the
  214. following codes, so many of them aren't very
  215. mnemonic. -rab
  216. 0 32 bit pmmu register
  217. Possible values:
  218. 000 TC Translation Control Register (68030, 68851)
  219. 1 16 bit pmmu register
  220. 111 AC Access Control (68851)
  221. 2 8 bit pmmu register
  222. 100 CAL Current Access Level (68851)
  223. 101 VAL Validate Access Level (68851)
  224. 110 SCC Stack Change Control (68851)
  225. 3 68030-only pmmu registers (32 bit)
  226. 010 TT0 Transparent Translation reg 0
  227. (aka Access Control reg 0 -- AC0 -- on 68ec030)
  228. 011 TT1 Transparent Translation reg 1
  229. (aka Access Control reg 1 -- AC1 -- on 68ec030)
  230. W wide pmmu registers
  231. Possible values:
  232. 001 DRP Dma Root Pointer (68851)
  233. 010 SRP Supervisor Root Pointer (68030, 68851)
  234. 011 CRP Cpu Root Pointer (68030, 68851)
  235. f function code register (68030, 68851)
  236. 0 SFC
  237. 1 DFC
  238. V VAL register only (68851)
  239. X BADx, BACx (16 bit)
  240. 100 BAD Breakpoint Acknowledge Data (68851)
  241. 101 BAC Breakpoint Acknowledge Control (68851)
  242. Y PSR (68851) (MMUSR on 68030) (ACUSR on 68ec030)
  243. Z PCSR (68851)
  244. | memory (modes 2-6, 7.*)
  245. t address test level (68030 only)
  246. Stored as 3 bits, range 0-7.
  247. Also used for breakpoint instruction now.
  248. */
  249. /* Places to put an operand, for non-general operands:
  250. Characters used: BbCcDdFfGgHhIijkLlMmNnostWw123456789/
  251. s source, low bits of first word.
  252. d dest, shifted 9 in first word
  253. 1 second word, shifted 12
  254. 2 second word, shifted 6
  255. 3 second word, shifted 0
  256. 4 third word, shifted 12
  257. 5 third word, shifted 6
  258. 6 third word, shifted 0
  259. 7 second word, shifted 7
  260. 8 second word, shifted 10
  261. 9 second word, shifted 5
  262. E second word, shifted 9
  263. D store in both place 1 and place 3; for divul and divsl.
  264. B first word, low byte, for branch displacements
  265. W second word (entire), for branch displacements
  266. L second and third words (entire), for branch displacements
  267. (also overloaded for move16)
  268. b second word, low byte
  269. w second word (entire) [variable word/long branch offset for dbra]
  270. W second word (entire) (must be signed 16 bit value)
  271. l second and third word (entire)
  272. g variable branch offset for bra and similar instructions.
  273. The place to store depends on the magnitude of offset.
  274. t store in both place 7 and place 8; for floating point operations
  275. c branch offset for cpBcc operations.
  276. The place to store is word two if bit six of word one is zero,
  277. and words two and three if bit six of word one is one.
  278. i Increment by two, to skip over coprocessor extended operands. Only
  279. works with the 'I' format.
  280. k Dynamic K-factor field. Bits 6-4 of word 2, used as a register number.
  281. Also used for dynamic fmovem instruction.
  282. C floating point coprocessor constant - 7 bits. Also used for static
  283. K-factors...
  284. j Movec register #, stored in 12 low bits of second word.
  285. m For M[S]ACx; 4 bits split with MSB shifted 6 bits in first word
  286. and remaining 3 bits of register shifted 9 bits in first word.
  287. Indicate upper/lower in 1 bit shifted 7 bits in second word.
  288. Use with `R' or `u' format.
  289. n `m' withouth upper/lower indication. (For M[S]ACx; 4 bits split
  290. with MSB shifted 6 bits in first word and remaining 3 bits of
  291. register shifted 9 bits in first word. No upper/lower
  292. indication is done.) Use with `R' or `u' format.
  293. o For M[S]ACw; 4 bits shifted 12 in second word (like `1').
  294. Indicate upper/lower in 1 bit shifted 7 bits in second word.
  295. Use with `R' or `u' format.
  296. M For M[S]ACw; 4 bits in low bits of first word. Indicate
  297. upper/lower in 1 bit shifted 6 bits in second word. Use with
  298. `R' or `u' format.
  299. N For M[S]ACw; 4 bits in low bits of second word. Indicate
  300. upper/lower in 1 bit shifted 6 bits in second word. Use with
  301. `R' or `u' format.
  302. h shift indicator (scale factor), 1 bit shifted 10 in second word
  303. Places to put operand, for general operands:
  304. d destination, shifted 6 bits in first word
  305. b source, at low bit of first word, and immediate uses one byte
  306. w source, at low bit of first word, and immediate uses two bytes
  307. l source, at low bit of first word, and immediate uses four bytes
  308. s source, at low bit of first word.
  309. Used sometimes in contexts where immediate is not allowed anyway.
  310. f single precision float, low bit of 1st word, immediate uses 4 bytes
  311. F double precision float, low bit of 1st word, immediate uses 8 bytes
  312. x extended precision float, low bit of 1st word, immediate uses 12 bytes
  313. p packed float, low bit of 1st word, immediate uses 12 bytes
  314. G EMAC accumulator, load (bit 4 2nd word, !bit8 first word)
  315. H EMAC accumulator, non load (bit 4 2nd word, bit 8 first word)
  316. F EMAC ACCx
  317. f EMAC ACCy
  318. I MAC/EMAC scale factor
  319. / Like 's', but set 2nd word, bit 5 if trailing_ampersand set
  320. ] first word, bit 10
  321. */
  322. extern const struct m68k_opcode m68k_opcodes[];
  323. extern const struct m68k_opcode_alias m68k_opcode_aliases[];
  324. extern const int m68k_numopcodes, m68k_numaliases;
  325. /* end of m68k-opcode.h */