Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-06-16 | Mon Jun 16 14:10:00 1997 H.J. Lu <hjl@gnu.ai.mit.edu> | Ian Lance Taylor | 1 | -0/+20 | |
* i386.h: Fix pand opcode. | |||||
1997-05-05 | * i386.h: Add MMX instructions. | Ian Lance Taylor | 2 | -1/+68 | |
1997-05-05 | Mon May 5 12:45:19 1997 H.J. Lu <hjl@gnu.ai.mit.edu> | Ian Lance Taylor | 2 | -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 Edelsohn | 1 | -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 Edelsohn | 2 | -17/+37 | |
(cgen_asm_parse_operand_fn): Declare. | |||||
1997-04-05 | * i386.h: Revert last patch for the NON_BROKEN_OPCODES cases. | Ian Lance Taylor | 2 | -8/+18 | |
1997-04-04 | cgen header file | David Edelsohn | 3 | -0/+660 | |
1997-04-04 | update copyright | Ian Lance Taylor | 1 | -1/+1 | |
1997-04-04 | * i386.h: Correct opcode values for fsubp, fsubrp, fdivp, and | Ian Lance Taylor | 2 | -16/+30 | |
fdivrp. | |||||
1997-03-24 | * i386.h: Add iclr. | Ian Lance Taylor | 1 | -0/+4 | |
1997-03-21 | * i386.h: Change DW to W for cmpxchg and xadd, since they don't | Ian Lance Taylor | 2 | -27/+77 | |
take a direction bit. | |||||
1997-03-19 | * m68k.h (mcfmac, mcfdiv): New macros. | J.T. Conklin | 1 | -0/+28 | |
1997-03-16 | x | Ian Lance Taylor | 1 | -0/+4 | |
1997-03-14 | * sparc.h: Include <ansidecl.h>. Update function declarations to | Ian Lance Taylor | 2 | -10/+34 | |
use prototypes, and to use const when appropriate. | |||||
1997-03-06 | Fix typo in last change. | Jeff Law | 1 | -1/+1 | |
1997-03-06 | * mn10300.h (MN10300_OPERAND_RELAX): Define. | Jeff Law | 1 | -1/+7 | |
Bringing over changes from the mn10200 port. Getting ready to start on the relaxing assembler. | |||||
1997-03-03 | Correct d10v sanitization errors. | Jim Wilson | 1 | -8/+1 | |
1997-02-23 | * mips.h: Add macros for cop0, cop1 cop2 and cop3. | Dawn Perchik | 2 | -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-22 | Fri Feb 21 16:34:18 1997 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -0/+4 | |
* d30v.h (FLAG_X): Remove unused flag. | |||||
1997-02-20 | Since d10v is public now, remove all sanitization statements | Michael Meissner | 2 | -34/+0 | |
1997-02-19 | Tue Feb 18 17:37:20 1997 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 3 | -0/+294 | |
* d30v.h: New file. | |||||
1997-02-11 | Add r5900 | Gavin Romig-Koch | 2 | -0/+34 | |
1997-02-10 | * tic80.h (tic80_symbol_to_value): Change prototype to match | Fred Fish | 2 | -1/+6 | |
change in function, added class parameter. | |||||
1997-02-07 | * tic80.h (TIC80_OPERAND_ENDMASK): Add for flagging TIc80 | Fred Fish | 2 | -0/+15 | |
endmask fields, which are somewhat weird in that 0 and 32 are treated exactly the same. | |||||
1997-01-30 | One minor fix I forgot in last checkin. | Fred Fish | 1 | -1/+1 | |
1997-01-30 | * tic80.h: Change all the OPERAND defines to use the form (1 << X) | Fred Fish | 2 | -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 Law | 1 | -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 cannot | Fred Fish | 2 | -1/+7 | |
be the destination register. | |||||
1997-01-17 | * tic80.h (struct tic80_opcode): Change "format" field to "flags". | Fred Fish | 2 | -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 Fish | 2 | -0/+7 | |
1997-01-06 | * tic80.h (TIC80_OPERAND_SCALED): Operand may have optional | Fred Fish | 2 | -0/+9 | |
":s" modifier for scaling. | |||||
1997-01-05 | * tic80.h (TIC80_OPERAND_M_SI): Add operand modifier for ":m". | Fred Fish | 2 | -0/+13 | |
(TIC80_OPERAND_M_LI): Ditto | |||||
1997-01-05 | * tic80.h (TIC80_OPERAND_BITNUM): Renamed from TIC80_OPERAND_CC_SZ. | Fred Fish | 2 | -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 Fish | 2 | -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-31 | Add V850_OPERAND_ADJUST_SHORT_MEMORY | Michael Meissner | 1 | -0/+7 | |
1996-12-28 | (Laying the groundwork (that will be incrementally fleshed out) for | Fred Fish | 3 | -0/+152 | |
TIc80 support) * tic80.h: New file. | |||||
1996-12-18 | * mn10200.h (MN10200_OPERAND_NOCHECK): Define. | Jeff Law | 1 | -0/+4 | |
1996-12-14 | * mn10200.h: Fix comment, mn10200_operand not powerpc_operand. | Fred Fish | 3 | -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. Conklin | 1 | -0/+9 | |
1996-11-19 | * mn10300.h (MN10300_OPERAND_REG_LIST): Define. | Jeff Law | 2 | -0/+12 | |
1996-11-05 | * mn10300.h (MN10300_OPERAND_EXTENDED): Define. | Jeff Law | 2 | -0/+6 | |
[ For operands inserted into the extended part of the opcode. ] | |||||
1996-11-04 | * mn10300.h (MN10300_OPERAND_REPEATED): Define. | Jeff Law | 2 | -0/+19 | |
Matsushita. | |||||
1996-11-01 | Fri Nov 1 10:31:02 1996 Richard Henderson <rth@tamu.edu> | Ian Lance Taylor | 1 | -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 Law | 1 | -0/+11 | |
1996-10-08 | * mn10300.h (MN10300_OPERAND_PAREN): Define. | Jeff Law | 2 | -0/+6 | |
Matsushita. | |||||
1996-10-07 | * mn10300.h (mn10300_opcode): Add "format" field. | Jeff Law | 2 | -0/+20 | |
(MN10300_OPERAND_*): Define. Checkpointing today's Matsushita work. | |||||
1996-10-03 | Grrr. The mn10200 and mn10300 are _not_ similar enough to easily support | Jeff Law | 3 | -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 Law | 3 | -0/+102 | |
Matsushita. | |||||
1996-08-22 | * v850.h (v850_operands): Add insert and extract fields, pointers | J.T. Conklin | 2 | -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. Conklin | 2 | -0/+12 | |
(OPERAND_REG, OPERAND_NUM): Defined. |