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
2001-03-14Fix typos in ChangeLogs; add coff/external.h; fix copyright datesNick Clifton
2001-01-14Adds assembly and dis-assembly support for the HPPA wideAlan Modra
mode, 16 bit forms of ldi, ldo, ldw and stw instructions.
2000-09-05doco addition.Alan Modra
2000-04-22 * hppa.h (pa_opcodes): New opcodes for PA2.0 wide modeJeff Law
forms of ld/st{b,h,w,d} and fld/fst{w,d} (16-bit displacements). New operand types l,y,&,fe,fE,fx added to support above forms. (pa_opcodes): Replaced usage of 'x' as source/target for floating point double-word loads/stores with 'fx'. Fr
1999-11-25 * hppa.h (pa_opcodes): Correctly handle immediate for PA2.0 "bb"Jeff Law
instruction.
1999-10-10 * hppa.h (pa_opcodes): Add load and store cache control toJeff Law
instructions. Add ordered access load and store. * hppa.h (pa_opcode): Add new entries for addb and addib. * hppa.h (pa_opcodes): Fix cmpb and cmpib entries. * hppa.h (pa_opcodes): Add entries for cmpb and cmpib.
1999-09-23Add missing initializer lost in last change.Jeff Law
1999-09-23 * hppa.h (pa_opcodes): Add "call" and "ret". Clean up "b", "bve"Jeff Law
and "be" using completer prefixes.
1999-09-23 * hppa.h (pa_opcodes): Add initializers to silence compiler.Jeff Law
1999-09-23 * hppa.h: Update comments about character usage.Jeff Law
1999-09-20 * hppa.h (pa_opcodes): Fix minor thinkos introduced while cleaningJeff Law
up the new fstw & bve instructions.
1999-09-20 * hppa.h (pa_opcodes): Add remaining PA2.0 integer load/storeJeff Law
instructions.
1999-09-19 * hppa.h (pa_opcodes): Add remaining PA2.0 FP load/store instructions.Jeff Law
1999-09-19 * hppa.h (pa_opcodes): Add long offset double word load/storeJeff Law
instructions.
1999-09-19 * hppa.h (pa_opcodes): Add FLAG_STRICT variants of FP loads andJeff Law
stores.
1999-09-19 * hppa.h (pa_opcodes): Handle PA2.0 fcnv, fcmp and ftest insns.Jeff Law
1999-09-19 * hppa.h (pa_opcodes): Finish support for PA2.0 "b" instructions.Jeff Law
1999-09-19 * hppa.h (pa_opcodes): Handle PA2.0 "bve" instructions.Jeff Law
1999-09-19 * hppa.h (pa_opcodes): Add new syntax "be" instructions.Jeff Law
1999-09-19 * hppa.h (pa_opcodes): Note use of 'M' and 'L'.Jeff Law
1999-09-19 * hppa.h (pa_opcodes): Add support for "b,l".Jeff Law
1999-09-19 * hppa.h (pa_opcodes): Add support for "b,gate".Jeff Law
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-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-28Fix minor bug in last change.Jeff Law
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-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-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-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-05-28 * hppa.h (pa_opcodes): Move integer arithmetic instructions afterJeff Law
integer logical instructions.
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-0319990502 sourceware importbinu_ss_19990502Richard Henderson