aboutsummaryrefslogtreecommitdiff
path: root/include/opcode
AgeCommit message (Collapse)AuthorFilesLines
1998-02-02Mon Feb 2 17:10:38 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>Ian Lance Taylor3-0/+696
* tic30.h: New file.
1998-01-28txvu.h renamed to dvp.hDoug Evans3-358/+3
1998-01-28Partial implementation of DMA tags (instructions).James Lemke1-0/+5
Checkin to facilitate a component name change.
1998-01-27 * txvu.h (txvu_{opcode,operand}): New typedefs.Doug Evans2-32/+52
(txvu_operand): Add opcode,operand,mods arguments consistently to each of the parse/insert/extract/print routines.
1998-01-27add pke field bit macrosDoug Evans1-0/+25
1998-01-27(enum gpuif_reg): Declare.Doug Evans1-0/+18
1998-01-27 * txvu.h (txvu_opcode): insert/extract/print take pointer toDoug Evans2-17/+55
instruction rather than instruction itself. Result of insert is `void'. Add decls for dma, pke, gpuif support.
1998-01-26checkpointDoug Evans1-0/+21
1998-01-23add comment.Doug Evans1-1/+3
1998-01-23Oopps - forgot to save cgen.h before commiting previous delta.Nick Clifton1-3/+3
1998-01-23Add prototypes for fixup swapping functions.Nick Clifton2-3/+15
Change prototype of cgen_asm_finish_insn to return a char *
1998-01-21checkpointDoug Evans1-5/+12
1998-01-20checkpointDoug Evans1-20/+17
1998-01-20checkpointDoug Evans1-9/+10
1998-01-15Formatting changes to improve readability.Nick Clifton2-55/+97
1998-01-14snapshotDoug Evans1-0/+4
1998-01-12 * cgen.h (*): Clean up pass over `struct foo' usage.Doug Evans2-162/+247
(CGEN_ATTR): Make unsigned char. (CGEN_ATTR_TYPE): Update. (CGEN_ATTR_{ENTRY,TABLE}): New types. (cgen_base): Move member `attrs' to cgen_insn. (CGEN_KEYWORD): New member `null_entry'. (CGEN_{SYNTAX,FORMAT}): New types. (cgen_insn): Format and syntax separated from each other.
1998-01-05(TXVU_MASK_VFREG): Renamed from TXVU_MASK_REG.Doug Evans1-1/+1
1998-01-05opcode header file for the txvuDoug Evans3-0/+268
1997-12-15Move 'P' and PERFREG stuff outside of the vr5400 sanitization markers.Jeff Law1-1/+2
1997-12-12Renamed v850eq -> v850eaNick Clifton1-2/+13
1997-11-18 * include/opcode/d10v.h (OPERAND_FLAG): Split into:Joern Rennecke1-0/+10
(OPERAND_FFLAG, OPERAND_CFLAG) . * opcodes/d10v-opc.c (OPERAND_FLAG): Split into: (OPERAND_FFLAG, OPERAND_CFLAG) . (FSRC): Split into: (FFSRC, CFSRC). * gas/config/tc-d10v.c (parallel_ok, find_opcode): Split OPERAND_FLAG into OPERAND_FFLAG and OPERAND_CFLAG. Fix for PR 13985.
1997-10-29 * include/opcode/mips.h (INSN_4900): Added.Gavin Romig-Koch3-0/+39
1997-10-28add a couple more notes to commentKen Raeburn1-2/+9
1997-10-28checkpoint vr5400 additionsKen Raeburn3-15/+105
1997-10-23 * sparc.h: Add '_' and '/' for v9a asr's.Richard Henderson1-0/+5
Patch from David Miller <davem@vger.rutgers.edu>
1997-10-14 * h8300.h: Bit ops with absolute addresses not in the 8 bitJeff Law1-0/+9
area are not available in the base model (H8/300). pr 13467.
1997-09-24fix copyrightIan Lance Taylor1-1/+1
1997-09-24 * m68k.h: Document q and v operand specifiers.Ian Lance Taylor2-2191/+170
1997-09-20Removed v850eq sanitization.Nick Clifton1-33/+1
1997-09-18sanitization fixes. typoes, missing fences, "start" instead of "end", etc.Felix Lee2-11/+1
1997-09-18v850 files that weren't being removed if !keep-v850Felix Lee1-1/+5
1997-09-16Added new field to v850_opcode structure.Nick Clifton2-0/+28
1997-09-15merge from d30v-970225-branchKen Raeburn1-0/+20
1997-09-08 * cgen.h: Move assembler interface sectionDavid Edelsohn1-0/+6
up so cgen_parse_operand_result is defined for cgen_parse_address. (cgen_parse_address): Update prototype.
1997-09-03Removed v850 sanitization.Nick Clifton2-58/+1
1997-09-02Removed the V850_OPREAND_ADJUST_SHORT_MEMORY flag as it no longer used.Nick Clifton2-8/+8
1997-08-26 * i386.h (two_byte_segment_defaults): Correct base register 5 inIan Lance Taylor1-0/+4
modes 1 and 2 to be ss rather than ds. From Gabriel Paubert <paubert@iram.es>.
1997-08-26 * i386.h: Set ud2 to 0x0f0b. From Gabriel PaubertIan Lance Taylor2-1/+4
<paubert@iram.es>.
1997-08-26 * i386.h: Comment fixes for ficom[p]?{s,l} from Gabriel PaubertIan Lance Taylor2-4/+7
<paubert@iram.es>.
1997-08-26tipoIan Lance Taylor1-1/+1
1997-08-26 * i386.h (JUMP_ON_CX_ZERO): Uncomment (define again).Ian Lance Taylor2-11/+12
(JUMP_ON_EXC_ZERO): Remove commented out macro.
1997-08-22Added new flag: V850_NOT_R0 to indicate that r0 is not a valid register forNick Clifton2-8/+35
this operand.
1997-08-15fix v850 sanitizationIan Lance Taylor2-25/+25
1997-08-14Tidied up sanitization.Nick Clifton1-0/+5
1997-08-14Added support for new v850e and v850eq instructions.Nick Clifton2-60/+92
1997-08-10keep arc.hIan Lance Taylor1-0/+1
1997-08-08 * arc.h: New file.David Edelsohn1-37/+0
Plus remove arc sanitization.
1997-07-11 * mips.h (FP_S, FP_D): Define. Bitmasks indicating if an insnJeff Law1-0/+8
uses single or double precision floating point resources. (INSN_NO_ISA, INSN_ISA1): Define. (cpu specific INSN macros): Tweak into bitmasks outside the range of INSN_ISA field. toshiba_5900 stuff
1997-06-16Mon Jun 16 14:10:00 1997 H.J. Lu <hjl@gnu.ai.mit.edu>Ian Lance Taylor1-0/+20
* i386.h: Fix pand opcode.