Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-03-12 | * dvp-opc.c (print_dest1): Print dest spec again. | Doug Evans | 1 | -0/+7 | |
(print_vfreg,print_accdest): Likewise. | |||||
1998-03-10 | * mips-opc.c ("clz","dclz"): Added the 4320 versions. | Gavin Romig-Koch | 2 | -0/+10 | |
1998-03-09 | * mips-opc.c ("macc*","mul*"): Added the 4320 versions | Gavin Romig-Koch | 2 | -13/+59 | |
of these. | |||||
1998-03-07 | * dvp-dis.c (print_insn): Print unsigned values in hex. | Doug Evans | 1 | -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-07 | Remove SH4 sanitation. | Joern Rennecke | 2 | -36/+0 | |
1998-03-06 | * dvp-dis.c (print_gif): Fix length calcs for gifimage. | Doug Evans | 1 | -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 Evans | 2 | -242/+85 | |
1998-03-04 | * cgen-asm.in: Move insertion of generated routines to top of file. | Doug Evans | 1 | -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-Koch | 3 | -0/+42 | |
* mips-opc.c ("mac","dmac") : Added 4320 insns. | |||||
1998-03-01 | Prevent core dump when info->symbols is NULL. | Nick Clifton | 1 | -0/+5 | |
1998-02-28 | * alpha-opc.c (cvtqs) There is no such thing. | Richard Henderson | 1 | -0/+5 | |
(cvttq): Missing most of the /*d variants. | |||||
1998-02-27 | Put sanitize markers around last ChangeLog entry. | Jeff Law | 1 | -0/+2 | |
1998-02-27 | * mips-opc.c (r5900/madd.s): Takes three operands, not four. Fix | Jeff Law | 2 | -3/+10 | |
opcode. (r5900/min.s): Incorrect opcode ....,101001 not ...110000. (r5900/msub.s): Takes three operands, not four. Fix opcode. | |||||
1998-02-27 | Indicate which instructions are delayed branches or jumps | Michael Meissner | 1 | -0/+7 | |
1998-02-27 | * dvp-opc.c (vif_operands): Add unpack[u] support. | Doug Evans | 1 | -0/+6 | |
(vif_opcodes): Ditto. (*_vif_imrubits): Renamed from *_vif_imrbits. | |||||
1998-02-25 | * dvp-dis.c (print_insn): Handle word number. | Doug Evans | 1 | -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 Evans | 1 | -0/+1 | |
1998-02-25 | (gif_regs): Add new register number/name changes. | Doug Evans | 1 | -0/+1 | |
1998-02-24 | (print_gif): Fix word order. | Doug Evans | 1 | -0/+1 | |
1998-02-24 | * dvp-opc.c (gif_operands): Fix word order. | Doug Evans | 1 | -0/+3 | |
(gif_opcodes): Likewise. ({insert,extract,print}_gif_regs): Likewise. | |||||
1998-02-24 | * arm-dis.c (print_insn_{big,little}_arm): info->symbol changed | Doug Evans | 3 | -11/+31 | |
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-24 | Removed saved_symbol code as it is no longer needed. | Nick Clifton | 2 | -12/+2 | |
1998-02-24 | Fixed bug displaying symbols in big endian arms. | Nick Clifton | 2 | -2/+9 | |
1998-02-23 | (dma_operands): Fix word numbers. | Doug Evans | 1 | -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 Evans | 5 | -689/+738 | |
1998-02-23 | * cgen-asm.c: Include symcat.h. | Doug Evans | 3 | -77/+123 | |
* 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 Evans | 1 | -0/+6 | |
1998-02-23 | * mips-dis.c (print_insn_arg): Do not prefix 'P' arguments with '$'. | Jeff Law | 2 | -2/+6 | |
1998-02-21 | (extract_vif_datalen,{insert,extract}_vif_imrbits): New functions. | Doug Evans | 1 | -0/+3 | |
(vif_insn_len): Handle `unpack'. ({insert,extract}_dma_flags): Complete. | |||||
1998-02-21 | * dvp-dis.c (print_gif): Complete. | Doug Evans | 1 | -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 | Fix it right this time. | Jeff Law | 1 | -1/+1 | |
1998-02-20 | * mips-opc.c (mula.s): Renamed from multa.s. | Jeff Law | 2 | -3/+13 | |
1998-02-20 | * m32r-opc.[ch]: Regenerate. | Doug Evans | 3 | -373/+395 | |
1998-02-19 | Rewrite dma operands/opcodes tables. | Doug Evans | 1 | -0/+11 | |
1998-02-18 | * dvp-dis.c (print_vu): Handle loi insns. | Doug Evans | 1 | -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 Evans | 1 | -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 Evans | 2 | -17/+28 | |
* 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 | Fix comment. | Doug Evans | 1 | -1/+2 | |
1998-02-13 | * cgen-opc.in (@arch@_cgen_get_insn_operands): Handle empty | Doug Evans | 3 | -2/+10 | |
operand instance list. * m32r-opc.c: Regenerate. | |||||
1998-02-13 | * Makefile.am (AUTOMAKE_OPTIONS): Define. | Ian Lance Taylor | 3 | -45/+65 | |
* configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e. | |||||
1998-02-13 | x | Ian Lance Taylor | 1 | -0/+1 | |
1998-02-13 | Oops, fix typo. | Mark Alexander | 1 | -1/+1 | |
1998-02-13 | * mn10300-dis.c (print_insn_mn10300): Recognize break instruction. | Mark Alexander | 1 | -0/+4 | |
1998-02-13 | * configure.in: Get the version number from BFD. | Ian Lance Taylor | 2 | -77/+76 | |
* configure: Rebuild. | |||||
1998-02-13 | * Makefile.am (libopcodes_la_LDFLAGS): Define. | Ian Lance Taylor | 3 | -2/+8 | |
* Makefile.in: Rebuild. | |||||
1998-02-13 | Regenerated after modifying cgen/m32r.cpu to remove WRITE_LR and WRITE_SRC | Nick Clifton | 3 | -214/+192 | |
attributes. | |||||
1998-02-13 | tweak last entry | Doug Evans | 1 | -1/+1 | |
1998-02-13 | * cgen-opc.in (@arch@_cgen_lookup_insn): New argument alias_p. | Doug Evans | 3 | -525/+678 | |
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 Evans | 1 | -0/+3 | |
(parse_uflags,print_uflags): New functions. (vu_upper_opcodes): Add UFLAGS to all insns. | |||||
1998-02-13 | Regenerate with less verbose operand instance tables. | Doug Evans | 1 | -164/+170 | |