aboutsummaryrefslogtreecommitdiff
path: root/opcodes
AgeCommit message (Collapse)AuthorFilesLines
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
1998-01-27 (lookup_keyword_{value,name}): New functions.Doug Evans2-2/+271
(scan_symbol): New function. (issymchar,SKIP_BLANKS): New macros. Plus more dma/gpuif support code.
1998-01-27 * txvu-dis.c (print_insn): Extract/print fns take pointer toDoug Evans3-236/+335
insn now and not insn itself. * txvu-opc.c: insert/extract/print fns take pointer to insn now and not insn itself. Add initial dma,pke,gpuif support. Parse fn no longer needs to set errmsg = NULL for success.
1998-01-26checkpointDoug Evans1-4/+608
1998-01-25checkpointDoug Evans1-6/+16
1998-01-24* txvu-opc.c:Doug Evans2-50/+104
(parse_dest1,insert_luimm12up6): New functions. (txvu_operands): New operands LUIMM12UP6, LDEST1. (txvu_lower_opcodes): Clean up pass over table. (parse_dotdest1): Fix dest calculation. (_parse_sdest): Fix typo.
1998-01-23 * txvu-opc.c (txvu_operands, UBC): Add extract entry.Doug Evans2-14/+32
(txvu_operands, UACCDEST): Not a fake operand. (txvu_operands, UXYZ): Move parse entry to insert entry. (txvu_operands, LVI01): Not a fake operand. (txvu_upper_opcodes): Fix spelling of minii instruction. (printf_vfreg): Print register number with "%02ld". (print_bcftreg): Likewise. (print_accdest): Pass `dest' to _print_dest. (insert_xyz): Renamed from parse_xyz.
1998-01-23 * d10v-dis.c (PC_MASK): Correct value.Fred Fish1-0/+6
(print_operand): If there's a reloc, don't calculate the address because they could be in different sections.
1998-01-23 * cgen.sh: Rewrite to be like simulator's version.Doug Evans3-2/+10
* Makefile.am (cgen): Update call to cgen.sh. * Makefile.in: Regenerate