aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/hppa.h
AgeCommit message (Collapse)AuthorFilesLines
2016-03-07Add const qualifiers at various places.Trevor Saunders1-1/+1
opcodes * mcore-opc.h: Add const qualifiers. * microblaze-opc.h (struct op_code_struct): Likewise. * sh-opc.h: Likewise. * tic4x-dis.c (tic4x_print_indirect): Likewise. (tic4x_print_op): Likewise. include * opcode/dlx.h (struct dlx_opcode): Add const qualifiers. * opcode/h8300.h (struct h8_opcode): Likewise. * opcode/hppa.h (struct pa_opcode): Likewise. * opcode/msp430.h: Likewise. * opcode/spu.h (struct spu_opcode): Likewise. * opcode/tic30.h (struct _register): Likewise. * opcode/tic4x.h (struct tic4x_register): Likewise. (struct tic4x_cond): Likewise. (struct tic4x_indirect): Likewise. (struct tic4x_inst): Likewise. * opcode/visium.h (struct reg_entry): Likewise. gas * config/tc-arc.c: Add const qualifiers. * config/tc-h8300.c (md_begin): Likewise. * config/tc-ia64.c (print_prmask): Likewise. * config/tc-msp430.c (msp430_operands): Likewise. * config/tc-nds32.c (struct suffix_name): Likewise. (struct nds32_parse_option_table): Likewise. (struct nds32_set_option_table): Likewise. (do_pseudo_pushpopm): Likewise. (do_pseudo_pushpop_stack): Likewise. (nds32_relax_relocs): Likewise. (nds32_flag): Likewise. (struct nds32_hint_map): Likewise. (nds32_find_reloc_table): Likewise. (nds32_match_hint_insn): Likewise. * config/tc-s390.c: Likewise. * config/tc-sh.c (get_specific): Likewise. * config/tc-tic30.c: Likewise. * config/tc-tic4x.c (tic4x_inst_add): Likewise. (tic4x_indirect_parse): Likewise. * config/tc-vax.c (vax_cons): Likewise. * config/tc-z80.c (struct reg_entry): Likewise. * config/tc-epiphany.c (md_assemble): Adjust. (epiphany_assemble): New function. (epiphany_elf_section_rtn): Call do_align directly. (epiphany_elf_section_text): Likewise. * config/tc-ip2k.c (ip2k_elf_section_rtn): Likewise. (ip2k_elf_section_text): Likewise. * read.c (do_align): Make it not static. * read.h (do_align): New prototype.
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-3/+1
2012-10-15 * hppa.h (pa_opcodes): Use "cX" completer instead of "cx" in fstqxDave Anglin1-4/+4
opcodes. Likewise, use "cM" instead of "cm" in fstqs opcodes.
2010-12-31 PR gas/11395Dave Anglin1-7/+7
* config/tc-hppa.c (pa_ip): Revert last change. Add variable need_cond to determine whether a 64-bit condition is needed for 'A' and 'S' conditions. Default to 32-bit never condition for logical and unit instructions. Add error message for missing branch on bit condition. * hppa.h (pa_opcodes): Revert last change. Exchange 32 and 64-bit "bb" entries. * hppa-dis.c (compare_cond_64_names): Change never condition to ",*". (add_cond_64_names): Likewise. (logical_cond_64_names): Likewise. (unit_cond_64_names): Likewise.
2010-12-27 PR gas/11395Dave Anglin1-5/+5
* config/tc-hppa.c (pa_ip): Set doubleword carry/borrow bit when a doubleword completer or doubleword condition is found in an add/sub instruction. Reject match for 'A'/'S' only if there is no condition and d bit is not set. * gas/hppa/basic/add2.s: Add test for a simple doubleword carry instruction. * gas/hppa/basic/sub2.s: Add tests for simple word and doubleword borrow instructions. * gas/hppa/basic/basic.exp: Update regexps for above. * opcode/hppa.h: Clear "d" bit in "add" and "sub" patterns.
2010-04-15Upgrade header files to use GPLv3Nick Clifton1-13/+14
2009-09-02update copyright datesAlan Modra1-1/+1
2009-08-20hppa.h (pa_opcodes): Add a pa10 bb without FLAG_STRICT.Nick Hudson1-0/+1
2006-03-04 * hppa.h (pa_opcodes): Reorder bb opcodes so that pa10 opcodes comeDave Anglin1-2/+2
first. Correct mask of bb "B" opcode.
2005-10-16 * hppa.h (pa_opcodes): Add two fcmp opcodes. Reorder ftest opcodes.Dave Anglin1-1/+3
Add FLAG_STRICT to pa10 ftest opcode.
2005-10-13 * gas/hppa/basic/basic.exp (do_system): Adjust for removal of lhaDave Anglin1-4/+2
instructions from system.s. * gas/hppa/basic/system.s (lha): Remove. * hppa.h (pa_opcodes): Remove lha entries.
2005-10-08 * config/tc-hppa.c (strict): Don't initialize. Update comment.Dave Anglin1-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".
2005-09-25 * hppa.h (pa_opcodes): Add new "fdc" and "fic" opcode entries.Dave Anglin1-1/+4
2005-08-03 * hppa.h: Update copyright dates.Dave Anglin1-1/+1
2005-07-28 PR gas/336Dave Anglin1-0/+3
* hppa.h (pa_opcodes): Allow 0 immediates in PA 2.0 variants of pdtlb and pitlb.
2005-07-19 * hppa.h: Fix punctuation in comment.Dave Anglin1-2/+2
2005-07-19 * hppa.h (pa_opcode): Add rules for opcode ordering. Check first forDave Anglin1-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.
2005-07-11 * hppa.h (pa_opcode): Don't set FLAG_STRICT in pa10 loads and stores.Dave Anglin1-125/+130
2005-06-11 * hppa.h (pa_opcodes): Use cM and cX instead of cm and cx,Dave Anglin1-12/+12
respectively, in various floating-point load and store patterns.
2005-05-23 * hppa.h (FLAG_STRICT): Correct comment.Dave Anglin1-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.
2005-05-10Update the address and phone number of the FSF organizationNick Clifton1-1/+1
2005-03-03update copyright datesAlan Modra1-1/+1
2003-01-31 * hppa.h (ldwa, ldda): Add ordered opcodes.Dave Anglin1-0/+2
2002-12-16 * hppa.h (completer_chars): #if 0 out.Alan Modra1-1/+3
2001-12-31 * hppa.h (call, ret): Move to end of table.Jeff Law1-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.
2001-03-14Fix typos in ChangeLogs; add coff/external.h; fix copyright datesNick Clifton1-1/+2
2001-01-14Adds assembly and dis-assembly support for the HPPA wideAlan Modra1-21/+28
mode, 16 bit forms of ldi, ldo, ldw and stw instructions.
2000-09-05doco addition.Alan Modra1-1/+3
2000-04-21 * hppa.h (pa_opcodes): New opcodes for PA2.0 wide modeJeff Law1-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
1999-11-25 * hppa.h (pa_opcodes): Correctly handle immediate for PA2.0 "bb"Jeff Law1-2/+5
instruction.
1999-10-10 * hppa.h (pa_opcodes): Add load and store cache control toJeff Law1-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.
1999-09-23Add missing initializer lost in last change.Jeff Law1-1/+1
1999-09-23 * hppa.h (pa_opcodes): Add "call" and "ret". Clean up "b", "bve"Jeff Law1-17/+26
and "be" using completer prefixes.
1999-09-23 * hppa.h (pa_opcodes): Add initializers to silence compiler.Jeff Law1-271/+271
1999-09-23 * hppa.h: Update comments about character usage.Jeff Law1-1/+4
1999-09-20 * hppa.h (pa_opcodes): Fix minor thinkos introduced while cleaningJeff Law1-8/+8
up the new fstw & bve instructions.
1999-09-19 * hppa.h (pa_opcodes): Add remaining PA2.0 integer load/storeJeff Law1-1/+14
instructions.
1999-09-19 * hppa.h (pa_opcodes): Add remaining PA2.0 FP load/store instructions.Jeff Law1-0/+9
1999-09-19 * hppa.h (pa_opcodes): Add long offset double word load/storeJeff Law1-3/+15
instructions.
1999-09-19 * hppa.h (pa_opcodes): Add FLAG_STRICT variants of FP loads andJeff Law1-1/+17
stores.
1999-09-19 * hppa.h (pa_opcodes): Handle PA2.0 fcnv, fcmp and ftest insns.Jeff Law1-1/+11
1999-09-19 * hppa.h (pa_opcodes): Finish support for PA2.0 "b" instructions.Jeff Law1-0/+3
1999-09-19 * hppa.h (pa_opcodes): Handle PA2.0 "bve" instructions.Jeff Law1-1/+6
1999-09-19 * hppa.h (pa_opcodes): Add new syntax "be" instructions.Jeff Law1-0/+2
1999-09-19 * hppa.h (pa_opcodes): Note use of 'M' and 'L'.Jeff Law1-1/+3
1999-09-19 * hppa.h (pa_opcodes): Add support for "b,l".Jeff Law1-1/+3
1999-09-19 * hppa.h (pa_opcodes): Add support for "b,gate".Jeff Law1-3/+3
1999-09-18 * hppa.h (pa_opcodes): Use 'fX' for first register operandJeff Law1-1/+2
in xmpyu.