aboutsummaryrefslogtreecommitdiff
path: root/include/opcode
AgeCommit message (Collapse)AuthorFilesLines
1996-11-26* m68k.h: Document new <, >, m, n, o and p operand specifiers.J.T. Conklin1-0/+9
1996-11-19 * mn10300.h (MN10300_OPERAND_REG_LIST): Define.Jeff Law2-0/+12
1996-11-05 * mn10300.h (MN10300_OPERAND_EXTENDED): Define.Jeff Law2-0/+6
[ For operands inserted into the extended part of the opcode. ]
1996-11-04 * mn10300.h (MN10300_OPERAND_REPEATED): Define.Jeff Law2-0/+19
Matsushita.
1996-11-01Fri Nov 1 10:31:02 1996 Richard Henderson <rth@tamu.edu>Ian Lance Taylor1-0/+8
* alpha.h: Don't include "bfd.h"; private relocation types are now negative to minimize problems with shared libraries. Organize instruction subsets by AMASK extensions and PALcode implementation. (struct alpha_operand): Move flags slot for better packing.
1996-10-29 * v850.h (V850_OPERAND_RELAX): New operand flag.Jeff Law1-0/+11
1996-10-08 * mn10300.h (MN10300_OPERAND_PAREN): Define.Jeff Law2-0/+6
Matsushita.
1996-10-07 * mn10300.h (mn10300_opcode): Add "format" field.Jeff Law2-0/+20
(MN10300_OPERAND_*): Define. Checkpointing today's Matsushita work.
1996-10-03Grrr. The mn10200 and mn10300 are _not_ similar enough to easily supportJeff Law3-13/+19
with a single generic configuration. So break them up into two different configurations. See the individual ChangeLogs for additional detail.
1996-10-03 * mn10x00.h: New file.Jeff Law3-0/+102
Matsushita.
1996-08-22* v850.h (v850_operands): Add insert and extract fields, pointersJ.T. Conklin2-2/+56
to functions used to handle unusual operand encoding. (V850_OPERAND_REG, V850_OPERAND_SRG, V850_OPERAND_CC, V850_OPERAND_SIGNED): Defined.
1996-08-22* v850.h (v850_operands): Add flags field.J.T. Conklin2-0/+12
(OPERAND_REG, OPERAND_NUM): Defined.
1996-08-20* v850.h: New file.J.T. Conklin3-0/+123
1996-08-16 * hppa.h (pitlb, pitlbe, iitlba, iitlbp, fic, fice): AcceptJeff Law1-0/+5
a 3 bit space id instead of a 2 bit space id. Fixes net problem.
1996-08-15Thu Aug 15 13:11:46 1996 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt1-0/+14
* d10v.h: Add some additional defines to support the assembler in determining which operations can be done in parallel.
1996-07-26Fri Jul 26 11:47:10 1996 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt1-0/+4
* d10v.h (OPERAND_SHIFT): New operand flag.
1996-07-25Thu Jul 25 12:06:22 1996 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt2-6/+19
* d10v.h: Changes for divs, parallel-only instructions, and signed numbers.
1996-07-22start-sanitize-d10vMartin Hunt2-0/+22
Mon Jul 22 11:21:15 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * d10v.h (pd_reg): Define. Putting the definition here allows the assembler and disassembler to share the same struct. end-sanitize-d10v
1996-07-22 * i960.h (i960_opcodes): "halt" takes an argument. From StephenIan Lance Taylor1-2/+7
Williams <steve@icarus.com>.
1996-07-18start-sanitize-d10vMartin Hunt3-0/+193
Wed Jul 17 14:46:38 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * d10v.h: New file. end-sanitize-d10v
1996-07-11 * h8300.h (band, bclr): Force high bit of immediate nibble to zero.Jeff Law2-2/+6
So we don't disassemble "biand" as "band".
1996-07-05No longer need to sanitize away h8s stuff.Jeff Law3-66/+11
1996-07-03 * h8300.h (SRC_IN_DST): Define.Jeff Law1-2/+7
* h8300.h (UNOP3): Mark the register operand in this insn as a source operand, not a destination operand. (SHIFT_2, SHIFT_IMM): Remove. Eliminate all references. (UNOP3): Change SHIFT_IMM to IMM for H8/S bitops. Mark register operand with SRC_IN_DST. More hackery for new shift ops on the H8/S.
1996-07-02 * h8300.h (UNOP3): Mark the register operand in this insnJeff Law2-3/+14
as a source operand, not a destination operand. So the simulator can handle shal #2,er0 correctly.
1996-06-29fix sanitization of EXR in MODEIan Lance Taylor1-192/+270
1996-06-21Fri Jun 21 13:52:17 1996 Richard Henderson <rth@tamu.edu>Ian Lance Taylor2-0/+237
* alpha.h: New file.
1996-06-20 * rs6k.h: Remove obsolete file.Ian Lance Taylor3-255/+4
1996-06-19 * i386.h: Correct opcode values for faddp, fsubp, fsubrp, fmulp,Ian Lance Taylor1-0/+35
fdivp, and fdivrp. Add ffreep.
1996-06-18 * h8300.h: Reorder various #defines for readability.Jeff Law1-0/+27
(ABS32SRC, ABS32DST, DSP32LIST, ABS32LIST, A32LIST): Define. (BITOP): Accept additional (unused) argument. All callers changed. (EBITOP): Likewise. (O_LAST): Bump. (ldc, stc, movb, movw, movl): Use 32bit offsets and absolutes. start-sanitize-h8s * h8300.h (EXR, SHIFT_2, MACREG, SHIFT_IMM, RDINC): Define. (O_TAS, O_CLRMAC, O_LDMAC, O_MAC, O_LDM, O_STM): Define. (BITOP, EBITOP): Handle new H8/S addressing modes for bit insns. (UNOP3): Handle new shift/rotate insns on the H8/S. (insns using exr): New instructions. (tas, mac, ldmac, clrmac, ldm, stm): New instructions. end-sanitize-h8s You guessed it. More H8/S junk.
1996-05-01 * i386.h: Remove Abs32 from lcall.Ian Lance Taylor1-0/+10
1996-04-11 * sparc.h (F_FLOAT, F_FBR): Define.Ian Lance Taylor2-0/+6
PR 355.
1996-04-05 * h8300.h (ABS8MEM): Renamed from ABSMOV. Remove ABSMOVJeff Law1-0/+9
from all insns. (ABS8SRC,ABS8DST): Add ABS8MEM. (add.l): Fix reg+reg variant. (eepmov.w): Renamed from eepmovw. (ldc,stc): Fix many cases. We'll use ABS8MEM for access to the 8-bit area. Fixes from running the h8300 testsuite. hmse.
1996-03-31 * sparc.h (SPARC_OPCODE_ARCH_MASK): New macro.David Edelsohn2-4/+18
1996-02-21 * sparc.h (sparc_{encode,decode}_sparclet_cpreg): Declare.David Edelsohn2-17/+40
Mark operand letters uU as in use.
1996-02-16 * sparc.h (sparc_opcode_lookup_arch) Make return type inJeff Law2-2/+9
declaration consistent with return type in definition.
1996-02-14Wed Feb 14 18:14:11 1996 Alan Modra <alan@spri.levels.unisa.edu.au>Ian Lance Taylor1-14/+15
* i386.h (i386_optab): Remove Data32 from pushf and popf.
1996-02-06Rename XL to JX, and remove sanitization.Ian Lance Taylor1-21/+0
1996-02-05 * i960.h (I_HX, I_HX2): Define.Ian Lance Taylor2-0/+519
start-sanitize-i960xl (I_XL): Remove. The HX supports all XL instructions. end-sanitize-i960xl (i960_opcodes): Add HX instructions.
1996-01-29* i386.h: Fix waiting forms of finit, fstenv, fsave, fstsw, fstcw, and fclex.Ken Raeburn1-0/+14
1996-01-25 * sparc.h (enum sparc_opcode_arch_val): Replaces sparc_architecture.David Edelsohn1-24/+35
(SPARC_OPCODE_CONFLICT_P): Renamed from ARCHITECTURES_CONFLICT_P. (bfd_* defines): Delete. (sparc_opcode_archs): Replaces architecture_pname. (sparc_opcode_lookup_arch): Declare. (NUMOPCODES): Delete.
1996-01-22(ARCHITECTURES_CONFLICT_P): Add ChangeLog entry for v9a addition and fix typoDavid Edelsohn2-1/+2
in macro.
1996-01-22 * sparc.h (enum sparc_architecture): Add v9a.David Edelsohn2-4/+15
1996-01-04Pentium Pro changes from John HasseyMichael Meissner1-0/+8
1995-10-24 * hppa.h: Add lci and syncdma instructions.Jeff Law2-0/+7
From the PA1.1 third edition manual.
1995-10-23mips.h: Added INSN_4100 flag to mark NEC VR4100 specific instructions.Jackie Smith Cashion1-0/+14
1995-10-20update copyrightsKen Raeburn2-272/+282
1995-10-06pentium updatesKen Raeburn2-4/+39
1995-08-29 * sparc.h (sparc_{encode,decode}_asi): Declare.David Edelsohn1-3/+6
1995-08-02 * m68kmri.h: Remove.Ian Lance Taylor2-10/+0
1995-08-02 * m68k.h: Move tables into opcodes/m68k-opc.c, leaving just theIan Lance Taylor1-0/+7
declarations. Remove F_ALIAS and flag field of struct m68k_opcode. Change arch field of struct m68k_opcode to unsigned int. Make name and args fields of struct m68k_opcode const.