aboutsummaryrefslogtreecommitdiff
path: root/include/opcode
AgeCommit message (Collapse)AuthorFilesLines
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
1993-09-09 * i386.h (i386_optab): Properly bracket initializers.Ian Lance Taylor2-507/+539
1993-08-23 * mips.h (M_ABSU): Removed (absolute value of unsigned number??).Ian Lance Taylor1-0/+5
(M_DABS): Added.
1993-08-20 * mips.h (INSN_*): Changed values. Removed unused definitions.Ian Lance Taylor2-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 Taylor2-344/+39
1993-08-02Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitlyFred Fish1-1/+0
added to the list by Sanitize, unless Sanitize knows it needs to keep it.
1993-07-30Add .Sanitize to Things-to-lose list.Fred Fish1-0/+2
1993-07-21* hppa.h: New argument type 'y'. Use in various float instructions.Jim Kingdon1-0/+4
1993-07-20* hppa.h (break): First immediate field is unsigned.Jim Kingdon2-1/+3
1993-07-20* hppa.h: Add rfir instruction.Jim Kingdon2-261/+62
1993-07-19* mips.h: Split the actual table out into ../../opcodes/mips-opc.c.Jim Kingdon1-0/+4
1993-07-16 * mips.h: Reworked the hazard information somewhat, and fixed someIan Lance Taylor2-122/+120
bugs in the instruction hazard descriptions.
1993-07-15 * m88k.h: Corrected a couple of opcodes.Ian Lance Taylor2-0/+591
1993-07-07 * mips.h: Replaced with version from Ralph Campbell and OSF. TheIan Lance Taylor2-0/+761
new version includes instruction hazard information, but is otherwise reasonably similar.
1993-06-28Extra stuff for really broken hp compiler.Steve Chamberlain1-199/+484
1993-06-03 * Patches from Jeffrey Law <law@cs.utah.edu>.Stu Grossman1-0/+12
* hppa.h: Rework single precision FP instructions so that they correctly disassemble code PA1.1 code.
1993-05-27added things-to-lose sectionsK. Richard Pixley1-0/+2
1993-05-27honor verbose flagK. Richard Pixley1-2/+12
1993-05-25try to make hppa opcode table, updated for gas, still be compatible with gdbKen Raeburn2-0/+673
1993-05-14move split to divide tables more evenlyKen Raeburn1-0/+31
1993-04-09 * rs6k.h: Clean up instructions for primary opcode 19 (many wereJim Kingdon1-11/+15
simply wrong, ics, rfi, & rfsvc were missing). Add "a" to opr_ext for "bb". Doc fix.
1993-02-14Keep convex.h.John Gilmore1-0/+1
1993-02-04* a29k.h: Remove RCS crud, update GPL to v2, update copyrights.John Gilmore2-42/+1717
* convex.h: Added, from GDB's convx-opcode.h. Added CONST to all initialized structs in it.