aboutsummaryrefslogtreecommitdiff
path: root/opcodes
AgeCommit message (Collapse)AuthorFilesLines
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-20Fix it right this time.Jeff Law1-1/+1
1998-02-20 * mips-opc.c (mula.s): Renamed from multa.s.Jeff Law2-3/+13
1998-02-20 * m32r-opc.[ch]: Regenerate.Doug Evans3-373/+395
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 Evans2-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-13Fix comment.Doug Evans1-1/+2
1998-02-13 * cgen-opc.in (@arch@_cgen_get_insn_operands): Handle emptyDoug Evans3-2/+10
operand instance list. * m32r-opc.c: Regenerate.
1998-02-13 * Makefile.am (AUTOMAKE_OPTIONS): Define.Ian Lance Taylor3-45/+65
* 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 Taylor2-77/+76
* configure: Rebuild.
1998-02-13 * Makefile.am (libopcodes_la_LDFLAGS): Define.Ian Lance Taylor3-2/+8
* Makefile.in: Rebuild.
1998-02-13Regenerated after modifying cgen/m32r.cpu to remove WRITE_LR and WRITE_SRCNick Clifton3-214/+192
attributes.
1998-02-13tweak last entryDoug Evans1-1/+1
1998-02-13 * cgen-opc.in (@arch@_cgen_lookup_insn): New argument alias_p.Doug Evans3-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 Evans1-0/+3
(parse_uflags,print_uflags): New functions. (vu_upper_opcodes): Add UFLAGS to all insns.
1998-02-13Regenerate with less verbose operand instance tables.Doug Evans1-164/+170
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-12Regenerated to use correct symbol concat macro.Doug Evans1-1/+1
1998-02-12 * cgen-opc.in: New file.Doug Evans10-512/+1731
* 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.
1998-02-10 * dvp-opc.c (*): pke,gpuif renamed to vif,gif.Doug Evans1-0/+7
* dvp-dis.c (*): Likewise.
1998-02-07 * configure, aclocal.m4: Rebuild with new libtool.Ian Lance Taylor1-0/+4
1998-02-05Repeat/repeati are pc-relativeMichael Meissner1-0/+7
1998-02-05 * configure.in: Set libtool_enable_shared rather thanIan Lance Taylor3-203/+299
libtool_shared. Remove diversion hack. * configure, Makefile.in, aclocal.m4: Rebuild with new libtool.
1998-02-04 * cgen-opc.c (cgen_set_cpu): Initialize hardware table.Doug Evans3-393/+1058
* m32r-opc.h, m32r-opc.c, m32r-asm.c, m32r-dis.c: Update.
1998-02-04add sanitization of m32rx PIPE attribute, redact can do this more cleanlyDoug Evans1-1/+3
1998-02-03Added m32rx sanitization.Nick Clifton1-0/+28
1998-02-03Mon Feb 2 19:22:15 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>Ian Lance Taylor2-0/+705
* tic30-dis.c: New file. * disassemble.c (disassembler): Add bfd_arch_tic30 case. * configure.in: Handle bfd_tic30_arch. * Makefile.am: Rebuild dependencies. (CFILES): Add tic30-dis.c (ALL_MACHINES): Add tic30-dis.lo. * configure, Makefile.in: Rebuild.
1998-02-02Removed mulwhi-a mulwlo-a, macwhi-a, macwlo-a instructions.Nick Clifton1-0/+8
1998-01-30* dvp-opc.c, a bunch of little change to the instruction table to makeIan Carmichael1-0/+6
* it consistent with the SCE asmvu assembler (and inconsistent with the * spec).
1998-01-30fix d30v and sky sanitizationDoug Evans1-2/+4
1998-01-30* Fix MAXi encoding, Fix pkemscal/pkemscalf order.Ian Carmichael1-1/+10
1998-01-30(print_insn_little_mips): tweak dvp support.Doug Evans1-1/+1
1998-01-29 * m32r-opc.h (HAVE_CPU_M32R): Define.Doug Evans2-0/+9
1998-01-29fix typoDoug Evans2-2/+2
1998-01-28update copyright dateDoug Evans1-1/+1
1998-01-28 * dvp-dis.c, dvp-opc.c: New files.Doug Evans10-3006/+49
* configure.in: Compile them if bfd_dvp_arch, as well as mips. * configure: Regenerate. * Makefile.am (ALL_MACHINES): Add dvp-{dis,opc}.lo. (dvp-dis.lo,dvp-opc.lo): Add rules for. (mips-dis.lo): Compile with @archdefs@. * Makefile.in: Regenerate. * disassemble.c: Define ARCH_mips ifdef ARCH_dvp. * mips-dis.c (print_insn_little_mips): Check for DVP insns. plus delete old txvu stuff
1998-01-28Report combined alignment and size overflow errors.Nick Clifton1-0/+5
1998-01-28 * mips-dis.c (_print_insn_mips): Set target_processor as appropriate.Jeff Law3-4/+155
Only recognize instructions for the current target_processor.
1998-01-28*** empty log message ***James Lemke1-75/+108
1998-01-27 * txvu-dis.c (*): Update to use new arguments inDoug Evans3-221/+464
parse/insert/extract/print fns. * txvu-opc.c (*): Likewise.
1998-01-27allow '/' in addition to '.' in dest specDoug Evans1-3/+3
1998-01-27fix ior encodingDoug Evans1-3/+9
1998-01-27add more pke/dma/gpuif parsing supportDoug Evans1-7/+156
1998-01-27add commentDoug Evans1-0/+3