aboutsummaryrefslogtreecommitdiff
path: root/opcodes/alpha-opc.h
AgeCommit message (Collapse)AuthorFilesLines
1995-10-03 From David Mosberger-Tang <davidm@azstarnet.com>Steve Chamberlain1-0/+112
* alpha-opc.h (MEMORY_FUNCTION_FORMAT_MASK): added. (alpha_insn_set): added definitions for VAX floating point instructions (Unix compilers don't generate these, but handcoded assembly might still use them). * alpha-dis.c (print_insn_alpha): added support for disassembling the miscellaneous instructions in the Alpha instruction set.
1995-07-07fsf address update, but not in COPYING filesKen Raeburn1-1/+1
1995-03-14Changes from Klaus Kaempf:Ken Raeburn1-397/+518
* alpha-opc.h (OSF_ASMCODE): define print pal-code names as defined in App C of the Alpha Architecture Reference Manual * alpha-dis.c: cleaned up output print stylized code forms as defined in App A.4.3 of the Alpha Architecture Reference Manual
1993-11-08 * alpha-opc.h, alpha-dis.c (print_insn_alpha): AddPeter Schauer1-14/+22
FLOAT_MEMORY_FORMAT_CODE, FLOAT_BRANCH_FORMAT_CODE, correct FLOAT_FORMAT_CODE to put out floating point register names.
1993-10-08 * alpha-opc.h: Add ldl_l, fix typo for ldq_u.Peter Schauer1-1/+2
* alpha-dis.c (print_insn_alpha): Add code for PAL_FORMAT_CODE.
1993-09-17 * alpha-dis.c (print_insn_alpha), alpha-opc.h: Fix bugs, usePeter Schauer1-2/+3
info->fprintf_func for printing and info->print_address_func for address output.
1993-04-24Support for the alphaSteve Chamberlain1-0/+498