Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1996-01-04 | Pentium Pro changes from John Hassey | Michael Meissner | 1 | -0/+8 | |
1995-10-24 | * hppa.h: Add lci and syncdma instructions. | Jeff Law | 2 | -0/+7 | |
From the PA1.1 third edition manual. | |||||
1995-10-23 | mips.h: Added INSN_4100 flag to mark NEC VR4100 specific instructions. | Jackie Smith Cashion | 1 | -0/+14 | |
1995-10-20 | update copyrights | Ken Raeburn | 2 | -272/+282 | |
1995-10-06 | pentium updates | Ken Raeburn | 2 | -4/+39 | |
1995-08-29 | * sparc.h (sparc_{encode,decode}_asi): Declare. | David Edelsohn | 1 | -3/+6 | |
1995-08-02 | * m68kmri.h: Remove. | Ian Lance Taylor | 2 | -10/+0 | |
1995-08-02 | * m68k.h: Move tables into opcodes/m68k-opc.c, leaving just the | Ian Lance Taylor | 1 | -0/+7 | |
declarations. Remove F_ALIAS and flag field of struct m68k_opcode. Change arch field of struct m68k_opcode to unsigned int. Make name and args fields of struct m68k_opcode const. | |||||
1995-08-02 | * sparc.h (F_NOTV9): Define. | David Edelsohn | 2 | -3/+43 | |
1995-07-07 | fsf address update, but not in COPYING files | Ken Raeburn | 1 | -1/+1 | |
1995-04-07 | * arc.h (arc_get_opcode_mach): Define prototype. | David Edelsohn | 2 | -9/+53 | |
1995-03-08 | Separated out opcode aliases from m68k opcode table, to reduce table size and | Ken Raeburn | 1 | -0/+14 | |
processing time. Aliases are now a separate table. * m68k.h (enum m68k_architecture): Deleted. (struct m68k_opcode_alias): New type. (m68k_opcodes): Now const. Deleted opcode aliases with exactly matching constraints, values and flags. As a side effect of this, the MOTOROLA_SYNTAX_ONLY and MIT_SYNTAX_ONLY macros, which so far as I know were never used, now may need re-examining. (numopcodes): Now const. (m68k_opcode_aliases, numaliases): New variables. (endop): Deleted. [DONT_DEFINE_TABLE]: Declare numopcodes, numaliases, and m68k_opcode_aliases; update declaration of m68k_opcodes. | |||||
1995-03-08 | * arc.h (ARC_MACH_BIG): Define. | David Edelsohn | 1 | -0/+9 | |
(ARC_MACH_MASK): Update. (ARC_MACH_CPU_MASK): Define. (ARC_OPCODE_CPU, ARC_OPVAL_CPU, ARC_HAVE_CPU): Likewise. | |||||
1995-03-06 | * hppa.h (delay_type): Delete unused enumeration. | Jeff Law | 1 | -0/+7 | |
(pa_opcode): Replace unused delayed field with an architecture field. (pa_opcodes): Mark each instruction as either PA1.0 or PA1.1. | |||||
1995-03-03 | * mips.h (INSN_ISA4): Define. | Ian Lance Taylor | 2 | -0/+12 | |
1995-02-24 | * hppa.h (fstwx): Fix single-bit error. | Jeff Law | 1 | -0/+4 | |
1995-02-15 | * mips.h (M_ULD, M_ULD_A, M_USD, M_USD_A): Define. | Ian Lance Taylor | 2 | -2/+15 | |
1995-02-13 | * arc.h (ARC_OPERAND_LIMM): New flag. | David Edelsohn | 1 | -0/+4 | |
1995-02-10 | * arc.h (ARC_MACH_{BASE,HOST,GRAPHICS,AUDIO}): Define. | David Edelsohn | 2 | -0/+230 | |
(ARC_MACH_MASK, ARC_OPCODE_MACH, ARC_OPVAL_MACH): Define. (ARC_HAVE_MULT_SHIFT): Delete. (ARC_HAVE_MACH): Define. (struct arc_opcode): New field `flags'. (struct arc_operand_value): Ditto. (arc_opcode_supported): New function. (arc_opval_supported): Ditto. | |||||
1995-02-06 | * i386.h: added cpuid instruction , and dr[0-7] aliases for the | J.T. Conklin | 1 | -0/+5 | |
debug registers. From Charles Hannum (mycroft@netbsd.org). | |||||
1995-02-06 | i386 16-bit mode support from bryan ford | Ken Raeburn | 2 | -41/+71 | |
1995-01-17 | * mips.h (INSN_ISA, INSN_4650): Define. | Ian Lance Taylor | 1 | -0/+28 | |
1994-11-30 | Initial ARC support. | David Edelsohn | 1 | -3/+44 | |
1994-10-19 | * a29k.h: Add operand type 'I' for `inv' and `iretinv'. On | Ian Lance Taylor | 1 | -2/+3 | |
systems with a separate instruction and data cache, such as the 29040, these instructions take an optional argument. | |||||
1994-09-06 | * mips.h (INSN_STORE_MEMORY): Define. | Ian Lance Taylor | 2 | -3/+21 | |
PR 5433. | |||||
1994-07-28 | update doc for sparclite 934 opcode table changes | Ken Raeburn | 1 | -22/+20 | |
1994-07-26 | i960xl opcode table changes (sanitized) | Ken Raeburn | 2 | -0/+37 | |
1994-07-13 | iSun Jul 10 11:01:09 1994 Ian Dall (dall@hfrd.dsto.gov.au) | Ken Raeburn | 2 | -0/+510 | |
* ns32k.h: Drop Q operand type as there is no correct use for it. Add I and Z operand types which allow better checking. | |||||
1994-06-03 | don't sanitize out v9 stuff any more | Ken Raeburn | 1 | -29/+0 | |
1994-06-02 | m68060 changes | Ken Raeburn | 1 | -0/+14 | |
1994-04-27 | * h8300.h (dec, inc): Get encoding right. | Steve Chamberlain | 1 | -0/+11 | |
1994-04-01 | * i386.h (IS_JUMP_ON_ECX_ZERO, "jcxz" pattern): Operand size prefix is 0x66, | Ken Raeburn | 1 | -4/+9 | |
not 0x67. Patch from H.J. Lu (hlu@nynexst.com). | |||||
1994-03-04 | * i386.h: Reverse last change. It'll be handled in gas instead. | Ken Raeburn | 1 | -0/+11 | |
1994-02-17 | hppa.h: Fix typo in fstws arg string. | Torbjorn Granlund | 1 | -0/+12 | |
1994-02-05 | * hppa.h (addb): Use '@' for addb and addib pseudo ops. | Jeff Law | 1 | -0/+3 | |
(so we can determine valid completers for both addb and addb[tf].) | |||||
1994-02-05 | * hppa.h (xmpyu): No floating point format specifier for the | Jeff Law | 2 | -1/+6 | |
xmpyu instruction. | |||||
1994-02-05 | * ppc.h (PPC_OPERAND_NEXT): Define. | Ian Lance Taylor | 2 | -1/+42 | |
(PPC_OPERAND_NEGATIVE): Change value to make room for above. (struct powerpc_macro): Define. (powerpc_macros, powerpc_num_macros): Declare. | |||||
1994-01-22 | * ppc.h: New file. Header file for PowerPC opcode table. | Ian Lance Taylor | 2 | -0/+5 | |
1994-01-22 | New header file for PowerPC opcode table. | Ian Lance Taylor | 1 | -0/+196 | |
1994-01-18 | * hppa.h: More minor template fixes for sfu and copr (to allow | Jeff Law | 1 | -0/+3 | |
for easier disassembly). | |||||
1994-01-17 | * hppa.h: More minor template fixes for sfu and copr (to allow | Jeff Law | 1 | -21/+21 | |
for easier disassembly). | |||||
1994-01-17 | In the right ChangeLog now: | Jeff Law | 1 | -0/+21 | |
* hppa.h: Fix templates for all the sfu and copr instructions. | |||||
1994-01-17 | * opcode/hppa.h: Fix templates for all the sfu and copr | Jeff Law | 1 | -27/+39 | |
instructions. | |||||
1993-11-17 | * mips.h: (M_J_A): Added. | Ian Lance Taylor | 1 | -0/+10 | |
(M_LA): Removed. | |||||
1993-11-07 | * hppa.h: Immediate field in probei instructions is unsigned, | Jeff Law | 1 | -0/+13 | |
not low-sign extended. | |||||
1993-11-01 | * mips.h (M_JAL_1, M_JAL_2, M_JAL_A): Added. | Ian Lance Taylor | 1 | -1/+13 | |
1993-10-03 | * hppa.h: Add gfw and gfr to the opcode table. | Jim Kingdon | 1 | -18/+25 | |
1993-09-29 | Tue Sep 28 19:19:08 1993 Jeffrey A Law (law@snake.cs.utah.edu) | Jim Kingdon | 1 | -0/+9 | |
* hppa.h (be, ble): Use operand type 'z' to denote absolute branch addresses. | |||||
1993-09-13 | white space change to avoid nested comment | K. Richard Pixley | 1 | -0/+4 | |
1993-09-13 | * m68k.h (two): Protect second argument with parentheses. | Ian Lance Taylor | 1 | -0/+9 | |