aboutsummaryrefslogtreecommitdiff
path: root/include/opcode
AgeCommit message (Collapse)AuthorFilesLines
1997-06-16Mon Jun 16 14:10:00 1997 H.J. Lu <hjl@gnu.ai.mit.edu>Ian Lance Taylor1-0/+20
* i386.h: Fix pand opcode.
1997-05-05 * i386.h: Add MMX instructions.Ian Lance Taylor2-1/+68
1997-05-05Mon May 5 12:45:19 1997 H.J. Lu <hjl@gnu.ai.mit.edu>Ian Lance Taylor2-22/+36
* i386.h: Remove W modifier from conditional move instructions.
1997-04-10 * cgen.h (<cpu>_cgen_assemble_insn): New arg for errmsg.David Edelsohn1-1/+6
(cgen_parse_operand_fn): Declare. (cgen_init_parse_operand): Declare. (cgen_parse_operand): Renamed from cgen_asm_parse_operand, new argument `want'. (enum cgen_parse_operand_result): Renamed from cgen_asm_result. (enum cgen_parse_operand_type): New enum.
1997-04-10 * cgen.h (<cpu>_cgen_assemble_insn): New arg for errmsg.David Edelsohn2-17/+37
(cgen_asm_parse_operand_fn): Declare.
1997-04-05 * i386.h: Revert last patch for the NON_BROKEN_OPCODES cases.Ian Lance Taylor2-8/+18
1997-04-04cgen header fileDavid Edelsohn3-0/+660
1997-04-04update copyrightIan Lance Taylor1-1/+1
1997-04-04 * i386.h: Correct opcode values for fsubp, fsubrp, fdivp, andIan Lance Taylor2-16/+30
fdivrp.
1997-03-24 * i386.h: Add iclr.Ian Lance Taylor1-0/+4
1997-03-21 * i386.h: Change DW to W for cmpxchg and xadd, since they don'tIan Lance Taylor2-27/+77
take a direction bit.
1997-03-19* m68k.h (mcfmac, mcfdiv): New macros.J.T. Conklin1-0/+28
1997-03-16xIan Lance Taylor1-0/+4
1997-03-14 * sparc.h: Include <ansidecl.h>. Update function declarations toIan Lance Taylor2-10/+34
use prototypes, and to use const when appropriate.
1997-03-06Fix typo in last change.Jeff Law1-1/+1
1997-03-06 * mn10300.h (MN10300_OPERAND_RELAX): Define.Jeff Law1-1/+7
Bringing over changes from the mn10200 port. Getting ready to start on the relaxing assembler.
1997-03-03Correct d10v sanitization errors.Jim Wilson1-8/+1
1997-02-23 * mips.h: Add macros for cop0, cop1 cop2 and cop3.Dawn Perchik2-4/+218
Change mips_opcodes from const array to a pointer, and change bfd_mips_num_opcodes from const int to int, so that we can increase the size of the mips opcodes table dynamically.
1997-02-22Fri Feb 21 16:34:18 1997 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt1-0/+4
* d30v.h (FLAG_X): Remove unused flag.
1997-02-20Since d10v is public now, remove all sanitization statementsMichael Meissner2-34/+0
1997-02-19Tue Feb 18 17:37:20 1997 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt3-0/+294
* d30v.h: New file.
1997-02-11Add r5900Gavin Romig-Koch2-0/+34
1997-02-10 * tic80.h (tic80_symbol_to_value): Change prototype to matchFred Fish2-1/+6
change in function, added class parameter.
1997-02-07 * tic80.h (TIC80_OPERAND_ENDMASK): Add for flagging TIc80Fred Fish2-0/+15
endmask fields, which are somewhat weird in that 0 and 32 are treated exactly the same.
1997-01-30One minor fix I forgot in last checkin.Fred Fish1-1/+1
1997-01-30 * tic80.h: Change all the OPERAND defines to use the form (1 << X)Fred Fish2-31/+113
rather than a constant that is 2**X. Reorder them to put bits for operands that have symbolic names in the upper bits, so they can be packed into an int where the lower bits contain the value that corresponds to that symbolic name. (predefined_symbo): Add struct. (tic80_predefined_symbols): Declare array of translations. (tic80_num_predefined_symbols): Declare size of that array. (tic80_value_to_symbol): Declare function. (tic80_symbol_to_value): Declare function.
1997-01-29 * mn10200.h (MN10200_OPERAND_RELAX): Define.Jeff Law1-0/+4
Checking in some of the assembler branch relaxing code.
1997-01-19 * tic80.h (TIC80_NO_R0_DEST): Add for opcodes where r0 cannotFred Fish2-1/+7
be the destination register.
1997-01-17 * tic80.h (struct tic80_opcode): Change "format" field to "flags".Fred Fish2-13/+28
(FMT_UNUSED, FMT_SI, FMT_LI, FMT_REG): Delete. (TIC80_VECTOR): Define a flag bit for the flags. This one means that the opcode can have two vector instructions in a single 32 bit word and we have to encode/decode both.
1997-01-13 * tic80.h (TIC80_OPERAND_FLOAT): Add for floating point operands.Fred Fish2-0/+7
1997-01-06 * tic80.h (TIC80_OPERAND_SCALED): Operand may have optionalFred Fish2-0/+9
":s" modifier for scaling.
1997-01-05 * tic80.h (TIC80_OPERAND_M_SI): Add operand modifier for ":m".Fred Fish2-0/+13
(TIC80_OPERAND_M_LI): Ditto
1997-01-05 * tic80.h (TIC80_OPERAND_BITNUM): Renamed from TIC80_OPERAND_CC_SZ.Fred Fish2-4/+17
(TIC80_OPERAND_CC): New define for condition code operand. (TIC80_OPERAND_CR): New define for control register operand.
1997-01-03 * tic80.h (struct tic80_opcode): Name changed.Fred Fish2-46/+119
(struct tic80_opcode): Remove format field. (struct tic80_operand): Add insertion and extraction functions. (TIC80_OPERAND_*): Remove old bogus values, start adding new correct ones. (FMT_*): Ditto.
1996-12-31Add V850_OPERAND_ADJUST_SHORT_MEMORYMichael Meissner1-0/+7
1996-12-28(Laying the groundwork (that will be incrementally fleshed out) forFred Fish3-0/+152
TIc80 support) * tic80.h: New file.
1996-12-18 * mn10200.h (MN10200_OPERAND_NOCHECK): Define.Jeff Law1-0/+4
1996-12-14 * mn10200.h: Fix comment, mn10200_operand not powerpc_operand.Fred Fish3-1/+136
* mn10300.h: Fix comment, mn10300_operand not powerpc_operand. * v850.h: Fix comment, v850_operand not powerpc_operand.
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.