aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
1998-04-21Tue Apr 21 17:11:32 1998 Alan Modra <alan@spri.levels.unisa.edu.au>Ian Lance Taylor1-0/+10
* i386.h (i386_optab): Change iclrKludge and imulKludge to regKludge. Add operands types for string instructions.
1998-04-19 * i386.h (Z_): Renamed from `_' to avoid clash with common aliasTom Tromey2-417/+422
for `gettext'.
1998-04-07 * dvp.h (dvp_expand_macro): Declare.Doug Evans1-0/+7
(vif_macros,vif_macro_count): Declare.
1998-04-03Fri Apr 3 12:04:48 1998 Alan Modra <alan@spri.levels.unisa.edu.au>Ian Lance Taylor2-180/+205
* i386.h: Remove NoModrm flag from all insns: it's never checked. Add IsString flag to string instructions. (IS_STRING): Don't define. (LOCK_PREFIX_OPCODE, CS_PREFIX_OPCODE, DS_PREFIX_OPCODE): Define. (ES_PREFIX_OPCODE, FS_PREFIX_OPCODE, GS_PREFIX_OPCODE): Define. (SS_PREFIX_OPCODE): Define.
1998-03-31fix copyrightIan Lance Taylor1-1/+1
1998-03-31 * i386.h: Revert March 24 patch; no more LinearAddress.Ian Lance Taylor1-32/+34
1998-03-30comment fixIan Lance Taylor1-1/+1
1998-03-30Mon Mar 30 10:25:54 1998 Alan Modra <alan@spri.levels.unisa.edu.au>Ian Lance Taylor2-6/+16
* i386.h (i386_optab): Change second operand constraint of `mov sreg,reg|mem' instruction from Reg16|Mem to WordReg|WordMem to allow legal instructions such as `movl %gs,%esi'
1998-03-27 * h8300.h: Various changes to fully bracket initializers.Ian Lance Taylor1-0/+5
1998-03-25 * dvp.h (DVP_OPERAND_UNPACK_ADDRESS): New macro.Doug Evans1-0/+8
(vif_unpack_len_value): Update prototype. (vif_get_var_data,vif_get_wl_cl): Add prototypes.
1998-03-24Tue Mar 24 18:32:47 1998 H.J. Lu <hjl@gnu.org>Ian Lance Taylor1-0/+4
* i386.h: Set LinearAddress for lidt and lgdt.
1998-03-23 * dvp.h (vif_operand_datalen_special): Declare.Doug Evans1-0/+20
1998-03-09remove whitespace triggering Sanitize bugKen Raeburn1-1/+1
1998-03-03 * mips.h (INSN_4320) : Added.Gavin Romig-Koch2-1/+36
1998-03-02 * cgen.h (CGEN_BOOL_ATTR): New macro.Doug Evans1-0/+4
1998-02-27Add flag for delayed branches/jumpsMichael Meissner1-0/+6
1998-02-27 * dvp.h (VIF_FLAG_U): New macro.Doug Evans1-0/+4
1998-02-25 * dvp.h (DVP_OPERAND_MIPS_ADDRESS): Renamed from DVP_OPERAND_ADDRESS.Doug Evans1-0/+6
(DVP_OPERAND_VU_ADDRESS): New macro. (DVP_OPERAND_*): Renumber.
1998-02-25 (gif_reg): Add recent register name/number changes.Doug Evans1-0/+1
1998-02-24 * dvp.h (dvp_cpu): Add DVP_UNKNOWN.Doug Evans1-0/+7
(vif_insn_len): Update prototype.
1998-02-23 * cgen.h (CGEN_CAT3): Delete. Use CONCAT3 now.Doug Evans2-43/+40
(cgen_insn): Record syntax and format entries here, rather than separately.
1998-02-23Keep include/regs.Andrew Cagney1-0/+1
1998-02-21 * dvp.h (GIF_MAX_NLOOP,GIF_PRE): New macros.Doug Evans1-0/+6
(gif_type): New type. (gif_nloop,gif_nregs,gif_operand_nloop): Declare.
1998-02-20Fix minor typos in commentsFred Fish1-50/+76
1998-02-20 (DVP_OPCODE_IGNORE_DIS): New macro.Doug Evans1-0/+1
1998-02-19 * dvp.h (DVP_OPERAND_DMA_*): Rewrite.Doug Evans1-2/+2
(DVP_OPERAND_AUTOCOUNT): New modifier. (dma_operand_{count,addr}): Declare.
1998-02-19 * dvp.h (DVP_OPERAND_DMA_{ADDR,AUTOCOUNT}): SplitDoug Evans1-0/+12
DVP_OPERAND_DMA_PTR_AUTOCOUNT into two. (dma_operand_{count,addr}): Declare.
1998-02-18 (CGEN_{INSN,KEYWORD,OPERAND}_NBOOL_ATTRS): Renamed from ..._MAX_ATTRS.Doug Evans1-0/+1
1998-02-18 * cgen.h (CGEN_SYNTAX_MAKE_FIELD): New macro.Doug Evans2-0/+5
1998-02-18 * cgen.h (cgen_insert_fn): Change type of result to const char *.Doug Evans2-9/+20
(cgen_parse_{signed,unsigned}_integer): Delete min,max arguments.
1998-02-17For sim_fetch_register / sim_store_register: Add LENGTH parameter,Andrew Cagney1-5/+18
return actual size of register, 0 if not applicable, -1 of legacy implementation.
1998-02-13 * cgen.h (lookup_insn): New argument alias_p.Doug Evans2-1/+9
* dvp.h (VU_FLAG_[IEMDT]): New macros.
1998-02-12 * getopt.h: Update to latest FSF version.Ian Lance Taylor1-0/+4
1998-02-12opcodes:Joern Rennecke1-0/+7
* d10v-opc.c (d10v_predefined_registers, d10v_operands, d10v_opcodes): Split OPERAND_ACC into OPERAND_ACC0 and OPERAND_ACC1. Introduce OPERAND_GPR. * d10v-dis.c (print_operand): Likewise. include/opcode: * d10v.h (OPERAND_ACC): Split into: (OPERAND_ACC0, OPERAND_ACC1) . (OPERAND_GPR): Define. gas/config: * tc-d10v.c (parallel_ok, find_opcode): Split OPERAND_ACC into OPERAND_ACC0 and OPERAND_ACC1. Introduce OPERAND_GPR.
1998-02-12 * cgen.h (CGEN_FIELDS): Define here.Doug Evans2-31/+133
(CGEN_HW_ENTRY): New member `type'. (hw_list): Delete decl. (enum cgen_mode): Declare. (CGEN_OPERAND): New member `hw'. (enum cgen_operand_instance_type): Declare. (CGEN_OPERAND_INSTANCE): New type. (CGEN_INSN): New member `operands'. (CGEN_OPCODE_DATA): Make hw_list const. (get_insn_operands,lookup_insn): Add prototypes for.
1998-02-12 * symcat.h: New file.Doug Evans3-0/+65
1998-02-04 * cgen.h (CGEN_INSN_MAX_ATTRS): Renamed from CGEN_MAX_INSN_ATTRS.Doug Evans1-0/+11
(CGEN_HW_ENTRY): Move `next' entry to end of struct. (CGEN_KEYWORD_MAX_ATTRS): Renamed from CGEN_MAX_KEYWORD_ATTRS. (CGEN_OPERAND_MAX_ATTRS): Renamed from CGEN_MAX_OPERAND_ATTRS.
1998-02-02Mon Feb 2 17:10:38 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>Ian Lance Taylor5-0/+900
* tic30.h: New file.
1998-01-28txvu.h renamed to dvp.hDoug Evans3-358/+3
1998-01-28txvu.h deleted in favor of generating mips filesDoug Evans3-49/+130
1998-01-28 * dis-asm.h (print_insn_dvp,dvp_insn_p): Add prototypes.Doug Evans1-1/+2
Delete old txvu stuff.
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-23 * dis-asm.h: Add flag INSN_HAS_RELOC to tell disassemblyFred Fish1-0/+1
function there is a reloc on this line.
1998-01-23Oopps - forgot to save cgen.h before commiting previous delta.Nick Clifton1-3/+3