summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2006-05-08 09:32:48 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2006-05-08 09:32:48 +0000
commit8ed3a65ef61ab4cdf7eb1c5738b82c280fe219e1 (patch)
tree2710f46d968567c416541ebdb05b5d71311faf60 /include
parent56f41f38209c3a0601413a50bf94ed5fe95eb658 (diff)
downloadcygnal-gdb-csl-sourcerygxx-4_1-5.tar.gz
cygnal-gdb-csl-sourcerygxx-4_1-5.tar.bz2
cygnal-gdb-csl-sourcerygxx-4_1-5.zip
* m68k.h (mcf_mask): Define. opcodes/ * m68k-opc.c (m68k_opcodes): Fix the masks of the Coldfire fmovemd and fmovem entries. Put register list entries before immediate mask entries. Use "l" rather than "L" in the fmovem entries. * m68k-dis.c (match_insn_m68k): Remove the PRIV argument and work it out from INFO. (m68k_scan_mask): New function, split out from... (print_insn_m68k): ...here. If no architecture has been set, first try printing an m680x0 instruction, then try a Coldfire one.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/m68k.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/m68k.h b/include/opcode/m68k.h
index 0d21658e9..5ff38916d 100644
--- a/include/opcode/m68k.h
+++ b/include/opcode/m68k.h
@@ -42,6 +42,7 @@
#define mcfisa_aa 0x4000 /* ColdFire ISA_A+. */
#define mcfisa_b 0x8000 /* ColdFire ISA_B. */
#define mcfusp 0x10000 /* ColdFire USP instructions. */
+#define mcf_mask 0x1f200
/* Handy aliases. */
#define m68040up (m68040 | m68060)