aboutsummaryrefslogtreecommitdiff
path: root/opcodes
AgeCommit message (Collapse)AuthorFilesLines
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.
1995-05-25Unsanitize SH3 support.Jim Wilson1-22/+0
1995-05-24Wed May 24 14:16:08 1995 Steve Chamberlain <sac@slash.cygnus.com>Steve Chamberlain2-4/+30
* sh-opc.h: Added bsrf and braf.
1995-05-18Bunch of changes from Richard Earnshaw for generic bi-endian ARM aout targets.Ken Raeburn1-10/+12
Details in change logs.
1995-04-24 * sh-opc.c (sh_nibble_type, sh_arg_type): remove trailing , fromJason Molenda1-0/+5
enum list. some native cc's barf on this (and K&R says it's naughty)
1995-04-19Fix April 17th change.Michael Meissner1-0/+5
1995-04-18* mips-dis.c (print_insn_little_mips): Cast return value from bfd_getl32 fromKen Raeburn1-0/+37
bfd_vma to unsigned long, because _print_insn_mips expects an unsigned long, and that might be fewer words of argument storage (e.g., if bfd_vma is long long on a 32-bit machine). (print_insn_big_mips): Likewise with bfd_getb32 value. (_print_insn_mips): Now static.
1995-04-10always keep MPW support filesStan Shebs1-8/+2
1995-04-10Merge MPW ChangeLog with generic ChangeLogStan Shebs2-36/+25
1995-04-07 * arc-dis.c (print_insn): New parameter `big_p'. Callers updated.David Edelsohn3-94/+220
Call arc_get_opcode_mach to map bfd mach number to opcode value. (print_insn_*): Pass bfd mach number, not opcode version. * arc-opc.c (arc_get_opcode_mach): New function.
1995-03-14Changes from Klaus Kaempf:Ken Raeburn2-397/+530
* alpha-opc.h (OSF_ASMCODE): define print pal-code names as defined in App C of the Alpha Architecture Reference Manual * alpha-dis.c: cleaned up output print stylized code forms as defined in App A.4.3 of the Alpha Architecture Reference Manual
1995-03-12arc-dis.c (print_insn): Put "+ 4" of relative addresses back. Oops.David Edelsohn1-1/+7
1995-03-08* m68k-dis.c (BREAK_UP_BIG_DECL): Make secondary array static and const.Ken Raeburn1-0/+4
(reg_names): Now const. (print_insn_arg): Arrays cacheFieldName and names now const. (print_indexed): Array scales now const.
1995-03-08Avoid bogus assumption that the two parts of the split m68k opcode tableKen Raeburn2-67/+130
are going to be adjacent in memory.