Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * hppa.h (pa_opcodes): Reorder bb opcodes so that pa10 opcodes come | John David Anglin | 2006-03-04 | 1 | -2/+2 |
| | | | | first. Correct mask of bb "B" opcode. | ||||
* | * hppa.h (pa_opcodes): Add two fcmp opcodes. Reorder ftest opcodes. | John David Anglin | 2005-10-16 | 1 | -1/+3 |
| | | | | Add FLAG_STRICT to pa10 ftest opcode. | ||||
* | * gas/hppa/basic/basic.exp (do_system): Adjust for removal of lha | John David Anglin | 2005-10-13 | 1 | -4/+2 |
| | | | | | | | instructions from system.s. * gas/hppa/basic/system.s (lha): Remove. * hppa.h (pa_opcodes): Remove lha entries. | ||||
* | * config/tc-hppa.c (strict): Don't initialize. Update comment. | John David Anglin | 2005-10-08 | 1 | -84/+144 |
| | | | | | | | | | | (pa_ip): Promote from PA 1.0 to 1.1 immediately when 1.1 match is found. Simplify handling of "ma" and "mb" completers. * hppa.h (FLAG_STRICT): Revise comment. (pa_opcode): Revise ordering rules. Add/move strict pa10 variants before corresponding pa11 opcodes. Add strict pa10 register-immediate entries for "fdc". | ||||
* | * hppa.h (pa_opcodes): Add new "fdc" and "fic" opcode entries. | John David Anglin | 2005-09-25 | 1 | -1/+4 |
| | |||||
* | * hppa.h: Update copyright dates. | John David Anglin | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | PR gas/336 | John David Anglin | 2005-07-28 | 1 | -0/+3 |
| | | | | | * hppa.h (pa_opcodes): Allow 0 immediates in PA 2.0 variants of pdtlb and pitlb. | ||||
* | * hppa.h: Fix punctuation in comment. | John David Anglin | 2005-07-19 | 1 | -2/+2 |
| | |||||
* | * hppa.h (pa_opcode): Add rules for opcode ordering. Check first for | John David Anglin | 2005-07-19 | 1 | -214/+234 |
| | | | | | | | | implicit space-register addressing. Set space-register bits on opcodes using implicit space-register addressing. Add various missing pa20 long-immediate opcodes. Remove various opcodes using implicit 3-bit space-register addressing. Use "fE" instead of "fe" in various fstw opcodes. | ||||
* | * hppa.h (pa_opcode): Don't set FLAG_STRICT in pa10 loads and stores. | John David Anglin | 2005-07-11 | 1 | -125/+130 |
| | |||||
* | * hppa.h (pa_opcodes): Use cM and cX instead of cm and cx, | John David Anglin | 2005-06-11 | 1 | -12/+12 |
| | | | | respectively, in various floating-point load and store patterns. | ||||
* | * hppa.h (FLAG_STRICT): Correct comment. | John David Anglin | 2005-05-23 | 1 | -423/+548 |
| | | | | | | (pa_opcodes): Update load and store entries to allow both PA 1.X and PA 2.0 mneumonics when equivalent. Entries with cache control completers now require PA 1.1. Adjust whitespace. | ||||
* | Update the address and phone number of the FSF organization | Nick Clifton | 2005-05-10 | 1 | -1/+1 |
| | |||||
* | update copyright dates | Alan Modra | 2005-03-03 | 1 | -1/+1 |
| | |||||
* | * hppa.h (ldwa, ldda): Add ordered opcodes. | John David Anglin | 2003-01-31 | 1 | -0/+2 |
| | |||||
* | * hppa.h (completer_chars): #if 0 out. | Alan Modra | 2002-12-16 | 1 | -1/+3 |
| | |||||
* | * hppa.h (call, ret): Move to end of table. | Jeff Law | 2001-12-31 | 1 | -92/+100 |
| | | | | | | | | | | | (addb, addib): PA2.0 variants should have been PA2.0W. (ldw, ldh, ldb, stw, sth, stb, stwa): Reorder to keep disassembler happy. (fldw, fldd, fstw, fstd, bb): Likewise. (short loads/stores): Tweak format specifier slightly to keep disassembler happy. (indexed loads/stores): Likewise. (absolute loads/stores): Likewise. | ||||
* | Fix typos in ChangeLogs; add coff/external.h; fix copyright dates | Nick Clifton | 2001-03-14 | 1 | -1/+2 |
| | |||||
* | Adds assembly and dis-assembly support for the HPPA wide | Alan Modra | 2001-01-14 | 1 | -21/+28 |
| | | | | mode, 16 bit forms of ldi, ldo, ldw and stw instructions. | ||||
* | doco addition. | Alan Modra | 2000-09-05 | 1 | -1/+3 |
| | |||||
* | * hppa.h (pa_opcodes): New opcodes for PA2.0 wide mode | Jeff Law | 2000-04-21 | 1 | -25/+36 |
| | | | | | | | | | 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 | ||||
* | * hppa.h (pa_opcodes): Correctly handle immediate for PA2.0 "bb" | Jeff Law | 1999-11-25 | 1 | -2/+5 |
| | | | | instruction. | ||||
* | * hppa.h (pa_opcodes): Add load and store cache control to | Jeff Law | 1999-10-10 | 1 | -75/+112 |
| | | | | | | | | | | 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. | ||||
* | Add missing initializer lost in last change. | Jeff Law | 1999-09-23 | 1 | -1/+1 |
| | |||||
* | * hppa.h (pa_opcodes): Add "call" and "ret". Clean up "b", "bve" | Jeff Law | 1999-09-23 | 1 | -17/+26 |
| | | | | and "be" using completer prefixes. | ||||
* | * hppa.h (pa_opcodes): Add initializers to silence compiler. | Jeff Law | 1999-09-23 | 1 | -271/+271 |
| | |||||
* | * hppa.h: Update comments about character usage. | Jeff Law | 1999-09-23 | 1 | -1/+4 |
| | |||||
* | * hppa.h (pa_opcodes): Fix minor thinkos introduced while cleaning | Jeff Law | 1999-09-20 | 1 | -8/+8 |
| | | | | up the new fstw & bve instructions. | ||||
* | * hppa.h (pa_opcodes): Add remaining PA2.0 integer load/store | Jeff Law | 1999-09-19 | 1 | -1/+14 |
| | | | | instructions. | ||||
* | * hppa.h (pa_opcodes): Add remaining PA2.0 FP load/store instructions. | Jeff Law | 1999-09-19 | 1 | -0/+9 |
| | |||||
* | * hppa.h (pa_opcodes): Add long offset double word load/store | Jeff Law | 1999-09-19 | 1 | -3/+15 |
| | | | | instructions. | ||||
* | * hppa.h (pa_opcodes): Add FLAG_STRICT variants of FP loads and | Jeff Law | 1999-09-19 | 1 | -1/+17 |
| | | | | stores. | ||||
* | * hppa.h (pa_opcodes): Handle PA2.0 fcnv, fcmp and ftest insns. | Jeff Law | 1999-09-19 | 1 | -1/+11 |
| | |||||
* | * hppa.h (pa_opcodes): Finish support for PA2.0 "b" instructions. | Jeff Law | 1999-09-19 | 1 | -0/+3 |
| | |||||
* | * hppa.h (pa_opcodes): Handle PA2.0 "bve" instructions. | Jeff Law | 1999-09-19 | 1 | -1/+6 |
| | |||||
* | * hppa.h (pa_opcodes): Add new syntax "be" instructions. | Jeff Law | 1999-09-19 | 1 | -0/+2 |
| | |||||
* | * hppa.h (pa_opcodes): Note use of 'M' and 'L'. | Jeff Law | 1999-09-19 | 1 | -1/+3 |
| | |||||
* | * hppa.h (pa_opcodes): Add support for "b,l". | Jeff Law | 1999-09-19 | 1 | -1/+3 |
| | |||||
* | * hppa.h (pa_opcodes): Add support for "b,gate". | Jeff Law | 1999-09-19 | 1 | -3/+3 |
| | |||||
* | * hppa.h (pa_opcodes): Use 'fX' for first register operand | Jeff Law | 1999-09-18 | 1 | -1/+2 |
| | | | | in xmpyu. | ||||
* | * hppa.h (pa_opcodes): Fix mask for probe and probei. | Jeff Law | 1999-09-18 | 1 | -4/+4 |
| | |||||
* | * hppa.h (pa_opcodes): Fix mask for depwi. | Jeff Law | 1999-09-18 | 1 | -1/+1 |
| | |||||
* | * hppa.h (pa_opcodes): Add "addil" variant which has the %r1 as | Jeff Law | 1999-09-07 | 1 | -1/+3 |
| | | | | an explicit output argument. | ||||
* | * hppa.h: Add strict variants of PA1.0/PA1.1 loads and stores. | Jeff Law | 1999-09-06 | 1 | -0/+61 |
| | | | | Add a few PA2.0 loads and store variants. | ||||
* | * hppa.h (pa_opcodes): Replace 'f' by 'v'. Prefix float register args | Jeff Law | 1999-08-29 | 1 | -122/+124 |
| | | | | by 'f'. | ||||
* | * hppa.h (pa_opcodes): Add extrd, extrw, depd, depdi, depw, depwi. | Jeff Law | 1999-08-28 | 1 | -2/+17 |
| | | | | Add supporting args. | ||||
* | * hppa.h: Document new completers and args. | Jeff Law | 1999-08-28 | 1 | -4/+53 |
| | | | | | | | * 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. | ||||
* | Fix minor bug in last change. | Jeff Law | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | * hppa.h (pa_opcodes): Add pa2.0 instructions hadd, hshl, | Jeff Law | 1999-08-28 | 1 | -3/+16 |
| | | | | hshr, hsub, mixh, mixw, permh. | ||||
* | * hppa.h (pa_opcodes): Change completers in instructions to | Jeff Law | 1999-08-28 | 1 | -89/+96 |
| | | | | use 'c' prefix. |