Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
1993-09-09 | * i386.h (i386_optab): Properly bracket initializers. | Ian Lance Taylor | 2 | -507/+539 | |
1993-08-23 | * mips.h (M_ABSU): Removed (absolute value of unsigned number??). | Ian Lance Taylor | 1 | -0/+5 | |
(M_DABS): Added. | |||||
1993-08-20 | * mips.h (INSN_*): Changed values. Removed unused definitions. | Ian Lance Taylor | 2 | -43/+107 | |
Added INSN_COND_BRANCH_LIKELY, INSN_ISA2 and INSN_ISA3. Split INSN_LOAD_DELAY into INSN_LOAD_MEMORY_DELAY and INSN_LOAD_COPROC_DELAY. Split INSN_COPROC_DELAY into INSN_COPROC_MOVE_DELAY and INSN_COPROC_MEMORY_DELAY. (M_*): Added new values for r6000 and r4000 macros. (ANY_DELAY): Removed. | |||||
1993-08-18 | * mips.h: Added M_LI_S and M_LI_SS. | Ian Lance Taylor | 2 | -344/+39 | |
1993-08-02 | Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitly | Fred Fish | 1 | -1/+0 | |
added to the list by Sanitize, unless Sanitize knows it needs to keep it. | |||||
1993-07-30 | Add .Sanitize to Things-to-lose list. | Fred Fish | 1 | -0/+2 | |
1993-07-21 | * hppa.h: New argument type 'y'. Use in various float instructions. | Jim Kingdon | 1 | -0/+4 | |
1993-07-20 | * hppa.h (break): First immediate field is unsigned. | Jim Kingdon | 2 | -1/+3 | |
1993-07-20 | * hppa.h: Add rfir instruction. | Jim Kingdon | 2 | -261/+62 | |
1993-07-19 | * mips.h: Split the actual table out into ../../opcodes/mips-opc.c. | Jim Kingdon | 1 | -0/+4 | |
1993-07-16 | * mips.h: Reworked the hazard information somewhat, and fixed some | Ian Lance Taylor | 2 | -122/+120 | |
bugs in the instruction hazard descriptions. |