aboutsummaryrefslogtreecommitdiff
path: root/opcodes
AgeCommit message (Collapse)AuthorFilesLines
1995-11-09 * a29k-dis.c (print_special): Change num to unsigned int.Ian Lance Taylor1-2/+2
Wed Nov 8 20:10:35 1995 Eric Freudenthal <freudenthal@nyu.edu> * a29k-dis.c (print_insn): Cast insn24 to unsigned long when shifting it.
1995-11-07 * configure.in: Call AC_CHECK_PROG to find and cache AR.Ian Lance Taylor1-0/+5
* configure: Rebuilt.
1995-11-06Mon Nov 6 17:39:47 1995 Harry Dolan <dolan@ssd.intel.com>Ian Lance Taylor3-12/+17
* configure.in: Add case for bfd_i860_arch. * configure: Rebuild.
1995-11-03 * m68k-opc.c (m68k_opcodes): Correct fmoveml operands.Ian Lance Taylor1-0/+9
* m68k-dis.c (NEXTSINGLE): Change i to unsigned int. (NEXTDOUBLE): Likewise. (print_insn_m68k): Don't match fmoveml if there is more than one register in the list. (print_insn_arg): Handle a place of '8' for a type of 'L'.
1995-11-03 * m68k-opc.c: Use #W rather than #w.Ian Lance Taylor3-113/+118
* m68k-dis.c (print_insn_arg): Handle new 'W' place.
1995-11-01 * m68k-opc.c (m68k_opcode_aliases): Add dbfw as an alias for dbf,Ian Lance Taylor2-10/+41
and likewise for all the dbxx opcodes.
1995-11-01 * arc-dis.c: Include elf-bfd.h rather than libelf.h.Fred Fish1-0/+4
1995-10-23mips-opc.c: Added shorthand (V1) for INSN_4100 manifest. Added theJackie Smith Cashion1-0/+10
VR4100 specific instructions to the mips_opcodes structure.
1995-10-19 * mpw-config.in, mpw-make.sed: Remove ugly workaround forStan Shebs2-59/+1
ugly Metrowerks bug in CW6, is fixed in CW7.
1995-10-16Add flags for common/any supportMichael Meissner1-0/+9
1995-10-06Mon Sep 25 22:49:32 1995 Andreas Schwab ↵Ken Raeburn1-0/+12
<schwab@issan.informatik.uni-dortmund.de> * m68k-dis.c (print_insn_m68k): Recognize all two-word instructions that take no args by looking at the match mask. (print_insn_arg): Always print "%" before register names. [case 'c']: Use "nc" for the no-cache case, as recognized by gas. [case '_']: Don't print "@#" before address. [case 'J']: Use "%s" as format string, not register name. [case 'B']: Treat place == 'C' like 'l' and 'L'.
1995-10-06* i386-dis.c: Describe cmpxchg8b operand, and spell the opcode name correctly.Ken Raeburn2-12/+33
1995-10-03 From David Mosberger-Tang <davidm@azstarnet.com>Steve Chamberlain2-0/+133
* alpha-opc.h (MEMORY_FUNCTION_FORMAT_MASK): added. (alpha_insn_set): added definitions for VAX floating point instructions (Unix compilers don't generate these, but handcoded assembly might still use them). * alpha-dis.c (print_insn_alpha): added support for disassembling the miscellaneous instructions in the Alpha instruction set.
1995-09-27mpw-make.in is out, mpw-make.sed is in.Stan Shebs1-1/+1
1995-09-27 * mpw-config.in: Add m68k-opc.c.o to BFD_MACHINES for m68k,Stan Shebs3-180/+75
no longer create sysdep.h, sed ppc-opc.c to work around a serious Metrowerks C bug. * mpw-make.in: Remove. * mpw-make.sed: New file, used by mpw-configure to edit Makefile.in into an MPW makefile.
1995-09-20 * Makefile.in (maintainer-clean): New synonym for realclean.Ian Lance Taylor1-0/+4
1995-09-19 * m68k-opc.c: Split pmove patterns which use 'P' into patternsIan Lance Taylor1-0/+8
which use '0', '1', and '2' instead. Specify the proper size for a pmove immediate operand. Correct the pmovefd patterns to be moves to a register, not from a register. * m68k-dis.c (print_insn_arg): Replace 'P' with '0', '1', '2'.
1995-09-14 * sparc-opc.c (sparc_opcodes): Mark all insns that referenceDavid Edelsohn1-0/+5
%psr, %wim, %tbr as F_NOTV9.
1995-09-08 * Makefile.in (Makefile): Just rebuild Makefile when runningIan Lance Taylor3-162/+136
config.status. (config.h, stamp-h): New targets. * configure.in: Call AC_CONFIG_HEADER and AC_CANONICAL_SYSTEM earlier. Don't bother to call AC_ARG_PROGRAM. Touch stamp-h when rebuilding config.h. * configure: Rebuild.
1995-09-08 * mips-opc.c: Change unaligned loads and stores with "t,A"Ian Lance Taylor1-0/+16
operands to use "t,A(b)". PR 7947.
1995-09-07 * Makefile.in (ALL_CFLAGS): Define.Ian Lance Taylor4-41/+51
(.c.o, disassemble.o): Use $(ALL_CFLAGS). (MOSTLYCLEAN): Add config.log. (distclean): Don't remove config.log. * configure.in: Substitute HDEFINES. * configure: Rebuild.
1995-09-06Fix gas bugs in SH3e handling of fmac instruction.Jim Wilson1-0/+11
1995-09-06 * sparc-dis.c: Remove all references to NO_V9.David Edelsohn1-0/+4
1995-09-06 * aclocal.m4: Just include ../bfd/aclocal.m4.Ian Lance Taylor1-0/+5
* configure: Rebuild.
1995-09-05 * sparc-dis.c (X_DISP19): Define.David Edelsohn1-0/+6
(print_insn, case 'G'): Use it. (print_insn, case 'L'): Sign extend displacement.
1995-09-04 * configure.in: Run ../bfd/configure.host before AC_PROG_CC.Ian Lance Taylor4-72/+157
Subsitute CFLAGS and AR. Call AC_PROG_INSTALL. Don't substitute host_makefile_frag or frags. * aclocal.m4: New file. * configure: Rebuild. * Makefile.in (INSTALL): Set to @INSTALL@. (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@. (INSTALL_DATA): Set to @INSTALL_DATA@. (AR): Set to @AR@. (AR_FLAGS): Set to rc rather than qc. (CC): Define as @CC@. (CFLAGS): Set to @CFLAGS@. (@host_makefile_frag@): Remove. (config.status): Remove dependency upon @frags@.
1995-09-04 * configure.in: ../bfd/config.bfd now just sets shell variables.Ian Lance Taylor3-66/+1238
Use them rather than looking through target Makefile fragments. * configure: Rebuild.
1995-08-31Fix bug in SH3e ftrc instruction.Jim Wilson2-1/+7
1995-08-30 * sparc-opc.c (sparc_opcodes): Delete duplicate wr %y insn.David Edelsohn1-1/+5
Add clrx, iprefetch, signx, clruw, cas, casl, casx, casxl synthetic sparc64 insns.
1995-08-30sparc prefetch insn stuff.David Edelsohn1-0/+8
1995-08-30 * sparc-opc.c (sparc_opcodes, prefetcha insn): Fix.David Edelsohn2-22/+143
(lookup_{name,value}): New functions. (prefetch_table): New static local. (sparc_{encode,decode}_prefetch): New functions. * sparc-dis.c (print_insn): Handle '*' arg (prefetch function).
1995-08-30Add some blank lines to improve readability.Jim Wilson2-4/+37
1995-08-30Correct comment on first line of file.Jim Wilson2-2/+299
1995-08-30 * disassemble.c (disassembler): Handle bfd_mach_sparc64.David Edelsohn1-0/+2
1995-08-29 * sparc-opc.c (asi): New static local.David Edelsohn3-39/+111
(sparc_{encode,decode}_asi): New functions. * sparc-dis.c (print_insn): Call sparc_decode_asi.
1995-08-21 * m68k-opc.c (m68k_opcode_aliases): Add bhib as an alias for bhis,Ian Lance Taylor2-0/+1966
and likewise for the other branches. Add bhs as an alias for bcc, and likewise for the size variants. Add dbhs as an alias for dbcc.
1995-08-07 * m68k-dis.c: (fpcr_names): Add % before all register names.Ian Lance Taylor1-0/+17
(reg_names): Likewise. (print_insn_arg): Don't explicitly print % before register names. Add % before register names in static array names. In case 'r', print data registers as `@(Dn)', not `Dn@'. When printing a memory address, don't print @# before it. (print_indexed): Change base_disp and outer_disp from int to bfd_vma. Print using MIT syntax, not mutant invalid Motorola syntax. Sign extend 8 byte displacement correctly. (print_base): Print using MIT syntax. Print zpc when appropriate. Change parameter disp from int to bfd_vma.
1995-08-07 * sh-dis.c (print_insn_shx): Handle new operand types F_REG_N,Jeff Law3-8/+141
F_REG_M, FPSCR_M, FPSCR_N, FPUL_M and FPUL_N. * sh-opc.h (sh_arg_type): Add new operand types. (sh_table): Add new opcodes from SH3E Floating Point ISA. sh3e stuff. Sanitized out for now.
1995-08-02 * m68k-opc.c: New file, holding tables from include/opcode/m68k.h.Ian Lance Taylor1-0/+1
Clean up tables. * m68k-dis.c: Remove BREAK_UP_BIG_DECL stuff. (opcode): Remove. (print_insn_m68k): Change d to be const. Use m68k_numopcodes rather than numopcodes. Use m68k_opcodes rather than removed opcode function. Don't check F_ALIAS. (print_insn_arg): Change first parameter to be const char *. * Makefile.in (ALL_MACHINES): Add m68k-opc.o. (m68k-opc.o): New target. * configure.in: Build m68k-opc.o for bfd_m68k_arch. * configure: Rebuild.
1995-08-02Rewritten so table is only sorted/hashed once, even if switchingDavid Edelsohn1-4/+5
between sparc32/sparc64 in one executable.
1995-08-02(build_hash_table): Fix memory leak.David Edelsohn1-8/+9
(print_insn_sparc, print_insn_sparc64): Clean up comments regarding switching between sparc32 and sparc64.
1995-08-02(build_hash_table): Allocate all entries at once.David Edelsohn1-3/+5
1995-08-02 * sparc-dis.c (HASH_SIZE, HASH_INSN): Define.David Edelsohn3-283/+557
(opcode_bits, opcode_hash_table, sparc64_p): New variables. (opcodes_initialized): Renamed from opcodes_sorted. (build_hash_table): New function. (is_delayed_branch): Use hash table. (print_insn): Renamed from print_insn_sparc, made static. Build and use hash table. (print_insn_sparc, print_insn_sparc64): New functions. (compare_opcodes): If !sparc64, move sparc64 opcodes to end, and vice-versa if sparc64. * sparc-opc.c (all non-v9 insns): Use flag F_NOTV9 instead of F_ALIAS.
1995-07-12Initial autoconfiscation; attempting also to remove use of bfd's sysdep.h file.Ken Raeburn2-2/+43
1995-07-11Tue Jul 11 14:23:37 1995 Jeff Spiegel <jeffs@lsil.com>Ian Lance Taylor1-0/+11
* mips-opc.c (L1): Define. (mips_opcodes): Add R4010 instructions: flushi, flushd, flushid, addciu, madd, maddu, ffc, ffs, msub, msubu, selsi, selsr, waiti, and wb. Tue Jul 11 11:49:49 1995 Ian Lance Taylor <ian@cygnus.com> * mips-opc.c (mips_opcodes): For the move pseudo-op, prefer daddu if ISA 3 and addu otherwise, replacing or, since some MIPS chips have multiple add units but only a single logical unit.
1995-07-11 * ppc-opc.c (powerpc_operands): Change CR to use a bitsize of 3,Ian Lance Taylor1-0/+17
shifted by 18, without any insertion or extraction function. (insert_cr, extract_cr): Remove.
1995-07-07fsf address update, but not in COPYING filesKen Raeburn5-5/+5
1995-07-04Sanitize arc stuff from Makefile.in.Ian Lance Taylor1-1/+1
1995-07-03start-sanitize-arcIan Lance Taylor1-9/+24
Mon Jul 3 11:54:31 1995 Ian Lance Taylor <ian@cygnus.com> * Makefile.in (ALL_MACHINES): Add arc-dis.o and arc-opc.o. end-sanitize-arc
1995-06-16 * mpw-config.in: Add sh and i386 configs, remove sparc config.Stan Shebs2-2/+18
* sh-opc.h: Add copyright.