aboutsummaryrefslogtreecommitdiff
path: root/opcodes/m68k-opc.c
AgeCommit message (Collapse)AuthorFilesLines
1997-01-18From the coldfire branch:J.T. Conklin1-21/+30
* m68k-opc.c (m68k_opcodes): add b, w, or l specifier to coldfire move insns to handle immediate operands. From Andreas Schwab: * m68k-opc.c (m68k_opcodes): Delete duplicate entry for "cmpil".
1996-12-05* m68k-dis.c (print_insn_arg): Handle new < and > operandJ.T. Conklin1-47/+28
specifiers. * m68k-opc.c (m68k_opcodes): Simplify table by using < and > operand specifiers in fmovm* instructions.
1996-11-26* m68k-opc.c (m68k-opcodes): Fix move and movem instructions forJ.T. Conklin1-12/+33
the coldfire.
1996-11-26* m68k-opc.c (m68k-opcodes): Fix many forms of the moveJ.T. Conklin1-20/+25
instruction for the coldfire.
1996-11-25* m68k-opc.c (m68k-opcodes): The coldfire (mcf5200) can only useJ.T. Conklin1-33/+66
register operands for immediate arithmetic, not, neg, negx, and set according to condition instructions.
1996-11-25* m68k-opc.c (m68k_opcodes): Consistantly Use "s" as the storageJ.T. Conklin1-30/+31
specifier of the effective-address operand in immediate forms of arithmetic instructions. The specifier for the immediate operand notes how and where the constant will be stored.
1996-07-22Mon Jul 22 15:38:53 1996 Andreas Schwab ↵Ian Lance Taylor1-4/+4
<schwab@issan.informatik.uni-dortmund.de> * m68k-opc.c (m68k_opcodes): Make opcode masks for the ColdFire move ccr/sr insns more strict so that the disassembler only selects them when the addressing mode is data register.
1996-07-17Wed Jul 17 10:12:05 1996 J.T. Conklin <jtc@rtl.cygnus.com>J.T. Conklin1-71/+71
* m68k-opc.c (m68k_opcodes): Fix bugs in coldfire insns relating to bcc, trapfl, subxl, and wddata discovered by Andreas Schwab.
1996-07-03* m68k-opc.c (m68k_opcodes): Add coldfire support.J.T. Conklin1-462/+479
1995-11-03 * m68k-opc.c: Use #W rather than #w.Ian Lance Taylor1-1/+1
* m68k-dis.c (print_insn_arg): Handle new 'W' place.
1995-11-01 * m68k-opc.c (m68k_opcode_aliases): Add dbfw as an alias for dbf,Ian Lance Taylor1-10/+36
and likewise for all the dbxx opcodes.
1995-08-21 * m68k-opc.c (m68k_opcode_aliases): Add bhib as an alias for bhis,Ian Lance Taylor1-0/+1953
and likewise for the other branches. Add bhs as an alias for bcc, and likewise for the size variants. Add dbhs as an alias for dbcc.