aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1998-03-12 * dvp-opc.c (print_dest1): Print dest spec again.Doug Evans1-0/+7
(print_vfreg,print_accdest): Likewise.
1998-03-10 * mips-opc.c ("clz","dclz"): Added the 4320 versions.Gavin Romig-Koch1-0/+4
1998-03-09 * mips-opc.c ("macc*","mul*"): Added the 4320 versionsGavin Romig-Koch1-0/+7
of these.
1998-03-07* dvp-dis.c (print_insn): Print unsigned values in hex.Doug Evans1-0/+7
* dvp-opc.c (insert_vif_wlcl,extract_vif_wlcl): New functions. (vif_operands): Use them for wl,cl fields. (state_vif_wl,state_vif_cl): New static locals. (parse_vif_mode): Handle numeric args. (vif_unpack_len_value,vif_unpack_len): New functions. (vif_insn_len): Call vif_unpack_len.
1998-03-07Remove SH4 sanitation.Joern Rennecke1-4/+0
1998-03-06 * dvp-dis.c (print_gif): Fix length calcs for gifimage.Doug Evans1-0/+20
(print_insn): Do mask comparison on proper opcode word. * dvp-opc.c (u_parse_sdest): Return -1 if dest missing. (parse_bc): Catch missing dest. (parse_vfreg): Replace atoi call with strtol. (parse_{bcftreg,ffstreg,freg,ireg,vi01,gif_prim,gif_nloop}): Likewise. (parse_bcftreg,parse_ffstreg): Handle missing dest. (extract_gif_eop): New function. (gif_operands): Update eop entry. (VGIFOP,VGIFNREGS): Fix calcs. (extract_gif_prim): Set *pinvalid to 1 if prim not used. (gif_regs): Add entry for unused 11 case. (print_gif_regs): Print empty list instead of nothing. (extract_gif_nloop): Fix value calc. (print_gif_nloop): Always print value, even if 0.
1998-03-04 * m32r-opc.h,m32r-opc.c,m32r-asm.c,m32r-dis.c: Regenerate.Doug Evans1-0/+4
1998-03-04 * cgen-asm.in: Move insertion of generated routines to top of file.Doug Evans1-0/+9
(insert_normal): Add prototype. Delete `shift' arg. * cgen-dis.in: Move insertion of generated routines to top of file. (extract_normal): Add prototype. Delete `shift' arg. (print_normal): Add prototype. Call CGEN_PRINT_NORMAL if defined. (print_keyword): Add prototype. Fix type of `attrs' arg.
1998-03-03 * mips-dis.c (_print_insn_mips) : Handle bfd_mach_mips4320.Gavin Romig-Koch1-0/+7
* mips-opc.c ("mac","dmac") : Added 4320 insns.
1998-03-01Prevent core dump when info->symbols is NULL.Nick Clifton1-0/+5
1998-02-28* alpha-opc.c (cvtqs) There is no such thing.Richard Henderson1-0/+5
(cvttq): Missing most of the /*d variants.
1998-02-27Put sanitize markers around last ChangeLog entry.Jeff Law1-0/+2
1998-02-27 * mips-opc.c (r5900/madd.s): Takes three operands, not four. FixJeff Law1-0/+7
opcode. (r5900/min.s): Incorrect opcode ....,101001 not ...110000. (r5900/msub.s): Takes three operands, not four. Fix opcode.
1998-02-27Indicate which instructions are delayed branches or jumpsMichael Meissner1-0/+7
1998-02-27 * dvp-opc.c (vif_operands): Add unpack[u] support.Doug Evans1-0/+6
(vif_opcodes): Ditto. (*_vif_imrubits): Renamed from *_vif_imrbits.
1998-02-25 * dvp-dis.c (print_insn): Handle word number.Doug Evans1-0/+11
Handle mips address vs vu address. * dvp-opc.c (vif_operands): Use DVP_OPERAND_VU_ADDRESS. (dma_operands): Use DVP_OPERAND_MIPS_ADDRESS. ({insert,extract}_dma_addr): Fix word ofset. ({insert,print}_gif_regs): Fix encode/decode.
1998-02-25 (dma_opcodes): Add dmarefe insn.Doug Evans1-0/+1
1998-02-25 (gif_regs): Add new register number/name changes.Doug Evans1-0/+1
1998-02-24 (print_gif): Fix word order.Doug Evans1-0/+1
1998-02-24 * dvp-opc.c (gif_operands): Fix word order.Doug Evans1-0/+3
(gif_opcodes): Likewise. ({insert,extract,print}_gif_regs): Likewise.
1998-02-24 * arm-dis.c (print_insn_{big,little}_arm): info->symbol changedDoug Evans1-0/+15
to *info->symbols. * mips-dis.c (print_insn_{big,little}_mips): Likewise. * tic30-dis.c (print_branch): Likewise. start-sanitize-sky * mips-dis.c (print_insn_little_mips): Call dvp_info_mach_type. * dvp-dis.c (dvp_info_mach_type): New function. (print_insn_dvp): Call it. (print_vif): Return length of 4 if mpg or direct insn so following insns get properly disabled. * dvp-opc.c (vif_insn_len): New argument `pcpu'. All callers updated. end-sanitize-sky
1998-02-24Removed saved_symbol code as it is no longer needed.Nick Clifton1-2/+2
1998-02-24Fixed bug displaying symbols in big endian arms.Nick Clifton1-0/+5
1998-02-23 (dma_operands): Fix word numbers.Doug Evans1-0/+3
(dma_opcodes): Likewise. ({insert,extract}_dma_flags): Likewise.
1998-02-23 * m32r-asm.c,m32r-dis.c,m32r-opc.h,m32r-opc.c: Regenerate.Doug Evans1-0/+2
1998-02-23 * cgen-asm.c: Include symcat.h.Doug Evans1-0/+5
* cgen-dis.c,cgen-opc.c,cgen-asm.in,cgen-dis.in: Ditto.
1998-02-23 * dvp-opc.c (extra_dma_flags): Fix typos.Doug Evans1-0/+6
1998-02-23 * mips-dis.c (print_insn_arg): Do not prefix 'P' arguments with '$'.Jeff Law1-0/+4
1998-02-21 (extract_vif_datalen,{insert,extract}_vif_imrbits): New functions.Doug Evans1-0/+3
(vif_insn_len): Handle `unpack'. ({insert,extract}_dma_flags): Complete.
1998-02-21 * dvp-dis.c (print_gif): Complete.Doug Evans1-0/+10
* dvp-opc.c (gif_operands,gif_opcodes): Complete. (state_gif_{nregs,regs,nloop}): New static locals. (*_gif_*): Complete. (dvp_opcode_init_{parse,print}): Init gif state locals.
1998-02-20 * mips-opc.c (mula.s): Renamed from multa.s.Jeff Law1-0/+6
1998-02-20 * m32r-opc.[ch]: Regenerate.Doug Evans1-0/+4
1998-02-19Rewrite dma operands/opcodes tables.Doug Evans1-0/+11
1998-02-18 * dvp-dis.c (print_vu): Handle loi insns.Doug Evans1-0/+6
(print_insn): Likewise. * dvp-opc.c (vu_lower_opcodes): Add "loi".
1998-02-18 * dvp-opc.c (parse_vfreg): Dest spec is optional.Doug Evans1-0/+9
(print_vfreg): Don't print dest spec. (parse_accdest): Dest spec is optional. (print_accdest): Don't print dest spec.
1998-02-18 * Makefile.am (CGENFILES): Update.Doug Evans1-0/+12
* Makefile.in: Regenerate. * cgen-asm.in (insert_normal): Result is error message now. Validate value to be inserted. (insert_insn_normal): Result is error message now. (@arch@_cgen_assemble_insn): Update. * cgen-asm.c (cgen_parse_{signed,unsigned}_integer): Delete min,max arguments. Don't perform validation here. * m32r-asm.c,m32r-dis.c,m32r-opc.c: Regenerate.
1998-02-13 * cgen-opc.in (@arch@_cgen_get_insn_operands): Handle emptyDoug Evans1-0/+6
operand instance list. * m32r-opc.c: Regenerate.
1998-02-13 * Makefile.am (AUTOMAKE_OPTIONS): Define.Ian Lance Taylor1-0/+5
* configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
1998-02-13xIan Lance Taylor1-0/+1
1998-02-13Oops, fix typo.Mark Alexander1-1/+1
1998-02-13 * mn10300-dis.c (print_insn_mn10300): Recognize break instruction.Mark Alexander1-0/+4
1998-02-13 * configure.in: Get the version number from BFD.Ian Lance Taylor1-0/+3
* configure: Rebuild.
1998-02-13 * Makefile.am (libopcodes_la_LDFLAGS): Define.Ian Lance Taylor1-1/+6
* Makefile.in: Rebuild.
1998-02-13Regenerated after modifying cgen/m32r.cpu to remove WRITE_LR and WRITE_SRCNick Clifton1-0/+5
attributes.
1998-02-13tweak last entryDoug Evans1-1/+1
1998-02-13 * cgen-opc.in (@arch@_cgen_lookup_insn): New argument alias_p.Doug Evans1-2/+7
Ignore ALIAS insns if asked to. (@arch@_cgen_get_insn_operands): Pass 0 for alias_p, NULL for insn. * m32r-opc.c: Regenerate.
1998-02-13 (vu_operands): New element UFLAGS.Doug Evans1-0/+3
(parse_uflags,print_uflags): New functions. (vu_upper_opcodes): Add UFLAGS to all insns.
1998-02-12 * dvp.opc.c: Nicely format opcode tables.Doug Evans1-0/+6
1998-02-12opcodes:Joern Rennecke1-0/+8
* 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-opc.in: New file.Doug Evans1-0/+16
* cgen.sh: Translate @ARCH@. Cat cgen-opc.in into @arch@-opc.c. * Makefile.am (CGENFILES): Add cgen-opc.in. * Makefile.in: Regenerate. * cgen-opc.c (cgen_set_cpu): Delete init of hw list `next' chain. (cgen_hw_lookup): Make result const. * cgen-dis.in (*): Use PTR instead of void *. (print_insn): Delete unused vars `i', `syntax'. * m32r-opc.h, m32r-opc.c, m32r-asm.c, m32r-dis.c: Regenerate.