Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-09-18 * hppa.h (pa_opcodes): Use 'fX' for first register operandJeff Law
in xmpyu.
1999-09-18 * hppa.h (pa_opcodes): Fix mask for probe and probei.Jeff Law
1999-09-18 * hppa.h (pa_opcodes): Fix mask for depwi.Jeff Law
1999-09-07 * hppa.h (pa_opcodes): Add "addil" variant which has the %r1 asJeff Law
an explicit output argument.
1999-09-06 * hppa.h: Add strict variants of PA1.0/PA1.1 loads and stores.Jeff Law
Add a few PA2.0 loads and store variants.
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor
* pj.h: New file.
1999-08-30Allow spaces in i386 FP reg names, eg. %st ( 1 ).Alan Modra
1999-08-29 * hppa.h (pa_opcodes): Replace 'f' by 'v'. Prefix float register argsJeff Law
by 'f'.
1999-08-28 * hppa.h (pa_opcodes): Add extrd, extrw, depd, depdi, depw, depwi.Jeff Law
Add supporting args.
1999-08-28 * hppa.h: Document new completers and args.Jeff Law
* hppa.h (pa_opcodes): Add 64 bit patterns and pa2.0 syntax for uxor, uaddcm, dcor, addi, add, sub, subi, shladd, rfi, and probe. Add pa2.0 extensions for ssm, rsm, pdtlb, pitlb. Add performance instructions pmenb and pmdis.
1999-08-28 * hppa.h (pa_opcodes): Add pa2.0 instructions hadd, hshl,Jeff Law
hshr, hsub, mixh, mixw, permh.
1999-08-28 * hppa.h (pa_opcodes): Change completers in instructions toJeff Law
use 'c' prefix.
1999-08-28 * hppa.h (pa_opcodes): Add popbts, new forms of bb, havg,Jeff Law
hshladd, hshradd, shrpd, and shrpw instructions. Update arg comments.
1999-08-28 * hppa.h (pa_opcodes): Change fmpyfadd, fmpynfadd, fneg,Jeff Law
fnegabs to use 'I' instead of 'F'.
1999-08-21Add AMD athlon support to x86 assembler and disassembler.Alan Modra
1999-08-19* cgen.h (CGEN_INSN_MACH_HAS_P): New macro.Doug Evans
1999-08-06 * hppa.h (pa_opcodes): Add 64 bit versions of or, xor, and,Jeff Law
and andcm. Add 32 and 64 bit version of cmpclr, cmpiclr.
1999-08-06 * hppa.h: Document 64 bit condition completers.Jeff Law
1999-08-06 * hppa.h (pa_opcodes): Change condition args to use '?' prefix.Jeff Law
1999-08-04Support for gcc to generate 16-bit i386 code. (.code16gcc)Alan Modra
1999-07-28 * hppa.h (pa_opcodes): Add "pushnom" and "pushbts".Jeff Law
* hppa.h (pa_opcodes): Mark all PA2.0 opcodes with FLAG_STRICT.
1999-07-28 * hppa.h (pa_opcodes): Change xmpyu, fmpyfadd,Jeff Law
and fmpynfadd to use 'J' and 'K' instead of 'E' and 'X'.
1999-07-13oAlan Modra
include/opcode/i386.h: Add "undocumented" AMD 3DNow! pf2iw, pi2fw, pswapw
1999-07-01 * hppa.h (struct pa_opcode): Add new field "flags".Jeff Law
(FLAGS_STRICT): Define.
1999-06-25 * hppa.h (pa_opcodes): Add pa2.0 clrbts instruction.Jeff Law
1999-06-25 * hppa.h (pa_opcodes): Add entries for mfia and mtsarcm instructions.Jeff Law
1999-06-23PAlan Modra
include/opcode/i386.h: Allow bswapl, arplw, and other dodgy insns. opcodes/i386-dis.c: Fix a comment
1999-05-28 * hppa.h (pa_opcodes): Move integer arithmetic instructions afterJeff Law
integer logical instructions.
1999-05-281999-05-28 Linus Nordberg <linus.nordberg@canit.se>Ian Lance Taylor
* m68k.h: Document new formats `E', `G', `H' and new places `N', `n', `o'. * m68k.h: Define mcf5206e, mcf5307, mcf. Document new format `u' and new places `m', `M', `h'.
1999-05-27 * hppa.h (pa_opcodes): Add several processor specific systemJeff Law
instructions.
1999-05-26 * hppa.h (pa_opcodes): Add second entry for "comb", "comib",Jeff Law
"addb", and "addib" to be used by the disassembler.
1999-05-13PAlan Modra
i386 PIII SIMD support, remove ReverseRegRegmem kludge tidy a few things in i386 intel mode disassembly
1999-05-09* ppc.h (PPC_OPCODE_64_BRIDGE): New.Richard Henderson
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson