aboutsummaryrefslogtreecommitdiff
path: root/include/opcode
AgeCommit message (Collapse)AuthorFilesLines
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.
1993-02-03mips.h comment fix from Ralph CampbellKen Raeburn1-1/+5
1993-02-03Remove extra msgJohn Gilmore1-7/+0
1993-01-29Delta 88 changes inspired by Carl Greco, <cgreco@Creighton.Edu>:John Gilmore1-0/+14
* m88k.h (PMEM): Avoid previous definition from <sys/param.h>. (AND): Change to AND_ to avoid ansidecl.h `AND' conflict.
1992-12-22 * hppa.h: Move handy aliases to the front. Fix masks for extractStu Grossman1-0/+16
and deposit instructions.
1992-11-23Change from John Carr: use `v', not `a', for operand 2 of vax bb* instructions.Ken Raeburn1-0/+24
1992-09-09Wed Sep 9 11:25:28 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+32
* m68k.h: merged Motorola and MIT syntax.
1992-08-26m68k.h (m68ec030): Defined as alias for 68030.Ken Raeburn1-1779/+16
(m68k_opcodes): New type characters "3" for 68030 MMU regs and "t" for immediate 0-7 added. Set up some opcodes (ptest, bkpt) to use them. Tightened description of "fmovex" to distinguish it from some "pmove" encodings. Added "pmove" for 68030 MMU regs, cleaned up descriptions that claimed versions were available for chips not supporting them. Added "pmovefd". sparc.h: Fixed up some comments.
1992-08-14 * m68k.h: Merged in patches (mostly m68040-specific) fromPer Bothner2-144/+135
Colin Smith <colin@wrs.com>.
1992-08-14 * m68k.h: Merged m68kmri.h and m68k.h (using the former as aPer Bothner3-3313/+1414
base). Also cleaned up duplicates, re-ordered instructions for the sake of dis-assembling (so aliases come after standard names). * m68kmri.h: Now just defines some macros, and #includes m68k.h.
1992-08-12 * m68kmri.h: added various opcodes. Moved jbxx to bxxes. Filled inSteve Chamberlain2-1108/+1154
all missing .s
1992-08-11moved sparc opcode table to bfdKen Raeburn1-0/+2
1992-08-11 * i386.h (i386_optab): Add fildq, fistpq aliases used by gcc.Ken Raeburn1-0/+9
1992-08-01fix for PRs 1360 and 1370 -- new v8 patterns for save,inc,decKen Raeburn1-179/+237
1992-07-17fix bra.s stuffSteve Chamberlain1-22/+10
1992-06-28 * h8300.h: Finish filling in all the holes in the opcode table,Fred Fish1-105/+124
so that the Lucid C compiler can digest this as well...
1992-06-27Use tabs to indent comments, so they line up.John Gilmore1-1/+1
1992-06-27* i386.h: Add setc, setnc, addr16, data16, repz, repnz aliases.John Gilmore2-0/+855
Fix opcodes on various sizes of fild/fist instructions (16bit=no suffix, 32bit="l" suffix, 64bit="ll" suffix). Fixes suggested by Minh Tran-Le.
1992-06-20HPPA BSStu Grossman1-0/+1
1992-05-26CheckpointSteve Chamberlain1-55/+88
1992-05-05Keep m68kmri.hSteve Chamberlain1-0/+1
1992-05-02M68k opcodes with MRI namesSteve Chamberlain1-0/+2210