aboutsummaryrefslogtreecommitdiff
path: root/include/opcode
AgeCommit message (Collapse)AuthorFilesLines
1996-01-04Pentium Pro changes from John HasseyMichael Meissner1-0/+8
1995-10-24 * hppa.h: Add lci and syncdma instructions.Jeff Law2-0/+7
From the PA1.1 third edition manual.
1995-10-23mips.h: Added INSN_4100 flag to mark NEC VR4100 specific instructions.Jackie Smith Cashion1-0/+14
1995-10-20update copyrightsKen Raeburn2-272/+282
1995-10-06pentium updatesKen Raeburn2-4/+39
1995-08-29 * sparc.h (sparc_{encode,decode}_asi): Declare.David Edelsohn1-3/+6
1995-08-02 * m68kmri.h: Remove.Ian Lance Taylor2-10/+0
1995-08-02 * m68k.h: Move tables into opcodes/m68k-opc.c, leaving just theIan Lance Taylor1-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 Edelsohn2-3/+43
1995-07-07fsf address update, but not in COPYING filesKen Raeburn1-1/+1
1995-04-07 * arc.h (arc_get_opcode_mach): Define prototype.David Edelsohn2-9/+53
1995-03-08Separated out opcode aliases from m68k opcode table, to reduce table size andKen Raeburn1-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 Edelsohn1-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 Law1-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 Taylor2-0/+12
1995-02-24 * hppa.h (fstwx): Fix single-bit error.Jeff Law1-0/+4
1995-02-15 * mips.h (M_ULD, M_ULD_A, M_USD, M_USD_A): Define.Ian Lance Taylor2-2/+15
1995-02-13 * arc.h (ARC_OPERAND_LIMM): New flag.David Edelsohn1-0/+4
1995-02-10 * arc.h (ARC_MACH_{BASE,HOST,GRAPHICS,AUDIO}): Define.David Edelsohn2-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 theJ.T. Conklin1-0/+5
debug registers. From Charles Hannum (mycroft@netbsd.org).
1995-02-06i386 16-bit mode support from bryan fordKen Raeburn2-41/+71
1995-01-17 * mips.h (INSN_ISA, INSN_4650): Define.Ian Lance Taylor1-0/+28
1994-11-30Initial ARC support.David Edelsohn1-3/+44
1994-10-19 * a29k.h: Add operand type 'I' for `inv' and `iretinv'. OnIan Lance Taylor1-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 Taylor2-3/+21
PR 5433.
1994-07-28update doc for sparclite 934 opcode table changesKen Raeburn1-22/+20
1994-07-26i960xl opcode table changes (sanitized)Ken Raeburn2-0/+37
1994-07-13iSun Jul 10 11:01:09 1994 Ian Dall (dall@hfrd.dsto.gov.au)Ken Raeburn2-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-03don't sanitize out v9 stuff any moreKen Raeburn1-29/+0
1994-06-02m68060 changesKen Raeburn1-0/+14
1994-04-27 * h8300.h (dec, inc): Get encoding right.Steve Chamberlain1-0/+11
1994-04-01* i386.h (IS_JUMP_ON_ECX_ZERO, "jcxz" pattern): Operand size prefix is 0x66,Ken Raeburn1-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 Raeburn1-0/+11
1994-02-17hppa.h: Fix typo in fstws arg string.Torbjorn Granlund1-0/+12
1994-02-05 * hppa.h (addb): Use '@' for addb and addib pseudo ops.Jeff Law1-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 theJeff Law2-1/+6
xmpyu instruction.
1994-02-05 * ppc.h (PPC_OPERAND_NEXT): Define.Ian Lance Taylor2-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 Taylor2-0/+5
1994-01-22New header file for PowerPC opcode table.Ian Lance Taylor1-0/+196
1994-01-18 * hppa.h: More minor template fixes for sfu and copr (to allowJeff Law1-0/+3
for easier disassembly).
1994-01-17 * hppa.h: More minor template fixes for sfu and copr (to allowJeff Law1-21/+21
for easier disassembly).
1994-01-17In the right ChangeLog now:Jeff Law1-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 coprJeff Law1-27/+39
instructions.
1993-11-17 * mips.h: (M_J_A): Added.Ian Lance Taylor1-0/+10
(M_LA): Removed.
1993-11-07 * hppa.h: Immediate field in probei instructions is unsigned,Jeff Law1-0/+13
not low-sign extended.
1993-11-01 * mips.h (M_JAL_1, M_JAL_2, M_JAL_A): Added.Ian Lance Taylor1-1/+13
1993-10-03* hppa.h: Add gfw and gfr to the opcode table.Jim Kingdon1-18/+25
1993-09-29Tue Sep 28 19:19:08 1993 Jeffrey A Law (law@snake.cs.utah.edu)Jim Kingdon1-0/+9
* hppa.h (be, ble): Use operand type 'z' to denote absolute branch addresses.
1993-09-13white space change to avoid nested commentK. Richard Pixley1-0/+4
1993-09-13 * m68k.h (two): Protect second argument with parentheses.Ian Lance Taylor1-0/+9