summaryrefslogtreecommitdiff
path: root/opcodes/iq2000-ibld.c
Commit message (Collapse)AuthorAgeFilesLines
* Change source files over to GPLv3.Nick Clifton2007-07-051-8/+8
|
* * cgen-ibld.in (insert_normal): Cope with attempts to insert a signed 32-bitNick Clifton2006-03-051-8/+15
| | | | value into an unsigned 32-bit field when the host is a 64-bit machine.
* Update function declarations to ISO C90 formattingNick Clifton2005-07-011-78/+54
|
* Update the address and phone number of the FSFNick Clifton2005-05-071-1/+1
|
* Add an index operand to some of the iq2000 co-processor instructionsNick Clifton2004-10-271-18/+18
|
* regenerate cgen files after prototype fixMichael Meissner2003-08-091-67/+69
|
* FRV: Use a signed 6-bit immediate value not unsigned for mdrotli insn.Nick Clifton2003-06-031-20/+20
| | | | Use maintainer mode to regenerate ports.
* * iq2000-asm.c: New file.Stan Cox2003-01-031-0/+1394
* iq2000-desc.c: Likewise. * iq2000-desc.h: Likewise. * iq2000-dis.c: Likewise. * iq2000-ibld.c: Likewise. * iq2000-opc.c: Likewise. * iq2000-opc.h: Likewise. * Makefile.am (HFILES): Add iq2000-desc.h, iq2000-opc.h. (CFILES): Add iq2000-asm.c, iq2000-desc.c, iq2000-dis.c, iq2000-ibld.c, iq2000-opc.c. (ALL_MACHINES): Add iq2000-asm.lo, iq2000-desc.lo, iq2000-dis.lo, iq2000-ibld.lo, iq2000-opc.lo. (CLEANFILES): Add stamp-iq2000. (IQ2000_DEPS): New macro. (stamp-iq2000): New target. * Makefile.in: Regenerate. * configure.in: Handle bfd_iq2000_arch. * configure: Regenerate.