aboutsummaryrefslogtreecommitdiff
path: root/include/opcode
AgeCommit message (Collapse)AuthorFilesLines
1999-09-19 * hppa.h (pa_opcodes): Handle PA2.0 "bve" instructions.Jeff Law2-1/+8
1999-09-19 * hppa.h (pa_opcodes): Add new syntax "be" instructions.Jeff Law2-0/+4
1999-09-19 * hppa.h (pa_opcodes): Note use of 'M' and 'L'.Jeff Law2-1/+5
1999-09-19 * hppa.h (pa_opcodes): Add support for "b,l".Jeff Law2-1/+5
1999-09-19 * hppa.h (pa_opcodes): Add support for "b,gate".Jeff Law2-3/+7
1999-09-18 * hppa.h (pa_opcodes): Use 'fX' for first register operandJeff Law2-1/+5
in xmpyu.
1999-09-18 * hppa.h (pa_opcodes): Fix mask for probe and probei.Jeff Law2-4/+6
1999-09-18 * hppa.h (pa_opcodes): Fix mask for depwi.Jeff Law2-1/+5
1999-09-07 * hppa.h (pa_opcodes): Add "addil" variant which has the %r1 asJeff Law2-1/+8
an explicit output argument.
1999-09-06 * hppa.h: Add strict variants of PA1.0/PA1.1 loads and stores.Jeff Law2-0/+66
Add a few PA2.0 loads and store variants.
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor2-0/+50
* pj.h: New file.
1999-08-29Allow spaces in i386 FP reg names, eg. %st ( 1 ).Alan Modra2-10/+20
1999-08-29 * hppa.h (pa_opcodes): Replace 'f' by 'v'. Prefix float register argsJeff Law2-122/+127
by 'f'.
1999-08-28 * hppa.h (pa_opcodes): Add extrd, extrw, depd, depdi, depw, depwi.Jeff Law2-2/+20
Add supporting args.
1999-08-28 * hppa.h: Document new completers and args.Jeff Law2-4/+59
* 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 Law1-1/+1
1999-08-28 * hppa.h (pa_opcodes): Add pa2.0 instructions hadd, hshl,Jeff Law2-3/+19
hshr, hsub, mixh, mixw, permh.
1999-08-28 * hppa.h (pa_opcodes): Change completers in instructions toJeff Law2-89/+99
use 'c' prefix.
1999-08-28 * hppa.h (pa_opcodes): Add popbts, new forms of bb, havg,Jeff Law2-9/+25
hshladd, hshradd, shrpd, and shrpw instructions. Update arg comments.
1999-08-28 * hppa.h (pa_opcodes): Change fmpyfadd, fmpynfadd, fneg,Jeff Law2-4/+12
fnegabs to use 'I' instead of 'F'.
1999-08-21Add AMD athlon support to x86 assembler and disassembler.Alan Modra2-34/+42
1999-08-19* cgen.h (CGEN_INSN_MACH_HAS_P): New macro.Doug Evans2-0/+10
1999-08-06 * hppa.h (pa_opcodes): Add 64 bit versions of or, xor, and,Jeff Law2-0/+11
and andcm. Add 32 and 64 bit version of cmpclr, cmpiclr.
1999-08-06 * hppa.h: Document 64 bit condition completers.Jeff Law2-2/+21
1999-08-05 * hppa.h (pa_opcodes): Change condition args to use '?' prefix.Jeff Law2-93/+106
1999-08-04Support for gcc to generate 16-bit i386 code. (.code16gcc)Alan Modra2-25/+40
1999-07-28 * hppa.h (pa_opcodes): Add "pushnom" and "pushbts".Jeff Law2-10/+17
* hppa.h (pa_opcodes): Mark all PA2.0 opcodes with FLAG_STRICT.
1999-07-28 * hppa.h (pa_opcodes): Change xmpyu, fmpyfadd,Jeff Law2-3/+8
and fmpynfadd to use 'J' and 'K' instead of 'E' and 'X'.
1999-07-138Alan Modra1-7/+10
include/opcode/i386.h: Add "undocumented" AMD 3DNow! pf2iw, pi2fw, pswapw
1999-07-13oAlan Modra1-0/+4
include/opcode/i386.h: Add "undocumented" AMD 3DNow! pf2iw, pi2fw, pswapw
1999-06-30 * hppa.h (struct pa_opcode): Add new field "flags".Jeff Law2-0/+9
(FLAGS_STRICT): Define.
1999-06-25 * hppa.h (pa_opcodes): Add pa2.0 clrbts instruction.Jeff Law2-1/+4
1999-06-25 * hppa.h (pa_opcodes): Add entries for mfia and mtsarcm instructions.Jeff Law2-0/+7
1999-06-23PAlan Modra2-42/+48
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 Law2-21/+26
integer logical instructions.
1999-05-271999-05-28 Linus Nordberg <linus.nordberg@canit.se>Ian Lance Taylor2-2/+39
* 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 Law2-0/+15
instructions.
1999-05-26 * hppa.h (pa_opcodes): Add second entry for "comb", "comib",Jeff Law2-0/+17
"addb", and "addib" to be used by the disassembler.
1999-05-13PAlan Modra2-133/+238
i386 PIII SIMD support, remove ReverseRegRegmem kludge tidy a few things in i386 intel mode disassembly
1999-05-08* ppc.h (PPC_OPCODE_64_BRIDGE): New.Richard Henderson2-0/+7
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson30-0/+15583